@harperfast/template-vue-ts-studio 1.10.0 → 1.10.2

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.
@@ -267,7 +267,32 @@ rules:
267
267
  category: logic
268
268
  priority: 3
269
269
  order: 3
270
- mode: synthesized
270
+ mode: generate
271
+ sources:
272
+ - path: reference/v5/database/api.md
273
+ section: '`tables`'
274
+ role: primary
275
+ - path: reference/v5/resources/resource-api.md
276
+ section: 'Query Object'
277
+ role: primary
278
+ - path: reference/v5/database/api.md
279
+ section: '`transaction(context?, callback)`'
280
+ role: supplemental
281
+ - path: reference/v5/resources/resource-api.md
282
+ section: '`update(target: RequestTarget | Id, updates?: object): Promise<Resource>`'
283
+ role: supplemental
284
+ - path: reference/v5/resources/resource-api.md
285
+ section: '`addTo(property: string, value: number)`'
286
+ role: supplemental
287
+ - path: reference/v5/components/javascript-environment.md
288
+ section: 'Module Loading'
289
+ role: supplemental
290
+ must_cover:
291
+ - 'tables'
292
+ - 'conditions'
293
+ - 'search('
294
+ - 'addTo'
295
+ - 'select'
271
296
 
272
297
  - rule: typescript-type-stripping
273
298
  description: How to run TypeScript files directly in Harper without a build step.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/template-vue-ts-studio",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "type": "module",
5
5
  "repository": "github:HarperFast/create-harper",
6
6
  "scripts": {},
package/skills-lock.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "source": "harperfast/skills",
6
6
  "sourceType": "github",
7
7
  "skillPath": "harper-best-practices/SKILL.md",
8
- "computedHash": "ce05ca05a661bbedcd01d6328a2b79715c718617f47a80035dae4b23d8a332fd"
8
+ "computedHash": "142388c071178e7ae811bfd4f6241e85aef3f715dbfb0ceea1b75e8f370d8080"
9
9
  }
10
10
  }
11
11
  }