@ankhorage/templates 9.1.4 → 9.1.5

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/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/templates
2
2
 
3
+ ## 9.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d8dee0: Run the synchronized ZORA Designer catalog through its TypeScript entrypoint.
8
+
3
9
  ## 9.1.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/templates",
3
- "version": "9.1.4",
3
+ "version": "9.1.5",
4
4
  "description": "Portable Ankhorage app templates, presets, and manifest authoring helpers.",
5
5
  "homepage": "https://github.com/ankhorage/templates#readme",
6
6
  "bugs": {
@@ -60,7 +60,7 @@
60
60
  ]
61
61
  },
62
62
  "scripts": {
63
- "templates:catalog": "bun .agents/skills/zora-designer/scripts/generate-template-catalog.mjs .",
63
+ "templates:catalog": "bun .agents/skills/zora-designer/scripts/generate-template-catalog.ts .",
64
64
  "build": "bun run templates:catalog && bun x tsc -p tsconfig.json",
65
65
  "changeset": "ankhorage-changeset",
66
66
  "changeset:status": "ankhorage-changeset status --since=origin/main",
@@ -81,8 +81,8 @@
81
81
  "@ankhorage/zora": "^4.0.0"
82
82
  },
83
83
  "devDependencies": {
84
- "@ankhorage/ankh": "^0.8.9",
85
- "@ankhorage/devtools": "^1.10.4",
84
+ "@ankhorage/ankh": "^0.8.10",
85
+ "@ankhorage/devtools": "^1.10.14",
86
86
  "@ankhorage/doctor": "^0.10.7",
87
87
  "@ankhorage/paradox": "^0.1.24",
88
88
  "@types/bun": "^1.4.0",