@fileverse-dev/fortune-core 1.0.2-mod-62 → 1.0.2-mod-63
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -76663,7 +76663,7 @@ var defaultSettings = {
|
|
|
76663
76663
|
},
|
|
76664
76664
|
hooks: {},
|
|
76665
76665
|
customToolbarItems: [],
|
|
76666
|
-
currency: "
|
|
76666
|
+
currency: "$",
|
|
76667
76667
|
getCommentCellUI: null
|
|
76668
76668
|
};
|
|
76669
76669
|
|
package/dist/index.js
CHANGED
|
@@ -76673,7 +76673,7 @@ var defaultSettings = {
|
|
|
76673
76673
|
},
|
|
76674
76674
|
hooks: {},
|
|
76675
76675
|
customToolbarItems: [],
|
|
76676
|
-
currency: "
|
|
76676
|
+
currency: "$",
|
|
76677
76677
|
getCommentCellUI: null
|
|
76678
76678
|
};
|
|
76679
76679
|
|