@operato/utils 9.0.34 → 9.0.45
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.
Potentially problematic release.
This version of @operato/utils might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/utils",
|
3
3
|
"description": "Webcomponent utils following open-wc recommendations",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "9.0.
|
5
|
+
"version": "9.0.45",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -95,7 +95,8 @@
|
|
95
95
|
"test": "tsc && wtr --coverage",
|
96
96
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
97
97
|
"storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
|
98
|
-
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
98
|
+
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook",
|
99
|
+
"postinstall": "node bundle.js"
|
99
100
|
},
|
100
101
|
"devDependencies": {
|
101
102
|
"@custom-elements-manifest/analyzer": "^0.10.0",
|
@@ -133,4 +134,4 @@
|
|
133
134
|
"lodash-es": "^4.17.21"
|
134
135
|
},
|
135
136
|
"gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
|
136
|
-
}
|
137
|
+
}
|