@stacksjs/actions 0.70.10 → 0.70.12
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/build/core.js +1 -1
- package/dist/build.js +18 -3
- package/dist/{chunk-8swsxabt.js → chunk-0w5577pa.js} +63 -3
- package/dist/{chunk-fxan91t8.js → chunk-2dvnt46s.js} +31 -31
- package/dist/chunk-38cnnp2b.js +3823 -0
- package/dist/chunk-76zhb40c.js +92 -0
- package/dist/{chunk-v1qz355d.js → chunk-7exdh0pw.js} +4 -4
- package/dist/{chunk-6jdq6549.js → chunk-7hbpybtk.js} +18 -3
- package/dist/chunk-7s5qcjkt.js +105 -0
- package/dist/chunk-9exgwfkw.js +1283 -0
- package/dist/chunk-a13x0e43.js +1180 -0
- package/dist/chunk-a7k3cdby.js +2266 -0
- package/dist/chunk-bf8bq8pc.js +205 -0
- package/dist/chunk-csa76zyn.js +658 -0
- package/dist/chunk-e7mp4xy5.js +169 -0
- package/dist/chunk-f6a9g4qa.js +902 -0
- package/dist/chunk-frw3va9v.js +69 -0
- package/dist/chunk-hp8vmq3g.js +179242 -0
- package/dist/chunk-mdj7x1vs.js +790 -0
- package/dist/chunk-mdqphqep.js +438 -0
- package/dist/chunk-p0c688mg.js +729 -0
- package/dist/chunk-pnre7439.js +2228 -0
- package/dist/chunk-q9dmga3k.js +11 -0
- package/dist/chunk-qhh0v93n.js +73 -0
- package/dist/chunk-qkm8e752.js +51 -0
- package/dist/chunk-r1ednxa6.js +311 -0
- package/dist/chunk-saqpg5nd.js +118 -0
- package/dist/chunk-t5em30ak.js +379 -0
- package/dist/chunk-veja9rez.js +5764 -0
- package/dist/chunk-xt9exr2c.js +1481 -0
- package/dist/chunk-zbqapk7v.js +212 -0
- package/dist/chunk-zsm2c35w.js +72 -0
- package/dist/chunk-zzerxbrm.js +107 -0
- package/dist/database/seed.js +18 -3
- package/dist/deploy/index.js +1 -1
- package/dist/examples.js +1 -1
- package/dist/fresh.js +1 -1
- package/dist/generate/index.js +19 -4
- package/dist/helpers/component-meta.js +10 -10
- package/dist/helpers/lib-entries.js +1 -1
- package/dist/index.js +18 -3
- package/dist/key-generate.js +1 -1
- package/dist/lint/fix.js +1 -1
- package/dist/make.js +1 -1
- package/dist/prepublish.js +1 -1
- package/dist/release.js +18 -3
- package/dist/test/feature.js +1 -1
- package/dist/test/index.js +1 -1
- package/dist/test/unit.js +1 -1
- package/dist/types.js +1 -1
- package/dist/upgrade/index.js +1 -1
- package/dist/upgrade.js +2 -2
- package/package.json +17 -17
- package/dist/chunk-8tjc3whz.js +0 -77989
package/dist/release.js
CHANGED
|
@@ -5,11 +5,26 @@ import"./commit.js";
|
|
|
5
5
|
import"./make.js";
|
|
6
6
|
import"./add.js";
|
|
7
7
|
import"./generate/index.js";
|
|
8
|
-
import"./chunk-
|
|
8
|
+
import"./chunk-7exdh0pw.js";
|
|
9
9
|
import"./helpers/vscode-custom-data.js";
|
|
10
10
|
import"./chunk-494jp8d5.js";
|
|
11
|
-
import"./chunk-
|
|
12
|
-
import"./chunk-
|
|
11
|
+
import"./chunk-hp8vmq3g.js";
|
|
12
|
+
import"./chunk-mdj7x1vs.js";
|
|
13
|
+
import"./chunk-p0c688mg.js";
|
|
14
|
+
import"./chunk-qkm8e752.js";
|
|
15
|
+
import"./chunk-a13x0e43.js";
|
|
16
|
+
import"./chunk-mdqphqep.js";
|
|
17
|
+
import"./chunk-qhh0v93n.js";
|
|
18
|
+
import"./chunk-pnre7439.js";
|
|
19
|
+
import"./chunk-7s5qcjkt.js";
|
|
20
|
+
import"./chunk-bf8bq8pc.js";
|
|
21
|
+
import"./chunk-xt9exr2c.js";
|
|
22
|
+
import"./chunk-zzerxbrm.js";
|
|
23
|
+
import"./chunk-veja9rez.js";
|
|
24
|
+
import"./chunk-a7k3cdby.js";
|
|
25
|
+
import"./chunk-frw3va9v.js";
|
|
26
|
+
import"./chunk-saqpg5nd.js";
|
|
27
|
+
import"./chunk-2dvnt46s.js";
|
|
13
28
|
import"./chunk-w6fdq4hk.js";
|
|
14
29
|
import"./chunk-wkwtsvym.js";
|
|
15
30
|
import"./dev/index.js";
|
package/dist/test/feature.js
CHANGED
package/dist/test/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/test/index.ts
|
|
3
|
-
import process from "process";
|
|
3
|
+
import process from "node:process";
|
|
4
4
|
import { log } from "@stacksjs/cli";
|
|
5
5
|
import { projectPath } from "@stacksjs/path";
|
|
6
6
|
var proc = Bun.spawn(["sh", "-c", "bun test ./tests/feature/** ./tests/unit/**"], {
|
package/dist/test/unit.js
CHANGED
package/dist/types.js
CHANGED
package/dist/upgrade/index.js
CHANGED
package/dist/upgrade.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import"./chunk-9v6qtbez.js";
|
|
3
3
|
|
|
4
4
|
// src/upgrade.ts
|
|
5
|
-
import process from "process";
|
|
5
|
+
import process from "node:process";
|
|
6
6
|
import { intro, outro, runCommand } from "@stacksjs/cli";
|
|
7
7
|
import { NpmScript } from "@stacksjs/enums";
|
|
8
8
|
import { log } from "@stacksjs/logging";
|
|
9
9
|
import { projectPath } from "@stacksjs/path";
|
|
10
10
|
import * as storage from "@stacksjs/storage";
|
|
11
11
|
// package.json
|
|
12
|
-
var version = "0.70.
|
|
12
|
+
var version = "0.70.12";
|
|
13
13
|
|
|
14
14
|
// src/upgrade.ts
|
|
15
15
|
function checkForUncommittedChanges(options) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/actions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.12",
|
|
5
5
|
"description": "The Stacks actions.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"prepublishOnly": "bun run build"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@stacksjs/api": "0.70.
|
|
46
|
-
"@stacksjs/cli": "0.70.
|
|
47
|
-
"@stacksjs/config": "0.70.
|
|
48
|
-
"@stacksjs/database": "0.70.
|
|
49
|
-
"@stacksjs/development": "0.70.
|
|
50
|
-
"@stacksjs/dns": "0.70.
|
|
51
|
-
"@stacksjs/enums": "0.70.
|
|
52
|
-
"@stacksjs/env": "0.70.
|
|
53
|
-
"@stacksjs/error-handling": "0.70.
|
|
54
|
-
"@stacksjs/logging": "0.70.
|
|
55
|
-
"@stacksjs/path": "0.70.
|
|
56
|
-
"@stacksjs/security": "0.70.
|
|
57
|
-
"@stacksjs/storage": "0.70.
|
|
58
|
-
"@stacksjs/strings": "0.70.
|
|
59
|
-
"@stacksjs/utils": "0.70.
|
|
60
|
-
"@stacksjs/validation": "0.70.
|
|
45
|
+
"@stacksjs/api": "0.70.11",
|
|
46
|
+
"@stacksjs/cli": "0.70.11",
|
|
47
|
+
"@stacksjs/config": "0.70.11",
|
|
48
|
+
"@stacksjs/database": "0.70.11",
|
|
49
|
+
"@stacksjs/development": "0.70.11",
|
|
50
|
+
"@stacksjs/dns": "0.70.11",
|
|
51
|
+
"@stacksjs/enums": "0.70.11",
|
|
52
|
+
"@stacksjs/env": "0.70.11",
|
|
53
|
+
"@stacksjs/error-handling": "0.70.11",
|
|
54
|
+
"@stacksjs/logging": "0.70.11",
|
|
55
|
+
"@stacksjs/path": "0.70.11",
|
|
56
|
+
"@stacksjs/security": "0.70.11",
|
|
57
|
+
"@stacksjs/storage": "0.70.11",
|
|
58
|
+
"@stacksjs/strings": "0.70.11",
|
|
59
|
+
"@stacksjs/utils": "0.70.11",
|
|
60
|
+
"@stacksjs/validation": "0.70.11",
|
|
61
61
|
"markdown-it": "^14.1.0",
|
|
62
62
|
"vue-component-meta": "^2.2.8"
|
|
63
63
|
}
|