@operato/input 10.0.0-beta.1 → 10.0.0-beta.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/CHANGELOG.md +9 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
- package/yarn-error.log +17084 -0
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": "10.0.0-beta.
|
|
5
|
+
"version": "10.0.0-beta.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
"@ctrl/tinycolor": "4.1.0",
|
|
244
244
|
"@lit/localize": "^0.12.1",
|
|
245
245
|
"@material/web": "^2.0.0",
|
|
246
|
-
"@operato/i18n": "^10.0.0-beta.
|
|
246
|
+
"@operato/i18n": "^10.0.0-beta.2",
|
|
247
247
|
"@operato/pickr": "^10.0.0-beta.1",
|
|
248
|
-
"@operato/popup": "^10.0.0-beta.
|
|
249
|
-
"@operato/styles": "^10.0.0-beta.
|
|
250
|
-
"@operato/utils": "^10.0.0-beta.
|
|
248
|
+
"@operato/popup": "^10.0.0-beta.2",
|
|
249
|
+
"@operato/styles": "^10.0.0-beta.2",
|
|
250
|
+
"@operato/utils": "^10.0.0-beta.2",
|
|
251
251
|
"@types/codemirror": "^5.60.5",
|
|
252
252
|
"@undecaf/zbar-wasm": "^0.11.0",
|
|
253
253
|
"codemirror": "^6.0.1",
|
|
@@ -288,5 +288,5 @@
|
|
|
288
288
|
"prettier --write"
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
|
-
"gitHead": "
|
|
291
|
+
"gitHead": "82e48e285373112cbda6f5cf2f7dc8a279a21104"
|
|
292
292
|
}
|