@xn-intenton-z2a/agentic-lib 7.1.92 → 7.1.94

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.
@@ -16,8 +16,20 @@ on:
16
16
  - cron: "10 * * * *"
17
17
  #@dist push:
18
18
  #@dist branches: [main]
19
+ #@dist paths:
20
+ #@dist - "**/*.js"
21
+ #@dist - "**/*.json"
22
+ #@dist - "**/*.html"
23
+ #@dist - "**/*.yml"
24
+ #@dist - "**/*.sh"
19
25
  #@dist pull_request:
20
26
  #@dist branches: [main]
27
+ #@dist paths:
28
+ #@dist - "**/*.js"
29
+ #@dist - "**/*.json"
30
+ #@dist - "**/*.html"
31
+ #@dist - "**/*.yml"
32
+ #@dist - "**/*.sh"
21
33
  workflow_call:
22
34
  workflow_dispatch:
23
35
 
@@ -11,9 +11,9 @@
11
11
 
12
12
  name: agentic-lib-workflow
13
13
  run-name: "agentic-lib-workflow [${{ github.ref_name }}]"
14
- #concurrency:
15
- # group: agentic-lib-workflow
16
- # cancel-in-progress: false
14
+ concurrency:
15
+ group: agentic-lib-workflow
16
+ cancel-in-progress: false
17
17
 
18
18
  on:
19
19
  #@dist schedule:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.1.92",
3
+ "version": "7.1.94",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "author": "",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@xn-intenton-z2a/agentic-lib": "^7.1.92"
20
+ "@xn-intenton-z2a/agentic-lib": "^7.1.94"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@playwright/test": "^1.58.0",