@onyx-p/imlib-web 1.7.3 → 1.7.4

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/index.esm.js CHANGED
@@ -18869,7 +18869,7 @@ const MessageTypes = {
18869
18869
  TEXT: 0x00000000,
18870
18870
  IMAGE: 0x30001000,
18871
18871
  GIF: 0x3000100B,
18872
- FILE: 0x3000100A,
18872
+ FILE: 0x3000101A,
18873
18873
  AUDIO: 0x30001011,
18874
18874
  VIDEO: 0x30001006,
18875
18875
  RECALL: 0x6001001d,
package/index.umd.js CHANGED
@@ -18875,7 +18875,7 @@
18875
18875
  TEXT: 0x00000000,
18876
18876
  IMAGE: 0x30001000,
18877
18877
  GIF: 0x3000100B,
18878
- FILE: 0x3000100A,
18878
+ FILE: 0x3000101A,
18879
18879
  AUDIO: 0x30001011,
18880
18880
  VIDEO: 0x30001006,
18881
18881
  RECALL: 0x6001001d,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",