create-harper 1.4.7 → 1.5.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-harper",
3
3
  "description": "Scaffold a new Harper project in JavaScript or TypeScript.",
4
- "version": "1.4.7",
4
+ "version": "1.5.0",
5
5
  "type": "module",
6
6
  "author": {
7
7
  "name": "HarperDB",
@@ -19,5 +19,9 @@ 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
26
  '@harperfast/vite-plugin':
23
27
  package: '@harperfast/vite-plugin'
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/js": "^10.0.1",
21
+ "@harperfast/schema-codegen": "^1.0.9",
21
22
  "@harperfast/vite-plugin": "^0.0.1",
22
23
  "@vitejs/plugin-react": "^5.1.2",
23
24
  "dotenv-cli": "^11.0.0",
@@ -19,5 +19,10 @@ graphqlSchema:
19
19
  jsResource:
20
20
  files: 'resources/*.ts'
21
21
 
22
+ '@harperfast/schema-codegen':
23
+ package: '@harperfast/schema-codegen'
24
+ globalTypes: 'schemas/globalTypes.d.ts'
25
+ schemaTypes: 'schemas/types.ts'
26
+
22
27
  '@harperfast/vite-plugin':
23
28
  package: '@harperfast/vite-plugin'
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/js": "^10.0.1",
21
+ "@harperfast/schema-codegen": "^1.0.9",
21
22
  "@harperfast/vite-plugin": "^0.0.1",
22
23
  "@types/node": "^24.10.1",
23
24
  "@types/react": "^19.2.10",
@@ -19,6 +19,10 @@ 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
26
  # Serve the static files from the web directory as a web application
23
27
  static:
24
28
  files: 'web/*'
@@ -17,6 +17,7 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@eslint/js": "^10.0.1",
20
+ "@harperfast/schema-codegen": "^1.0.9",
20
21
  "dotenv-cli": "^11.0.0",
21
22
  "eslint": "^10.0.2",
22
23
  "globals": "^17.4.0",
@@ -19,6 +19,11 @@ graphqlSchema:
19
19
  jsResource:
20
20
  files: 'resources/*.ts'
21
21
 
22
+ '@harperfast/schema-codegen':
23
+ package: '@harperfast/schema-codegen'
24
+ globalTypes: 'schemas/globalTypes.d.ts'
25
+ schemaTypes: 'schemas/types.ts'
26
+
22
27
  # Serve the static files from the web directory as a web application
23
28
  static:
24
29
  files: 'web/*'
@@ -17,6 +17,7 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@eslint/js": "^10.0.1",
20
+ "@harperfast/schema-codegen": "^1.0.9",
20
21
  "dotenv-cli": "^11.0.0",
21
22
  "eslint": "^10.0.2",
22
23
  "globals": "^17.4.0",
@@ -19,5 +19,9 @@ 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
26
  '@harperfast/vite-plugin':
23
27
  package: '@harperfast/vite-plugin'
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/js": "^10.0.1",
21
+ "@harperfast/schema-codegen": "^1.0.9",
21
22
  "@harperfast/vite-plugin": "^0.0.1",
22
23
  "@vitejs/plugin-vue": "^6.0.4",
23
24
  "dotenv-cli": "^11.0.0",
@@ -19,5 +19,10 @@ graphqlSchema:
19
19
  jsResource:
20
20
  files: 'resources/*.ts'
21
21
 
22
+ '@harperfast/schema-codegen':
23
+ package: '@harperfast/schema-codegen'
24
+ globalTypes: 'schemas/globalTypes.d.ts'
25
+ schemaTypes: 'schemas/types.ts'
26
+
22
27
  '@harperfast/vite-plugin':
23
28
  package: '@harperfast/vite-plugin'
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/js": "^10.0.1",
21
+ "@harperfast/schema-codegen": "^1.0.9",
21
22
  "@harperfast/vite-plugin": "^0.0.1",
22
23
  "@types/node": "^24.10.1",
23
24
  "@vitejs/plugin-vue": "^6.0.4",