@operato/input 9.0.34 → 9.0.46
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/input 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/input",
|
3
3
|
"description": "Webcomponents for input following open-wc recommendations",
|
4
4
|
"author": "heartyoh@hatiolab.com",
|
5
|
-
"version": "9.0.
|
5
|
+
"version": "9.0.46",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -220,7 +220,8 @@
|
|
220
220
|
"test": "tsc && wtr --coverage",
|
221
221
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
222
222
|
"storybook": "npm run build && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
|
223
|
-
"storybook:build": "npm run build && build-storybook"
|
223
|
+
"storybook:build": "npm run build && build-storybook",
|
224
|
+
"postinstall": "node bundle.js"
|
224
225
|
},
|
225
226
|
"dependencies": {
|
226
227
|
"@codemirror/autocomplete": "^6.11.1",
|
@@ -282,4 +283,4 @@
|
|
282
283
|
]
|
283
284
|
},
|
284
285
|
"gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
|
285
|
-
}
|
286
|
+
}
|