@fileverse-dev/fortune-core 1.0.2-mod-34 → 1.0.2-mod-35

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 CHANGED
@@ -3739,21 +3739,21 @@ var en = {
3739
3739
  p: [{
3740
3740
  name: "start_date",
3741
3741
  detail: "The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
3742
- example: "DATE(1969",
3742
+ example: "\"1969-07-16\"",
3743
3743
  require: "m",
3744
3744
  repeat: "n",
3745
3745
  type: "rangeall"
3746
3746
  }, {
3747
3747
  name: "end_date",
3748
3748
  detail: "The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
3749
- example: "7",
3749
+ example: "\"1969-07-24\"",
3750
3750
  require: "m",
3751
3751
  repeat: "n",
3752
3752
  type: "rangeall"
3753
3753
  }, {
3754
3754
  name: "unit",
3755
3755
  detail: 'A string abbreviation for unit of time. For example, "M" for month. Accepted values are "Y","M","D","MD","YM","YD".',
3756
- example: "16)",
3756
+ example: "\"D\"",
3757
3757
  require: "m",
3758
3758
  repeat: "n",
3759
3759
  type: "rangeall"
package/dist/index.js CHANGED
@@ -3749,21 +3749,21 @@ var en = {
3749
3749
  p: [{
3750
3750
  name: "start_date",
3751
3751
  detail: "The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
3752
- example: "DATE(1969",
3752
+ example: "\"1969-07-16\"",
3753
3753
  require: "m",
3754
3754
  repeat: "n",
3755
3755
  type: "rangeall"
3756
3756
  }, {
3757
3757
  name: "end_date",
3758
3758
  detail: "The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
3759
- example: "7",
3759
+ example: "\"1969-07-24\"",
3760
3760
  require: "m",
3761
3761
  repeat: "n",
3762
3762
  type: "rangeall"
3763
3763
  }, {
3764
3764
  name: "unit",
3765
3765
  detail: 'A string abbreviation for unit of time. For example, "M" for month. Accepted values are "Y","M","D","MD","YM","YD".',
3766
- example: "16)",
3766
+ example: "\"D\"",
3767
3767
  require: "m",
3768
3768
  repeat: "n",
3769
3769
  type: "rangeall"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-34",
3
+ "version": "1.0.2-mod-35",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",