@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 CHANGED
@@ -2,12 +2,12 @@
2
2
  import {
3
3
  generateTypes
4
4
  } from "./generate/index.js";
5
- import"./chunk-42a3e7hh.js";
5
+ import"./chunk-1rcr814r.js";
6
6
  import"./helpers/vscode-custom-data.js";
7
7
  import"./chunk-494jp8d5.js";
8
- import"./chunk-td8tcbm5.js";
8
+ import"./chunk-mm6thy3f.js";
9
9
  import"./chunk-fxan91t8.js";
10
- import"./chunk-nm3scdc6.js";
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 ../default/ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --no-push --execute "../scripts/lint"` : `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../default/ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --all --execute "../scripts/lint"`;
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-td8tcbm5.js";
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-5qbkgfr7.js");
323
- await import("./chunk-6q2te7nv.js");
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-42a3e7hh.js";
5
- import"./chunk-td8tcbm5.js";
4
+ } from "./chunk-1rcr814r.js";
5
+ import"./chunk-mm6thy3f.js";
6
6
  import"./chunk-fxan91t8.js";
7
- import"./chunk-nm3scdc6.js";
7
+ import"./chunk-w6fdq4hk.js";
8
8
  import"./chunk-wkwtsvym.js";
9
9
  import"./chunk-9v6qtbez.js";
10
10