@corbe30/fortune-excel 1.2.4 → 1.2.5

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.
@@ -25,6 +25,6 @@ jobs:
25
25
  with:
26
26
  path: storybook-static
27
27
  - id: deploy
28
- uses: actions/deploy-pages@v3
28
+ uses: actions/deploy-pages@v4
29
29
  with:
30
30
  token: ${{ github.token }}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "src/*"
5
5
  ],
6
- "version": "1.2.4",
6
+ "version": "1.2.5",
7
7
  "description": "An Excel import/export import library for FortuneSheet",
8
8
  "main": "dist/main.js",
9
9
  "types": "dist/main.d.ts",