@fileverse-dev/fortune-core 1.1.1 → 1.1.2

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/es/locale/en.js CHANGED
@@ -9272,7 +9272,7 @@ export default {
9272
9272
  value: "split",
9273
9273
  example: ""
9274
9274
  }, {
9275
- text: "Custom formats",
9275
+ text: "Currency",
9276
9276
  value: "fmtOtherSelf",
9277
9277
  example: "",
9278
9278
  icon: "rightArrow"
package/lib/locale/en.js CHANGED
@@ -9278,7 +9278,7 @@ var _default = exports.default = {
9278
9278
  value: "split",
9279
9279
  example: ""
9280
9280
  }, {
9281
- text: "Custom formats",
9281
+ text: "Currency",
9282
9282
  value: "fmtOtherSelf",
9283
9283
  example: "",
9284
9284
  icon: "rightArrow"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",