Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename npm package #16

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[conda]: https://anaconda.org/conda-forge/jupyterlab-deck
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab-deck
[pypi]: https://pypi.org/project/jupyterlab-deck/
[npm]: https://npmjs.com/package/@jupyterlab/slideshow
[npm]: https://npmjs.com/package/jupyterlab-slideshow
[npm-badge]: https://img.shields.io/npm/v/@deathbeds/jupyterlab-deck
[cov]: https://codecov.io/gh/deathbeds/jupyterlab-deck
[cov-badge]:
Expand Down Expand Up @@ -254,7 +254,7 @@ restore the part to the default layout.

```json
{
"@jupyterlab/slideshow:plugin": {
"jupyterlab-slideshow:plugin": {
"active": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# },
{
"name": "npm",
"url": "https://www.npmjs.com/package/@jupyterlab/slideshow",
"url": "https://www.npmjs.com/package/jupyterlab-slideshow",
"icon": "fa-brands fa-npm",
},
],
Expand Down
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


class C:
NPM_NAME = "@jupyterlab/slideshow"
NPM_NAME = "jupyterlab-slideshow"
OLD_VERSION = "0.2.1"
VERSION = "0.3.0"
JS_VERSION = (
Expand Down
2 changes: 1 addition & 1 deletion examples/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jupyterlab-videochat:plugin": {
"disablePublicRooms": false
},
"@jupyterlab/slideshow:plugin": {
"jupyterlab-slideshow:plugin": {
"active": true
}
}
8 changes: 4 additions & 4 deletions js/_meta/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "@jupyterlab/slideshow-metapackage",
"name": "jupyterlab-slideshow-metapackage",
"version": "0.0.0",
"description": "JupyterLab Deck - Metapackage",
"license": "BSD-3-Clause",
"author": {
"name": "Jupyter Development Team",
"email": "jupyter@googlegroups.com"
"name": "JupyterLab Contrib Team",
"email": ""
},
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-slideshow",
"repository": {
Expand All @@ -23,6 +23,6 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@jupyterlab/slideshow": "workspace:^"
"jupyterlab-slideshow": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion js/_meta/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '@jupyterlab/slideshow';
export * from 'jupyterlab-slideshow';
4 changes: 2 additions & 2 deletions js/jupyterlab-slideshow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[conda]: https://anaconda.org/conda-forge/jupyterlab-deck
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab-deck
[pypi]: https://pypi.org/project/jupyterlab-deck/
[npm]: https://npmjs.com/package/@jupyterlab/slideshow
[npm]: https://npmjs.com/package/jupyterlab-slideshow
[npm-badge]: https://img.shields.io/npm/v/@deathbeds/jupyterlab-deck
[cov]: https://codecov.io/gh/deathbeds/jupyterlab-deck
[cov-badge]:
Expand Down Expand Up @@ -252,7 +252,7 @@ restore the part to the default layout.

```json
{
"@jupyterlab/slideshow:plugin": {
"jupyterlab-slideshow:plugin": {
"active": true
}
}
Expand Down
8 changes: 4 additions & 4 deletions js/jupyterlab-slideshow/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jupyterlab/slideshow",
"name": "jupyterlab-slideshow",
"version": "0.3.0",
"description": "Lightweight presentations for JupyterLab",
"license": "BSD-3-Clause",
"author": {
"name": "Jupyter Development Team",
"email": "jupyter@googlegroups.com"
"name": "JupyterLab Contrib Team",
"email": ""
},
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-slideshow",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"jupyterlab": {
"extension": "lib/plugin.js",
"outputDir": "../../src/_d/share/jupyter/labextensions/@jupyterlab/slideshow",
"outputDir": "../../src/_d/share/jupyter/labextensions/jupyterlab-slideshow",
"schemaDir": "schema",
"webpackConfig": "./webpack.config.js",
"sharedPackages": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"name": "@jupyterlab/slideshow-repo",
"name": "jupyterlab-slideshow-repo",
"version": "0.0.0",
"author": {
"name": "Jupyter Development Team",
"email": "jupyter@googlegroups.com"
"name": "JupyterLab Contrib Team",
"email": ""
},
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-slideshow",
"workspaces": {
Expand Down
2 changes: 1 addition & 1 deletion pages-lite/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"jupyterlab-videochat:plugin": {
"disablePublicRooms": false
},
"@jupyterlab/slideshow:plugin": {
"jupyterlab-slideshow:plugin": {
"active": true
}
}
2 changes: 1 addition & 1 deletion src/jupyterlab_slideshow/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path

HERE = Path(__file__).parent
_PKG_PATH = "share/jupyter/labextensions/@jupyterlab/slideshow/package.json"
_PKG_PATH = "share/jupyter/labextensions/jupyterlab-slideshow/package.json"

_D = HERE.parent / "_d"

Expand Down
114 changes: 57 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1505,63 +1505,6 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/slideshow-metapackage@workspace:js/_meta":
version: 0.0.0-use.local
resolution: "@jupyterlab/slideshow-metapackage@workspace:js/_meta"
dependencies:
"@jupyterlab/slideshow": "workspace:^"
languageName: unknown
linkType: soft

"@jupyterlab/slideshow-repo@workspace:.":
version: 0.0.0-use.local
resolution: "@jupyterlab/slideshow-repo@workspace:."
dependencies:
"@ephesoft/webpack.istanbul.loader": ^2.2.0
"@istanbuljs/nyc-config-typescript": ^1.0.2
"@typescript-eslint/eslint-plugin": ^6.7.3
"@typescript-eslint/parser": ^6.7.3
eslint: ^8.50.0
eslint-config-prettier: ^9.0.0
eslint-plugin-import: ^2.28.1
eslint-plugin-prettier: ^5.0.0
eslint-plugin-react: ^7.33.2
lerna: ^7.3.0
nyc: ^15.1.0
prettier: ^3.0.3
prettier-package-json: ^2.8.0
prettier-plugin-sort-json: ^3.1.0
source-map-loader: ^4.0.1
stylelint: ^15.10.3
stylelint-config-recommended: ^13.0.0
stylelint-config-standard: ^34.0.0
stylelint-prettier: ^4.0.2
ts-loader: ^9.4.4
ts-node: ^10.9.1
typescript: ~5.2.2
yarn-berry-deduplicate: ^6.1.1
languageName: unknown
linkType: soft

"@jupyterlab/slideshow@workspace:^, @jupyterlab/slideshow@workspace:js/jupyterlab-slideshow":
version: 0.0.0-use.local
resolution: "@jupyterlab/slideshow@workspace:js/jupyterlab-slideshow"
dependencies:
"@deathbeds/jupyterlab-fonts": ^3.0.0
"@jupyter-notebook/application": ^7.1.0
"@jupyterlab/application": ^4.1.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/builder": ^4.0.7
"@jupyterlab/fileeditor": ^4.1.0
"@jupyterlab/markdownviewer": ^4.1.0
"@jupyterlab/notebook": ^4.1.0
"@jupyterlab/statusbar": ^4.1.0
"@jupyterlab/ui-components": ^4.1.0
"@types/d3-drag": 3
d3-drag: 3
languageName: unknown
linkType: soft

"@jupyterlab/statedb@npm:^4.2.6, @jupyterlab/statedb@npm:^4.3.1":
version: 4.3.1
resolution: "@jupyterlab/statedb@npm:4.3.1"
Expand Down Expand Up @@ -7684,6 +7627,63 @@ __metadata:
languageName: node
linkType: hard

"jupyterlab-slideshow-metapackage@workspace:js/_meta":
version: 0.0.0-use.local
resolution: "jupyterlab-slideshow-metapackage@workspace:js/_meta"
dependencies:
jupyterlab-slideshow: "workspace:^"
languageName: unknown
linkType: soft

"jupyterlab-slideshow-repo@workspace:.":
version: 0.0.0-use.local
resolution: "jupyterlab-slideshow-repo@workspace:."
dependencies:
"@ephesoft/webpack.istanbul.loader": ^2.2.0
"@istanbuljs/nyc-config-typescript": ^1.0.2
"@typescript-eslint/eslint-plugin": ^6.7.3
"@typescript-eslint/parser": ^6.7.3
eslint: ^8.50.0
eslint-config-prettier: ^9.0.0
eslint-plugin-import: ^2.28.1
eslint-plugin-prettier: ^5.0.0
eslint-plugin-react: ^7.33.2
lerna: ^7.3.0
nyc: ^15.1.0
prettier: ^3.0.3
prettier-package-json: ^2.8.0
prettier-plugin-sort-json: ^3.1.0
source-map-loader: ^4.0.1
stylelint: ^15.10.3
stylelint-config-recommended: ^13.0.0
stylelint-config-standard: ^34.0.0
stylelint-prettier: ^4.0.2
ts-loader: ^9.4.4
ts-node: ^10.9.1
typescript: ~5.2.2
yarn-berry-deduplicate: ^6.1.1
languageName: unknown
linkType: soft

"jupyterlab-slideshow@workspace:^, jupyterlab-slideshow@workspace:js/jupyterlab-slideshow":
version: 0.0.0-use.local
resolution: "jupyterlab-slideshow@workspace:js/jupyterlab-slideshow"
dependencies:
"@deathbeds/jupyterlab-fonts": ^3.0.0
"@jupyter-notebook/application": ^7.1.0
"@jupyterlab/application": ^4.1.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/builder": ^4.0.7
"@jupyterlab/fileeditor": ^4.1.0
"@jupyterlab/markdownviewer": ^4.1.0
"@jupyterlab/notebook": ^4.1.0
"@jupyterlab/statusbar": ^4.1.0
"@jupyterlab/ui-components": ^4.1.0
"@types/d3-drag": 3
d3-drag: 3
languageName: unknown
linkType: soft

"keyv@npm:^4.0.0, keyv@npm:^4.5.3":
version: 4.5.4
resolution: "keyv@npm:4.5.4"
Expand Down
Loading