@harperfast/template-vue-studio 1.5.20 → 1.5.21

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.
Files changed (2) hide show
  1. package/config.yaml +2 -4
  2. package/package.json +2 -13
package/config.yaml CHANGED
@@ -19,9 +19,7 @@ graphqlSchema:
19
19
  jsResource:
20
20
  files: 'resources/*.js'
21
21
 
22
- '@harperfast/schema-codegen':
23
- package: '@harperfast/schema-codegen'
24
- jsdoc: 'schemas/jsdocTypes.js'
25
-
22
+ # Generates jsdoc types for the schema so your code is schema-aware
23
+ # Bootstraps Vite to build your frontend to HTML/JS/CSS
26
24
  '@harperfast/vite-plugin':
27
25
  package: '@harperfast/vite-plugin'
package/package.json CHANGED
@@ -1,19 +1,8 @@
1
1
  {
2
2
  "name": "@harperfast/template-vue-studio",
3
- "version": "1.5.20",
3
+ "version": "1.5.21",
4
4
  "type": "module",
5
5
  "repository": "github:HarperFast/create-harper",
6
6
  "scripts": {},
7
- "devDependencies": {
8
- "@eslint/js": "^10.0.1",
9
- "@harperfast/schema-codegen": "^1.0.10",
10
- "@harperfast/vite-plugin": "^0.2.1",
11
- "@vitejs/plugin-vue": "^6.0.5",
12
- "dotenv-cli": "^11.0.0",
13
- "eslint": "^10.0.2",
14
- "globals": "^17.4.0",
15
- "prettier": "^3.8.1",
16
- "vite": "^8.0.0",
17
- "vue": "^3.5.29"
18
- }
7
+ "devDependencies": {}
19
8
  }