@ramencloud/scguard_widgets 0.1.9-dev6.g9999b7d → 0.1.9-dev9.g6c6d01c
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.js +3 -0
- package/package.json +7 -9
package/lib/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ramencloud/scguard_widgets",
|
|
3
|
-
"version": "0.1.9-
|
|
3
|
+
"version": "0.1.9-dev9.g6c6d01c",
|
|
4
4
|
"description": "A dotdata scguard widget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dotdata",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"url": "https://github.com/ramencloud/scorecard-guard"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
|
-
"build": "yarn run build:labextension && yarn run build:nbextension",
|
|
30
|
-
"build:labextension": "yarn run
|
|
31
|
-
"build:nbextension": "webpack --mode=production --config webpack.config.js --config-name notebook-package notebook-entry-file",
|
|
32
|
-
"build:npm-package": "webpack --mode=production --config webpack.config.js --config-name npm-package",
|
|
29
|
+
"build": "yarn run build:lib && yarn run build:labextension && yarn run build:nbextension",
|
|
30
|
+
"build:labextension": "yarn run labextension",
|
|
31
|
+
"build:nbextension": "webpack --progress --mode=production --config webpack.config.js --config-name notebook-package notebook-entry-file",
|
|
32
|
+
"build:npm-package": "yarn run build:lib && webpack --progress --mode=production --config webpack.config.js --config-name npm-package",
|
|
33
33
|
"build:lib": "tsc --build && tsc-alias",
|
|
34
34
|
"labextension": "jupyter-labextension build . && touch scguard_widgets/labextension/static/__init__.py && touch scguard_widgets/labextension/__init__.py",
|
|
35
35
|
"clean": "yarn run clean:lib && yarn run clean:nbextension && yarn run clean:labextension",
|
|
@@ -39,9 +39,7 @@
|
|
|
39
39
|
"test": "yarn run -T test apps/scguard_widgets",
|
|
40
40
|
"format": "prettier --write \"src/**/*.ts\"",
|
|
41
41
|
"lint": "eslint . --ext .ts,.tsx --fix",
|
|
42
|
-
"watch": "yarn run
|
|
43
|
-
"watch:lib": "yarn run -T concurrently \"tsc -b -w\" \"tsc-alias -w\"",
|
|
44
|
-
"watch:labextension": "jupyter-labextension build --development True . && jupyter-labextension watch ."
|
|
42
|
+
"watch": "yarn run -T concurrently \"tsc -b -w\" \"tsc-alias -w\""
|
|
45
43
|
},
|
|
46
44
|
"dependencies": {
|
|
47
45
|
"@dotdata/check-data": "workspace:^",
|
|
@@ -70,7 +68,7 @@
|
|
|
70
68
|
"css-loader": "^6.7.3",
|
|
71
69
|
"file-loader": "^6.2.0",
|
|
72
70
|
"fs-extra": "^11.1.0",
|
|
73
|
-
"happy-dom": "^20.8.
|
|
71
|
+
"happy-dom": "^20.8.9",
|
|
74
72
|
"identity-obj-proxy": "^3.0.0",
|
|
75
73
|
"mkdirp": "^2.1.3",
|
|
76
74
|
"npm-run-all": "^4.1.5",
|