@harperfast/template-vanilla-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 +1 -4
  2. package/package.json +2 -9
package/config.yaml CHANGED
@@ -19,10 +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
26
23
  # Serve the static files from the web directory as a web application
27
24
  static:
28
25
  files: 'web/*'
package/package.json CHANGED
@@ -1,15 +1,8 @@
1
1
  {
2
2
  "name": "@harperfast/template-vanilla-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
- "dotenv-cli": "^11.0.0",
11
- "eslint": "^10.0.2",
12
- "globals": "^17.4.0",
13
- "prettier": "^3.8.1"
14
- }
7
+ "devDependencies": {}
15
8
  }