@zywave/zui-formfield 4.2.1-pre.1 → 4.2.1-pre.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 +6 -6
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zywave/zui-formfield",
|
|
3
|
-
"version": "4.2.1-pre.
|
|
3
|
+
"version": "4.2.1-pre.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@zywave/zui-base": "^4.
|
|
8
|
+
"@zywave/zui-base": "^4.6.0-pre.0"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "npm run build:scss && npm run build:ts",
|
|
12
12
|
"build:clean": "node ../../../scripts/node/remove-build-files.mjs && npm run build",
|
|
13
13
|
"build:scss": "node ../../../scripts/node/sass.mjs",
|
|
14
14
|
"build:ts": "tsc -p tsconfig.build.json",
|
|
15
|
-
"launch-server:cem": "
|
|
16
|
-
"launch-server:demo": "
|
|
17
|
-
"launch-server:lab": "
|
|
15
|
+
"launch-server:cem": "web-dev-server --root-dir ../../../ --app-index docs/customelement-manifest-element.html --open --node-resolve --watch",
|
|
16
|
+
"launch-server:demo": "web-dev-server --root-dir ../../../ --app-index docs/demo.html --open --node-resolve --watch",
|
|
17
|
+
"launch-server:lab": "web-dev-server --root-dir ../../../ --app-index lab.html --open --node-resolve --watch",
|
|
18
18
|
"demo": "npm-run-all build --parallel watcher:start launch-server:demo",
|
|
19
19
|
"watch": "npm-run-all build --parallel watcher:start launch-server:lab",
|
|
20
20
|
"watcher:start": "node ../../../scripts/node/watcher.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"customElements": "dist/custom-elements.json",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "7c7101d7b7e00a30dc3a7c81a44c257f84495a12"
|
|
28
28
|
}
|