@operato/input 9.2.0 → 10.0.0-beta.1

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
@@ -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.2.0",
5
+ "version": "10.0.0-beta.1",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -147,10 +147,10 @@
147
147
  "./dist/src/ox-input-image.d.ts"
148
148
  ],
149
149
  "./ox-input-audio.js": [
150
- "./dist/src/ox-input-image.d.ts"
150
+ "./dist/src/ox-input-audio.d.ts"
151
151
  ],
152
152
  "./ox-input-video.js": [
153
- "./dist/src/ox-input-image.d.ts"
153
+ "./dist/src/ox-input-video.d.ts"
154
154
  ],
155
155
  "./ox-input-options.js": [
156
156
  "./dist/src/ox-input-options.d.ts"
@@ -222,7 +222,7 @@
222
222
  "analyze": "cem analyze --litelement",
223
223
  "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
224
224
  "build": "npm run clean && tsc && npm run analyze -- --exclude dist",
225
- "prepublish": "npm run build",
225
+ "prepublishOnly": "npm run build",
226
226
  "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
227
227
  "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
228
228
  "test": "tsc && wtr --coverage",
@@ -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": "^9.1.0",
247
- "@operato/pickr": "^9.1.0",
248
- "@operato/popup": "^9.1.0",
249
- "@operato/styles": "^9.1.0",
250
- "@operato/utils": "^9.1.0",
246
+ "@operato/i18n": "^10.0.0-beta.1",
247
+ "@operato/pickr": "^10.0.0-beta.1",
248
+ "@operato/popup": "^10.0.0-beta.1",
249
+ "@operato/styles": "^10.0.0-beta.1",
250
+ "@operato/utils": "^10.0.0-beta.1",
251
251
  "@types/codemirror": "^5.60.5",
252
252
  "@undecaf/zbar-wasm": "^0.11.0",
253
253
  "codemirror": "^6.0.1",
@@ -275,7 +275,6 @@
275
275
  "tslib": "^2.3.1",
276
276
  "typescript": "^5.0.4"
277
277
  },
278
- "resolutions": {},
279
278
  "customElements": "custom-elements.json",
280
279
  "prettier": "@hatiolab/prettier-config",
281
280
  "husky": {
@@ -289,5 +288,5 @@
289
288
  "prettier --write"
290
289
  ]
291
290
  },
292
- "gitHead": "67d8efae40e89117c87959c157d928ba3c54c797"
291
+ "gitHead": "7fe28ab8818f8dc4a281f9f82db5d13b49f2cf9d"
293
292
  }