@harperfast/template-react-ts-studio 0.9.0 → 0.9.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.
@@ -30,4 +30,4 @@ jobs:
30
30
  - name: Run lint
31
31
  run: npm run lint
32
32
  - name: Build & deploy
33
- run: npm run build-and-deploy
33
+ run: npm run deploy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/template-react-ts-studio",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "type": "module",
5
5
  "repository": "github:HarperFast/create-harper",
6
6
  "scripts": {},
@@ -10,7 +10,8 @@
10
10
  "@types/react": "^19.2.10",
11
11
  "@types/react-dom": "^19.2.3",
12
12
  "@vitejs/plugin-react": "^5.1.2",
13
- "harperdb": "^4.7.16",
13
+ "dotenv-cli": "^11.0.0",
14
+ "harperdb": "^4.7.17",
14
15
  "react": "^19.2.4",
15
16
  "react-dom": "^19.2.4",
16
17
  "typescript": "~5.9.3",