@harperfast/template-vue-ts-studio 1.5.23 → 1.5.24

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/README.md CHANGED
@@ -20,11 +20,7 @@ These schemas are the heart of a great Harper app, specifying which tables you w
20
20
  2. Customize your resource:
21
21
 
22
22
  ```typescript
23
- import {
24
- type RecordObject,
25
- type RequestTargetOrId,
26
- Resource,
27
- } from 'harperdb';
23
+ import { type RecordObject, type RequestTargetOrId, Resource } from 'harper';
28
24
 
29
25
  interface GreetingRecord {
30
26
  greeting: string;
package/config.yaml CHANGED
@@ -1,4 +1,4 @@
1
- # yaml-language-server: $schema=./node_modules/harperdb/config-app.schema.json
1
+ # yaml-language-server: $schema=./node_modules/harper/config-app.schema.json
2
2
 
3
3
  # This is the configuration file for the application.
4
4
  # It specifies built-in Harper components that will load the specified feature and files.
@@ -1,3 +1,3 @@
1
1
  schema: schema.graphql
2
- include: node_modules/harperdb/schema.graphql
2
+ include: node_modules/harper/schema.graphql
3
3
  documents: '**/*.graphql'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/template-vue-ts-studio",
3
- "version": "1.5.23",
3
+ "version": "1.5.24",
4
4
  "type": "module",
5
5
  "repository": "github:HarperFast/create-harper",
6
6
  "scripts": {},
package/skills-lock.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "harper-best-practices": {
5
5
  "source": "harperfast/skills",
6
6
  "sourceType": "github",
7
+ "skillPath": "harper-best-practices/SKILL.md",
7
8
  "computedHash": "dc6edafe30ac9800fb009d9ac48b73206e9ba9efc6b9a49268aeb1bb7e8c1b8c"
8
9
  }
9
10
  }