@jupyterlite/settings 0.7.0-rc.2 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @deprecated This package is deprecated. Please import from @jupyterlite/services instead.
|
|
2
|
+
* @deprecated This package is deprecated and will be removed in 0.8.0. Please import from @jupyterlite/services instead.
|
|
3
3
|
*
|
|
4
4
|
* This package now acts as a shim that re-exports settings-related components from
|
|
5
5
|
* @jupyterlite/services for backward compatibility.
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright (c) Jupyter Development Team.
|
|
2
2
|
// Distributed under the terms of the Modified BSD License.
|
|
3
3
|
/**
|
|
4
|
-
* @deprecated This package is deprecated. Please import from @jupyterlite/services instead.
|
|
4
|
+
* @deprecated This package is deprecated and will be removed in 0.8.0. Please import from @jupyterlite/services instead.
|
|
5
5
|
*
|
|
6
6
|
* This package now acts as a shim that re-exports settings-related components from
|
|
7
7
|
* @jupyterlite/services for backward compatibility.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlite/settings",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "JupyterLite - Settings (DEPRECATED: Use @jupyterlite/services instead)",
|
|
5
5
|
"homepage": "https://github.com/jupyterlite/jupyterlite",
|
|
6
6
|
"bugs": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"watch": "tsc -b --watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@jupyterlite/services": "^0.7.
|
|
46
|
+
"@jupyterlite/services": "^0.7.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/core": "^7.11.6",
|
|
50
50
|
"@babel/preset-env": "^7.12.1",
|
|
51
|
-
"@jupyterlab/testutils": "~4.5.
|
|
51
|
+
"@jupyterlab/testutils": "~4.5.1",
|
|
52
52
|
"@types/jest": "^29.5.3",
|
|
53
53
|
"jest": "^29.6.2",
|
|
54
54
|
"rimraf": "~5.0.1",
|
package/src/index.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Distributed under the terms of the Modified BSD License.
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* @deprecated This package is deprecated. Please import from @jupyterlite/services instead.
|
|
5
|
+
* @deprecated This package is deprecated and will be removed in 0.8.0. Please import from @jupyterlite/services instead.
|
|
6
6
|
*
|
|
7
7
|
* This package now acts as a shim that re-exports settings-related components from
|
|
8
8
|
* @jupyterlite/services for backward compatibility.
|