@internationalized/message 3.1.4-nightly.4620 → 3.1.4-nightly.4623

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.
@@ -51,4 +51,4 @@ function $d6fd23bc337660df$var$getLanguage(locale) {
51
51
 
52
52
 
53
53
  export {$d6fd23bc337660df$export$64839e615120df17 as MessageDictionary};
54
- //# sourceMappingURL=MessageDictionary.mjs.map
54
+ //# sourceMappingURL=MessageDictionary.module.js.map
@@ -36,4 +36,4 @@ class $972eb555d604f491$export$526ebc05ff964723 {
36
36
 
37
37
 
38
38
  export {$972eb555d604f491$export$526ebc05ff964723 as MessageFormatter};
39
- //# sourceMappingURL=MessageFormatter.mjs.map
39
+ //# sourceMappingURL=MessageFormatter.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internationalized/message",
3
- "version": "3.1.4-nightly.4620+5cacbdbf8",
3
+ "version": "3.1.4-nightly.4623+b294de874",
4
4
  "description": "Internationalized message formatting and locale negotiation",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
31
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
32
32
  }