@operato/input 9.0.26 → 9.0.33
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 +3 -3
- package/yarn-error.log +0 -17084
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.33",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -232,7 +232,7 @@
|
|
232
232
|
"@codemirror/state": "^6.3.3",
|
233
233
|
"@codemirror/theme-one-dark": "^6.1.2",
|
234
234
|
"@codemirror/view": "^6.22.1",
|
235
|
-
"@ctrl/tinycolor": "
|
235
|
+
"@ctrl/tinycolor": "4.1.0",
|
236
236
|
"@lit/localize": "^0.12.1",
|
237
237
|
"@material/web": "^2.0.0",
|
238
238
|
"@operato/i18n": "^9.0.1",
|
@@ -281,5 +281,5 @@
|
|
281
281
|
"prettier --write"
|
282
282
|
]
|
283
283
|
},
|
284
|
-
"gitHead": "
|
284
|
+
"gitHead": "1597806a79b9ecc945fee09c92a1595c6f718d18"
|
285
285
|
}
|