create-daloy 1.0.0 → 1.1.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.
- package/package.json +1 -1
- package/sbom.cdx.json +9 -9
- package/sbom.spdx.json +5 -5
- package/templates/_ci/deno/_github/workflows/ci.yml +1 -1
- package/templates/_ci/deno/_github/workflows/codeql.yml +1 -1
- package/templates/_ci/deno/_github/workflows/container-scan.yml +1 -1
- package/templates/_ci/deno/_github/workflows/deploy.yml +2 -2
- package/templates/_ci/deno/_github/workflows/eol-scan.yml +1 -1
- package/templates/_ci/deno/_github/workflows/opengrep.yml +1 -1
- package/templates/_ci/deno/_github/workflows/osv-scan.yml +1 -1
- package/templates/_ci/deno/_github/workflows/scorecard.yml +1 -1
- package/templates/_ci/deno/_github/workflows/secret-scan.yml +1 -1
- package/templates/_ci/deno/_github/workflows/zizmor.yml +1 -1
- package/templates/_ci/node/_github/workflows/ci.yml +1 -1
- package/templates/_ci/node/_github/workflows/codeql.yml +1 -1
- package/templates/_ci/node/_github/workflows/container-scan.yml +1 -1
- package/templates/_ci/node/_github/workflows/dast.yml +1 -1
- package/templates/_ci/node/_github/workflows/deploy.yml +2 -2
- package/templates/_ci/node/_github/workflows/eol-scan.yml +1 -1
- package/templates/_ci/node/_github/workflows/opengrep.yml +1 -1
- package/templates/_ci/node/_github/workflows/osv-scan.yml +1 -1
- package/templates/_ci/node/_github/workflows/scorecard.yml +1 -1
- package/templates/_ci/node/_github/workflows/secret-scan.yml +1 -1
- package/templates/_ci/node/_github/workflows/vuln-scan.yml +1 -1
- package/templates/_ci/node/_github/workflows/zizmor.yml +1 -1
- package/templates/bun-basic/package.json +1 -1
- package/templates/bun-basic/src/build-app.ts +3 -2
- package/templates/cloudflare-worker/package.json +1 -1
- package/templates/deno-basic/deno.json +5 -5
- package/templates/deno-basic/src/build-app.ts +3 -2
- package/templates/node-basic/package.json +1 -1
- package/templates/node-basic/src/build-app.ts +3 -2
- package/templates/vercel/package.json +1 -1
package/package.json
CHANGED
package/sbom.cdx.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.5",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:f35e58c0-2ed9-54a4-8887-56f76fffb19e",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2026-08-
|
|
7
|
+
"timestamp": "2026-08-09T15:46:09.548Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "DaloyJS",
|
|
11
11
|
"name": "daloy-generate-sbom",
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.1.1"
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"authors": [],
|
|
16
16
|
"component": {
|
|
17
17
|
"type": "library",
|
|
18
|
-
"bom-ref": "pkg:npm/create-daloy@1.
|
|
18
|
+
"bom-ref": "pkg:npm/create-daloy@1.1.1",
|
|
19
19
|
"name": "create-daloy",
|
|
20
|
-
"version": "1.
|
|
20
|
+
"version": "1.1.1",
|
|
21
21
|
"description": "Scaffold a new DaloyJS project. Run with `pnpm create daloy`, `npm create daloy@latest`, `yarn create daloy`, or `bun create daloy`.",
|
|
22
|
-
"purl": "pkg:npm/create-daloy@1.
|
|
22
|
+
"purl": "pkg:npm/create-daloy@1.1.1",
|
|
23
23
|
"licenses": [
|
|
24
24
|
{
|
|
25
25
|
"license": {
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
44
|
"swid": {
|
|
45
|
-
"tagId": "swidtag-create-daloy-1.
|
|
45
|
+
"tagId": "swidtag-create-daloy-1.1.1",
|
|
46
46
|
"name": "create-daloy",
|
|
47
|
-
"version": "1.
|
|
47
|
+
"version": "1.1.1",
|
|
48
48
|
"tagVersion": 0,
|
|
49
49
|
"patch": false
|
|
50
50
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"components": [],
|
|
54
54
|
"dependencies": [
|
|
55
55
|
{
|
|
56
|
-
"ref": "pkg:npm/create-daloy@1.
|
|
56
|
+
"ref": "pkg:npm/create-daloy@1.1.1",
|
|
57
57
|
"dependsOn": []
|
|
58
58
|
}
|
|
59
59
|
]
|
package/sbom.spdx.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"spdxVersion": "SPDX-2.3",
|
|
3
3
|
"dataLicense": "CC0-1.0",
|
|
4
4
|
"SPDXID": "SPDXRef-DOCUMENT",
|
|
5
|
-
"name": "create-daloy-1.
|
|
6
|
-
"documentNamespace": "https://github.com/daloyjs/daloy/sbom/create-daloy-1.
|
|
5
|
+
"name": "create-daloy-1.1.1",
|
|
6
|
+
"documentNamespace": "https://github.com/daloyjs/daloy/sbom/create-daloy-1.1.1-f35e58c0-2ed9-54a4-8887-56f76fffb19e",
|
|
7
7
|
"creationInfo": {
|
|
8
|
-
"created": "2026-08-
|
|
8
|
+
"created": "2026-08-09T15:46:09.548Z",
|
|
9
9
|
"creators": [
|
|
10
10
|
"Tool: daloy-generate-sbom",
|
|
11
11
|
"Organization: DaloyJS"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
{
|
|
17
17
|
"SPDXID": "SPDXRef-Package-create-daloy",
|
|
18
18
|
"name": "create-daloy",
|
|
19
|
-
"versionInfo": "1.
|
|
19
|
+
"versionInfo": "1.1.1",
|
|
20
20
|
"downloadLocation": "https://github.com/daloyjs/daloy",
|
|
21
21
|
"filesAnalyzed": false,
|
|
22
22
|
"licenseConcluded": "MIT",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
{
|
|
28
28
|
"referenceCategory": "PACKAGE-MANAGER",
|
|
29
29
|
"referenceType": "purl",
|
|
30
|
-
"referenceLocator": "pkg:npm/create-daloy@1.
|
|
30
|
+
"referenceLocator": "pkg:npm/create-daloy@1.1.1"
|
|
31
31
|
}
|
|
32
32
|
]
|
|
33
33
|
}
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
disable-file-monitoring: false
|
|
31
31
|
|
|
32
32
|
- name: Checkout
|
|
33
|
-
uses: actions/checkout@
|
|
33
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
34
34
|
with:
|
|
35
35
|
persist-credentials: false
|
|
36
36
|
show-progress: false
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
disable-sudo: true
|
|
43
43
|
|
|
44
44
|
- name: Checkout
|
|
45
|
-
uses: actions/checkout@
|
|
45
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
46
46
|
with:
|
|
47
47
|
persist-credentials: false
|
|
48
48
|
show-progress: false
|
|
@@ -86,7 +86,7 @@ jobs:
|
|
|
86
86
|
disable-sudo: true
|
|
87
87
|
|
|
88
88
|
- name: Checkout
|
|
89
|
-
uses: actions/checkout@
|
|
89
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
90
90
|
with:
|
|
91
91
|
persist-credentials: false
|
|
92
92
|
show-progress: false
|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
49
49
|
disable-sudo: true
|
|
50
50
|
|
|
51
51
|
- name: Checkout
|
|
52
|
-
uses: actions/checkout@
|
|
52
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
53
53
|
with:
|
|
54
54
|
persist-credentials: false
|
|
55
55
|
show-progress: false
|
|
@@ -93,7 +93,7 @@ jobs:
|
|
|
93
93
|
disable-sudo: true
|
|
94
94
|
|
|
95
95
|
- name: Checkout
|
|
96
|
-
uses: actions/checkout@
|
|
96
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
97
97
|
with:
|
|
98
98
|
persist-credentials: false
|
|
99
99
|
show-progress: false
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
43
43
|
disable-file-monitoring: false
|
|
44
44
|
|
|
45
45
|
- name: Checkout
|
|
46
|
-
uses: actions/checkout@
|
|
46
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
47
47
|
with:
|
|
48
48
|
persist-credentials: false
|
|
49
49
|
show-progress: false
|
|
@@ -62,7 +62,7 @@ jobs:
|
|
|
62
62
|
disable-sudo: true
|
|
63
63
|
|
|
64
64
|
- name: Checkout
|
|
65
|
-
uses: actions/checkout@
|
|
65
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
66
66
|
with:
|
|
67
67
|
persist-credentials: false
|
|
68
68
|
show-progress: false
|
|
@@ -95,7 +95,7 @@ jobs:
|
|
|
95
95
|
disable-file-monitoring: false
|
|
96
96
|
|
|
97
97
|
- name: Checkout
|
|
98
|
-
uses: actions/checkout@
|
|
98
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
99
99
|
with:
|
|
100
100
|
persist-credentials: false
|
|
101
101
|
show-progress: false
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
47
47
|
disable-sudo: true
|
|
48
48
|
|
|
49
49
|
- name: Checkout
|
|
50
|
-
uses: actions/checkout@
|
|
50
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
51
51
|
with:
|
|
52
52
|
persist-credentials: false
|
|
53
53
|
show-progress: false
|
|
@@ -74,7 +74,7 @@ jobs:
|
|
|
74
74
|
disable-file-monitoring: false
|
|
75
75
|
|
|
76
76
|
- name: Checkout
|
|
77
|
-
uses: actions/checkout@
|
|
77
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
78
78
|
with:
|
|
79
79
|
persist-credentials: false
|
|
80
80
|
show-progress: false
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
disable-sudo: true
|
|
32
32
|
|
|
33
33
|
- name: Checkout
|
|
34
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
35
35
|
with:
|
|
36
36
|
persist-credentials: false
|
|
37
37
|
show-progress: false
|
|
@@ -36,7 +36,7 @@ __CI_NODE_STRATEGY__
|
|
|
36
36
|
disable-file-monitoring: false
|
|
37
37
|
|
|
38
38
|
- name: Checkout
|
|
39
|
-
uses: actions/checkout@
|
|
39
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
40
40
|
with:
|
|
41
41
|
persist-credentials: false
|
|
42
42
|
show-progress: false
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
disable-sudo: true
|
|
43
43
|
|
|
44
44
|
- name: Checkout
|
|
45
|
-
uses: actions/checkout@
|
|
45
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
46
46
|
with:
|
|
47
47
|
persist-credentials: false
|
|
48
48
|
show-progress: false
|
|
@@ -98,7 +98,7 @@ jobs:
|
|
|
98
98
|
disable-sudo: true
|
|
99
99
|
|
|
100
100
|
- name: Checkout
|
|
101
|
-
uses: actions/checkout@
|
|
101
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
102
102
|
with:
|
|
103
103
|
persist-credentials: false
|
|
104
104
|
show-progress: false
|
|
@@ -82,7 +82,7 @@ jobs:
|
|
|
82
82
|
disable-file-monitoring: false
|
|
83
83
|
|
|
84
84
|
- name: Checkout
|
|
85
|
-
uses: actions/checkout@
|
|
85
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
86
86
|
with:
|
|
87
87
|
persist-credentials: false
|
|
88
88
|
show-progress: false
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
disable-sudo: true
|
|
34
34
|
|
|
35
35
|
- name: Checkout
|
|
36
|
-
uses: actions/checkout@
|
|
36
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
37
37
|
with:
|
|
38
38
|
persist-credentials: false
|
|
39
39
|
show-progress: false
|
|
@@ -84,7 +84,7 @@ __DEPLOY_JOB_PERMISSIONS__
|
|
|
84
84
|
disable-sudo: true
|
|
85
85
|
|
|
86
86
|
- name: Checkout
|
|
87
|
-
uses: actions/checkout@
|
|
87
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
88
88
|
with:
|
|
89
89
|
persist-credentials: false
|
|
90
90
|
show-progress: false
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
44
44
|
disable-file-monitoring: false
|
|
45
45
|
|
|
46
46
|
- name: Checkout
|
|
47
|
-
uses: actions/checkout@
|
|
47
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
48
48
|
with:
|
|
49
49
|
persist-credentials: false
|
|
50
50
|
show-progress: false
|
|
@@ -78,7 +78,7 @@ jobs:
|
|
|
78
78
|
disable-sudo: true
|
|
79
79
|
|
|
80
80
|
- name: Checkout
|
|
81
|
-
uses: actions/checkout@
|
|
81
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
82
82
|
with:
|
|
83
83
|
persist-credentials: false
|
|
84
84
|
show-progress: false
|
|
@@ -106,7 +106,7 @@ jobs:
|
|
|
106
106
|
disable-file-monitoring: false
|
|
107
107
|
|
|
108
108
|
- name: Checkout
|
|
109
|
-
uses: actions/checkout@
|
|
109
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
110
110
|
with:
|
|
111
111
|
persist-credentials: false
|
|
112
112
|
show-progress: false
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
47
47
|
disable-sudo: true
|
|
48
48
|
|
|
49
49
|
- name: Checkout
|
|
50
|
-
uses: actions/checkout@
|
|
50
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
51
51
|
with:
|
|
52
52
|
persist-credentials: false
|
|
53
53
|
show-progress: false
|
|
@@ -74,7 +74,7 @@ jobs:
|
|
|
74
74
|
disable-file-monitoring: false
|
|
75
75
|
|
|
76
76
|
- name: Checkout
|
|
77
|
-
uses: actions/checkout@
|
|
77
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
78
78
|
with:
|
|
79
79
|
persist-credentials: false
|
|
80
80
|
show-progress: false
|
|
@@ -65,7 +65,7 @@ jobs:
|
|
|
65
65
|
disable-file-monitoring: false
|
|
66
66
|
|
|
67
67
|
- name: Checkout
|
|
68
|
-
uses: actions/checkout@
|
|
68
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
69
69
|
with:
|
|
70
70
|
persist-credentials: false
|
|
71
71
|
show-progress: false
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
disable-sudo: true
|
|
32
32
|
|
|
33
33
|
- name: Checkout
|
|
34
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
|
35
35
|
with:
|
|
36
36
|
persist-credentials: false
|
|
37
37
|
show-progress: false
|
|
@@ -31,8 +31,9 @@ export function buildApp(): App {
|
|
|
31
31
|
// GET /openapi.yaml — OpenAPI 3.1 spec (YAML, served inline as text/yaml)
|
|
32
32
|
// GET /docs — Scalar API reference UI that loads the spec
|
|
33
33
|
// Customize via `docs: { openapiYamlPath: false }` to disable the YAML route.
|
|
34
|
-
// `info.title` / `info.version`
|
|
35
|
-
//
|
|
34
|
+
// `info.title` / `info.version` default to the top-level `title` /
|
|
35
|
+
// `version` App options, then to "DaloyJS API" / "0.0.0". They are not
|
|
36
|
+
// read from package.json; set `openapi.info` here to control them.
|
|
36
37
|
openapi: {
|
|
37
38
|
// Leave `servers` unset so the Scalar "Try it" panel and the generated
|
|
38
39
|
// client target the origin the docs are served from — the deployed
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"hooks:install": "git config core.hooksPath .githooks"
|
|
11
11
|
},
|
|
12
12
|
"imports": {
|
|
13
|
-
"@daloyjs/core": "jsr:@daloyjs/daloy@^1.
|
|
14
|
-
"@daloyjs/core/banner": "jsr:@daloyjs/daloy@^1.
|
|
15
|
-
"@daloyjs/core/contract": "jsr:@daloyjs/daloy@^1.
|
|
16
|
-
"@daloyjs/core/deno": "jsr:@daloyjs/daloy@^1.
|
|
17
|
-
"@daloyjs/core/openapi": "jsr:@daloyjs/daloy@^1.
|
|
13
|
+
"@daloyjs/core": "jsr:@daloyjs/daloy@^1.1.1",
|
|
14
|
+
"@daloyjs/core/banner": "jsr:@daloyjs/daloy@^1.1.1/banner",
|
|
15
|
+
"@daloyjs/core/contract": "jsr:@daloyjs/daloy@^1.1.1/contract",
|
|
16
|
+
"@daloyjs/core/deno": "jsr:@daloyjs/daloy@^1.1.1/deno",
|
|
17
|
+
"@daloyjs/core/openapi": "jsr:@daloyjs/daloy@^1.1.1/openapi",
|
|
18
18
|
"zod": "npm:zod@^4.4.3"
|
|
19
19
|
},
|
|
20
20
|
"compilerOptions": {
|
|
@@ -32,8 +32,9 @@ export function buildApp(): App {
|
|
|
32
32
|
// GET /openapi.yaml — OpenAPI 3.1 spec (YAML, served inline as text/yaml)
|
|
33
33
|
// GET /docs — Scalar API reference UI that loads the spec
|
|
34
34
|
// Customize via `docs: { openapiYamlPath: false }` to disable the YAML route.
|
|
35
|
-
// `info.title` / `info.version`
|
|
36
|
-
//
|
|
35
|
+
// `info.title` / `info.version` default to the top-level `title` /
|
|
36
|
+
// `version` App options, then to "DaloyJS API" / "0.0.0". They are not
|
|
37
|
+
// read from deno.json; set `openapi.info` here to control them.
|
|
37
38
|
openapi: {
|
|
38
39
|
// Leave `servers` unset so the Scalar "Try it" panel and the generated
|
|
39
40
|
// client target the origin the docs are served from — the deployed
|
|
@@ -36,8 +36,9 @@ export function buildApp(): App {
|
|
|
36
36
|
// `NODE_ENV !== "production"`, or `docs: false` to disable entirely.
|
|
37
37
|
// Customize paths via `docs: { openapiPath, openapiYamlPath, path, ui }`,
|
|
38
38
|
// or pass `openapiYamlPath: false` to disable just the YAML route.
|
|
39
|
-
// `info.title` / `info.version`
|
|
40
|
-
//
|
|
39
|
+
// `info.title` / `info.version` default to the top-level `title` /
|
|
40
|
+
// `version` App options, then to "DaloyJS API" / "0.0.0". They are not
|
|
41
|
+
// read from package.json; set `openapi.info` here to control them.
|
|
41
42
|
openapi: {
|
|
42
43
|
// Leave `servers` unset so the Scalar "Try it" panel and the generated
|
|
43
44
|
// client target the origin the docs are served from — the deployed
|