@jupyterlite/settings 0.8.0-alpha.0 → 0.8.0-alpha.2
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/package.json +3 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlite/settings",
|
|
3
|
-
"version": "0.8.0-alpha.
|
|
3
|
+
"version": "0.8.0-alpha.2",
|
|
4
4
|
"description": "JupyterLite - Settings (DEPRECATED: Use @jupyterlite/services instead)",
|
|
5
5
|
"homepage": "https://github.com/jupyterlite/jupyterlite",
|
|
6
6
|
"bugs": {
|
|
@@ -32,28 +32,17 @@
|
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "tsc -b",
|
|
35
|
-
"build:test": "tsc --build tsconfig.test.json",
|
|
36
35
|
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
|
|
37
36
|
"docs": "typedoc src",
|
|
38
37
|
"prepublishOnly": "npm run build",
|
|
39
|
-
"test": "jest",
|
|
40
|
-
"test:cov": "jest --collect-coverage",
|
|
41
|
-
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
|
|
42
|
-
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
|
|
43
38
|
"watch": "tsc -b --watch"
|
|
44
39
|
},
|
|
45
40
|
"dependencies": {
|
|
46
|
-
"@jupyterlite/services": "^0.8.0-alpha.
|
|
41
|
+
"@jupyterlite/services": "^0.8.0-alpha.2"
|
|
47
42
|
},
|
|
48
43
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "^7.11.6",
|
|
50
|
-
"@babel/preset-env": "^7.12.1",
|
|
51
|
-
"@jupyterlab/testutils": "~4.6.0-alpha.0",
|
|
52
|
-
"@types/jest": "^29.5.3",
|
|
53
|
-
"jest": "^29.6.2",
|
|
54
44
|
"rimraf": "~5.0.1",
|
|
55
|
-
"
|
|
56
|
-
"typescript": "~5.5.4"
|
|
45
|
+
"typescript": "~5.9.3"
|
|
57
46
|
},
|
|
58
47
|
"publishConfig": {
|
|
59
48
|
"access": "public"
|