@harperfast/template-vue-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/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-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
  }