@stacksjs/actions 0.70.0 → 0.70.2
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.js +3 -3
- package/dist/bump.js +1 -1
- package/dist/{chunk-42a3e7hh.js → chunk-1rcr814r.js} +3 -3
- package/dist/{chunk-6q2te7nv.js → chunk-d611vavk.js} +3 -3
- package/dist/{chunk-td8tcbm5.js → chunk-mm6thy3f.js} +1232 -502
- package/dist/{chunk-nm3scdc6.js → chunk-w6fdq4hk.js} +64 -61
- package/dist/{chunk-5qbkgfr7.js → chunk-xfjdew8j.js} +3 -3
- package/dist/database/seed.js +2 -2
- package/dist/generate/component-meta.js +1 -1
- package/dist/generate/index.js +3 -3
- package/dist/helpers/component-meta.js +7 -32
- package/dist/index.js +3 -3
- package/dist/release.js +3 -3
- package/dist/upgrade.js +1 -1
- package/package.json +17 -17
package/dist/build.js
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
generateTypes
|
|
4
4
|
} from "./generate/index.js";
|
|
5
|
-
import"./chunk-
|
|
5
|
+
import"./chunk-1rcr814r.js";
|
|
6
6
|
import"./helpers/vscode-custom-data.js";
|
|
7
7
|
import"./chunk-494jp8d5.js";
|
|
8
|
-
import"./chunk-
|
|
8
|
+
import"./chunk-mm6thy3f.js";
|
|
9
9
|
import"./chunk-fxan91t8.js";
|
|
10
|
-
import"./chunk-
|
|
10
|
+
import"./chunk-w6fdq4hk.js";
|
|
11
11
|
import"./chunk-wkwtsvym.js";
|
|
12
12
|
import"./chunk-ze46550n.js";
|
|
13
13
|
import"./helpers/utils.js";
|
package/dist/bump.js
CHANGED
|
@@ -4,7 +4,7 @@ import { log, parseOptions, runCommand } from "@stacksjs/cli";
|
|
|
4
4
|
import { path as p } from "@stacksjs/path";
|
|
5
5
|
var options = parseOptions();
|
|
6
6
|
var changelogCommand = options?.dryRun ? "buddy changelog --quiet --dry-run" : "buddy changelog --quiet";
|
|
7
|
-
var bumpCommand = options?.dryRun ? `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../
|
|
7
|
+
var bumpCommand = options?.dryRun ? `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../defaults/ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../libs/**/package.json ../system-tray/package.json --no-push --execute "../scripts/lint"` : `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../defaults/ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../libs/**/package.json ../system-tray/package.json --all --execute "../scripts/lint"`;
|
|
8
8
|
log.debug(`Running: ${bumpCommand}`);
|
|
9
9
|
log.debug(`In frameworkPath: ${p.frameworkPath()}`);
|
|
10
10
|
await runCommand(bumpCommand, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
db
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-mm6thy3f.js";
|
|
4
4
|
import {
|
|
5
5
|
customValidate,
|
|
6
6
|
isObjectNotEmpty,
|
|
@@ -319,8 +319,8 @@ class Router {
|
|
|
319
319
|
return this.routes;
|
|
320
320
|
}
|
|
321
321
|
async importRoutes() {
|
|
322
|
-
await import("./chunk-
|
|
323
|
-
await import("./chunk-
|
|
322
|
+
await import("./chunk-xfjdew8j.js");
|
|
323
|
+
await import("./chunk-d611vavk.js");
|
|
324
324
|
}
|
|
325
325
|
async resolveCallback(callback) {
|
|
326
326
|
if (callback instanceof Promise) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
route
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import"./chunk-
|
|
4
|
+
} from "./chunk-1rcr814r.js";
|
|
5
|
+
import"./chunk-mm6thy3f.js";
|
|
6
6
|
import"./chunk-fxan91t8.js";
|
|
7
|
-
import"./chunk-
|
|
7
|
+
import"./chunk-w6fdq4hk.js";
|
|
8
8
|
import"./chunk-wkwtsvym.js";
|
|
9
9
|
import"./chunk-9v6qtbez.js";
|
|
10
10
|
|