@operato/input 9.0.10 → 9.0.14

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.0.10",
5
+ "version": "9.0.14",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -277,5 +277,5 @@
277
277
  "prettier --write"
278
278
  ]
279
279
  },
280
- "gitHead": "17e5d06f7408e21f09d602171015ad4e485900dc"
280
+ "gitHead": "ffdfaeea43360a45e16c089b4bf36f6d4a01335f"
281
281
  }