@digital-realty/ix-generic-tree 2.2.3 → 2.2.4-IXUAT-10996.538677
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
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-generic-tree following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "2.2.
|
|
6
|
+
"version": "2.2.4-IXUAT-10996.538677",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -22,11 +22,10 @@
|
|
|
22
22
|
"analyze": "cem analyze --litelement",
|
|
23
23
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"web-dev-server\"",
|
|
24
24
|
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
25
|
-
"build": "
|
|
26
|
-
"prepublish": "tsc &&
|
|
25
|
+
"build": "pnpm run clean && tsc && pnpm run analyze --exclude dist",
|
|
26
|
+
"prepublish": "tsc && pnpm run analyze --exclude dist",
|
|
27
27
|
"lint": "eslint --ext .ts,.html . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
28
28
|
"format": "eslint --ext .ts,.html . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
29
|
-
"prepare": "husky",
|
|
30
29
|
"test": "tsc && wtr --coverage",
|
|
31
30
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
32
31
|
"ts:watch": "tsc --watch --preserveWatchOutput"
|
|
@@ -50,7 +49,6 @@
|
|
|
50
49
|
"concurrently": "^9.2.1",
|
|
51
50
|
"eslint": "^9.39.4",
|
|
52
51
|
"eslint-config-prettier": "^9.1.0",
|
|
53
|
-
"husky": "^9.0.11",
|
|
54
52
|
"lint-staged": "^15.2.7",
|
|
55
53
|
"prettier": "^3.3.2",
|
|
56
54
|
"rimraf": "^4.4.1",
|
|
@@ -95,5 +93,5 @@
|
|
|
95
93
|
"README.md",
|
|
96
94
|
"LICENSE"
|
|
97
95
|
],
|
|
98
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "683985e894a0aa14411b568af8d2d2df6677bfd4"
|
|
99
97
|
}
|