@internationalized/string 3.2.3-nightly.4619 → 3.2.3-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.
@@ -73,4 +73,4 @@ function $5b160d28a433310d$var$getLanguage(locale) {
73
73
 
74
74
 
75
75
  export {$5b160d28a433310d$export$c17fa47878dc55b6 as LocalizedStringDictionary};
76
- //# sourceMappingURL=LocalizedStringDictionary.mjs.map
76
+ //# sourceMappingURL=LocalizedStringDictionary.module.js.map
@@ -50,4 +50,4 @@ class $6db58dc88e78b024$export$2f817fcdc4b89ae0 {
50
50
 
51
51
 
52
52
  export {$6db58dc88e78b024$export$2f817fcdc4b89ae0 as LocalizedStringFormatter};
53
- //# sourceMappingURL=LocalizedStringFormatter.mjs.map
53
+ //# sourceMappingURL=LocalizedStringFormatter.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internationalized/string",
3
- "version": "3.2.3-nightly.4619+45a872803",
3
+ "version": "3.2.3-nightly.4623+b294de874",
4
4
  "description": "Internationalized string formatting and locale negotiation",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
30
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
31
31
  }