declapract-typescript-ehmpathy 0.49.0 → 0.49.1
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.
|
@@ -90,6 +90,11 @@ jobs:
|
|
|
90
90
|
key: ${{ needs.install.outputs.node-modules-cache-key }}
|
|
91
91
|
fail-on-cache-miss: true
|
|
92
92
|
|
|
93
|
+
# .why = keyrack.yml can extend other manifests via symlinks (e.g., .agent/repo=ehmpathy/role=mechanic/keyrack.yml)
|
|
94
|
+
# prepare:rhachet creates these symlinks so keyrack.source() can hydrate extended keys
|
|
95
|
+
- name: prepare:rhachet
|
|
96
|
+
run: npm run prepare:rhachet --if-present
|
|
97
|
+
|
|
93
98
|
- name: vpc:tunnel:open
|
|
94
99
|
if: inputs.needs-vpn-for-acceptance
|
|
95
100
|
run: ACCESS=${{ inputs.stage }} .agent/repo=.this/skills/use.vpc.tunnel.ts
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "declapract-typescript-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "declapract best practices declarations for typescript",
|
|
5
|
-
"version": "0.49.
|
|
5
|
+
"version": "0.49.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|