@operato/input 9.0.1 → 9.0.8

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.1",
5
+ "version": "9.0.8",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -33,6 +33,7 @@
33
33
  "./ox-input-multiple-colors.js": "./dist/src/ox-input-multiple-colors.js",
34
34
  "./ox-input-crontab.js": "./dist/src/ox-input-crontab.js",
35
35
  "./ox-input-data.js": "./dist/src/ox-input-data.js",
36
+ "./ox-input-formula.js": "./dist/src/ox-input-formula.js",
36
37
  "./ox-input-duration.js": "./dist/src/ox-input-duration.js",
37
38
  "./ox-input-privilege.js": "./dist/src/ox-input-privilege.js",
38
39
  "./ox-input-quantifier.js": "./dist/src/ox-input-quantifier.js",
@@ -106,6 +107,9 @@
106
107
  "./ox-input-data.js": [
107
108
  "./dist/src/ox-input-data.d.ts"
108
109
  ],
110
+ "./ox-input-formula.js": [
111
+ "./dist/src/ox-input-formula.d.ts"
112
+ ],
109
113
  "./ox-input-duration.js": [
110
114
  "./dist/src/ox-input-duration.d.ts"
111
115
  ],
@@ -273,5 +277,5 @@
273
277
  "prettier --write"
274
278
  ]
275
279
  },
276
- "gitHead": "28e94ba161590458a69c7d68e93aa9283fd95531"
280
+ "gitHead": "cbe30f6ca05171d0a7611d92bdd0bfe908713747"
277
281
  }