@actions/workflow-parser 0.3.14 → 0.3.16
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/dist/workflow-v1.0.json
CHANGED
|
@@ -1549,6 +1549,10 @@
|
|
|
1549
1549
|
"type": "permission-level-any",
|
|
1550
1550
|
"description": "Issues and related comments, assignees, labels, and milestones."
|
|
1551
1551
|
},
|
|
1552
|
+
"models": {
|
|
1553
|
+
"type": "permission-level-read-or-no-access",
|
|
1554
|
+
"description": "Call AI models with GitHub Models."
|
|
1555
|
+
},
|
|
1552
1556
|
"packages": {
|
|
1553
1557
|
"type": "permission-level-any",
|
|
1554
1558
|
"description": "Packages published to the GitHub Package Platform."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSONObjectReader } from "../templates/json-object-reader";
|
|
2
2
|
import { TemplateSchema } from "../templates/schema";
|
|
3
|
-
import WorkflowSchema from "../workflow-v1.0.json"
|
|
3
|
+
import WorkflowSchema from "../workflow-v1.0.json";
|
|
4
4
|
let schema;
|
|
5
5
|
export function getWorkflowSchema() {
|
|
6
6
|
if (schema === undefined) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-schema.js","sourceRoot":"","sources":["../../src/workflows/workflow-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAC;AACnD,OAAO,cAAc,MAAM,uBAAuB,CAAC
|
|
1
|
+
{"version":3,"file":"workflow-schema.js","sourceRoot":"","sources":["../../src/workflows/workflow-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAC;AACnD,OAAO,cAAc,MAAM,uBAAuB,CAAC;AAEnD,IAAI,MAAsB,CAAC;AAE3B,MAAM,UAAU,iBAAiB;IAC/B,IAAI,MAAM,KAAK,SAAS,EAAE;QACxB,MAAM,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;QAC5C,MAAM,GAAG,cAAc,CAAC,IAAI,CAAC,IAAI,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;KACrE;IACD,OAAO,MAAM,CAAC;AAChB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actions/workflow-parser",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"watch": "tsc --build tsconfig.build.json --watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@actions/expressions": "^0.3.
|
|
46
|
+
"@actions/expressions": "^0.3.16",
|
|
47
47
|
"cronstrue": "^2.21.0",
|
|
48
48
|
"yaml": "^2.0.0-8"
|
|
49
49
|
},
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"ts-jest": "^29.0.3",
|
|
67
67
|
"typescript": "^4.8.4"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "04b9c0c3330b1385f3bb48b54a32e4fae728bbe6"
|
|
70
70
|
}
|