@aws/mynah-ui 4.15.8 → 4.15.9
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/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/mynah-ui",
|
|
3
3
|
"displayName": "AWS Mynah UI",
|
|
4
|
-
"version": "4.15.
|
|
4
|
+
"version": "4.15.9",
|
|
5
5
|
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
|
|
6
6
|
"publisher": "Amazon Web Services",
|
|
7
7
|
"license": "Apache License 2.0",
|
|
@@ -19,9 +19,7 @@
|
|
|
19
19
|
"packdemo": "cd ./example && npm run pack",
|
|
20
20
|
"watch": "webpack --config webpack.config.js --mode development --watch",
|
|
21
21
|
"watch:example": "cd ./example && npm run watch",
|
|
22
|
-
"
|
|
23
|
-
"serve:example": "live-server --port=9000 example/dist",
|
|
24
|
-
"dev": "npm run clean && npm install && npm run build && npm run packdemo && npm run watch:web",
|
|
22
|
+
"dev": "npm run clean && npm install && npm run build && npm run packdemo && npm run watch",
|
|
25
23
|
"lint-fix": "npx eslint \"./**\" --fix",
|
|
26
24
|
"lint": "npx eslint \"./**\"",
|
|
27
25
|
"test": "jest",
|
|
@@ -73,7 +71,6 @@
|
|
|
73
71
|
"jest": "^29.7.0",
|
|
74
72
|
"jest-environment-jsdom": "^29.7.0",
|
|
75
73
|
"jest-svg-transformer": "^1.0.0",
|
|
76
|
-
"live-server": "^1.2.2",
|
|
77
74
|
"npm-run-all": "^4.1.5",
|
|
78
75
|
"prettier": "^3.0.3",
|
|
79
76
|
"sass": "1.49.8",
|
|
@@ -85,7 +82,7 @@
|
|
|
85
82
|
"ts-node": "^10.9.1",
|
|
86
83
|
"typedoc": "^0.25.13",
|
|
87
84
|
"typescript": "^5.0.4",
|
|
88
|
-
"webpack": "5.
|
|
85
|
+
"webpack": "5.94.0",
|
|
89
86
|
"webpack-cli": "4.7.2"
|
|
90
87
|
},
|
|
91
88
|
"prettier": {
|