@xn-intenton-z2a/agentic-lib 7.1.52 → 7.1.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.1.52",
3
+ "version": "7.1.54",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "author": "",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@xn-intenton-z2a/agentic-lib": "^7.1.52"
17
+ "@xn-intenton-z2a/agentic-lib": "^7.1.54"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^4.0.18",
@@ -374,6 +374,9 @@ jobs:
374
374
  with:
375
375
  node-version: "24"
376
376
 
377
+ - name: Install project dependencies
378
+ run: npm ci
379
+
377
380
  - name: Install agentic-step dependencies
378
381
  working-directory: .github/agentic-lib/actions/agentic-step
379
382
  run: npm ci
@@ -515,6 +518,9 @@ jobs:
515
518
  with:
516
519
  node-version: "24"
517
520
 
521
+ - name: Install project dependencies
522
+ run: npm ci
523
+
518
524
  - name: Install agentic-step dependencies
519
525
  working-directory: .github/agentic-lib/actions/agentic-step
520
526
  run: npm ci