stacks 0.58.66 → 0.58.68
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/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +1 -1
- package/core/ai/package.json +1 -1
- package/core/alias/package.json +1 -1
- package/core/analytics/package.json +1 -1
- package/core/api/package.json +1 -1
- package/core/arrays/package.json +1 -1
- package/core/auth/package.json +1 -1
- package/core/buddy/package.json +1 -1
- package/core/build/package.json +1 -1
- package/core/bun-create/bud/package.json +1 -1
- package/core/bun-create/buddy/package.json +1 -1
- package/core/bun-create/stack/package.json +1 -1
- package/core/bun-create/stacks/package.json +1 -1
- package/core/bun-create/stx/package.json +1 -1
- package/core/bun-plugin-yaml/package.json +1 -1
- package/core/cache/package.json +1 -1
- package/core/chat/package.json +1 -1
- package/core/cli/dist/index.js +1 -1
- package/core/cli/package.json +1 -1
- package/core/cloud/dist/index.js +1 -1
- package/core/cloud/package.json +1 -1
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +1 -1
- package/core/cloud/src/cloud/compute.ts +1 -1
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +2 -2
- package/core/collections/package.json +1 -1
- package/core/config/package.json +1 -1
- package/core/database/package.json +1 -1
- package/core/datetime/package.json +1 -1
- package/core/desktop/package.json +1 -1
- package/core/development/package.json +1 -1
- package/core/dns/package.json +1 -1
- package/core/docs/package.json +1 -1
- package/core/email/package.json +1 -1
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +1 -1
- package/core/events/package.json +1 -1
- package/core/faker/package.json +1 -1
- package/core/git/package.json +1 -1
- package/core/health/package.json +1 -1
- package/core/http/package.json +1 -1
- package/core/lint/package.json +1 -1
- package/core/logging/package.json +1 -1
- package/core/notifications/package.json +1 -1
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +1 -1
- package/core/path/package.json +1 -1
- package/core/payments/dist/index.js +29 -40
- package/core/payments/package.json +1 -1
- package/core/push/package.json +1 -1
- package/core/query-builder/package.json +1 -1
- package/core/queue/package.json +1 -1
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +1 -1
- package/core/router/dist/index.js +1 -1
- package/core/router/package.json +1 -1
- package/core/router/src/router.ts +1 -1
- package/core/scheduler/package.json +1 -1
- package/core/search-engine/package.json +1 -1
- package/core/security/package.json +1 -1
- package/core/server/package.json +1 -1
- package/core/signals/package.json +1 -1
- package/core/slug/package.json +1 -1
- package/core/sms/package.json +1 -1
- package/core/storage/package.json +1 -1
- package/core/strings/package.json +1 -1
- package/core/tables/package.json +1 -1
- package/core/testing/dist/index.js +1 -1
- package/core/testing/package.json +1 -1
- package/core/tinker/package.json +1 -1
- package/core/tunnel/package.json +1 -1
- package/core/types/package.json +1 -1
- package/core/ui/package.json +1 -1
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +1 -1
- package/core/validation/package.json +1 -1
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +1 -1
- package/core/whois/package.json +1 -1
- package/core/x-ray/package.json +1 -1
- package/core/zsh-buddy/package.json +1 -1
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import {projectPath} from "@stacksjs/path";
|
|
|
7
7
|
import * as storage from "@stacksjs/storage";
|
|
8
8
|
import {NpmScript} from "@stacksjs/enums";
|
|
9
9
|
// package.json
|
|
10
|
-
var version = "0.58.
|
|
10
|
+
var version = "0.58.68";
|
|
11
11
|
|
|
12
12
|
// src/upgrade.ts
|
|
13
13
|
function checkForUncommittedChanges(options) {
|
package/core/ai/package.json
CHANGED
package/core/alias/package.json
CHANGED
package/core/api/package.json
CHANGED
package/core/arrays/package.json
CHANGED
package/core/auth/package.json
CHANGED
package/core/buddy/package.json
CHANGED
package/core/build/package.json
CHANGED
package/core/cache/package.json
CHANGED
package/core/chat/package.json
CHANGED
package/core/cli/dist/index.js
CHANGED
|
@@ -502,7 +502,7 @@ import {log as log3} from "@stacksjs/logging";
|
|
|
502
502
|
import {ExitCode as ExitCode2} from "@stacksjs/types";
|
|
503
503
|
import {bgCyan as bgCyan2, bold as bold2, cyan as cyan2, dim as dim2, gray as gray2, green as green2, italic as italic2} from "kolorist";
|
|
504
504
|
// package.json
|
|
505
|
-
var version = "0.58.
|
|
505
|
+
var version = "0.58.68";
|
|
506
506
|
|
|
507
507
|
// src/helpers.ts
|
|
508
508
|
async function intro(command2, options) {
|
package/core/cli/package.json
CHANGED
package/core/cloud/dist/index.js
CHANGED
|
@@ -1713,7 +1713,7 @@ class ComputeStack {
|
|
|
1713
1713
|
port: 3000,
|
|
1714
1714
|
healthCheck: {
|
|
1715
1715
|
interval: Duration6.seconds(6),
|
|
1716
|
-
path: "/api/
|
|
1716
|
+
path: "/api/health",
|
|
1717
1717
|
protocol: elbv2.Protocol.HTTP,
|
|
1718
1718
|
timeout: Duration6.seconds(5),
|
|
1719
1719
|
healthyThresholdCount: 2,
|
package/core/cloud/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks-router-layer",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.68",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@stacksjs/router": "^0.58.
|
|
13
|
+
"@stacksjs/router": "^0.58.67"
|
|
14
14
|
}
|
|
15
15
|
}
|
package/core/config/package.json
CHANGED
package/core/dns/package.json
CHANGED
package/core/docs/package.json
CHANGED
package/core/email/package.json
CHANGED
package/core/enums/package.json
CHANGED
package/core/env/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.68",
|
|
5
5
|
"description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
package/core/events/package.json
CHANGED
package/core/faker/package.json
CHANGED
package/core/git/package.json
CHANGED
package/core/health/package.json
CHANGED
package/core/http/package.json
CHANGED
package/core/lint/package.json
CHANGED
package/core/orm/package.json
CHANGED
package/core/path/package.json
CHANGED
|
@@ -533,32 +533,18 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
533
533
|
};
|
|
534
534
|
});
|
|
535
535
|
|
|
536
|
-
// /home/runner/work/stacks/stacks/node_modules/
|
|
537
|
-
var
|
|
536
|
+
// /home/runner/work/stacks/stacks/node_modules/es-define-property/index.js
|
|
537
|
+
var require_es_define_property = __commonJS((exports, module) => {
|
|
538
538
|
var GetIntrinsic = require_get_intrinsic();
|
|
539
|
-
var $defineProperty = GetIntrinsic("%Object.defineProperty%", true);
|
|
540
|
-
|
|
541
|
-
if ($defineProperty) {
|
|
542
|
-
try {
|
|
543
|
-
$defineProperty({}, "a", { value: 1 });
|
|
544
|
-
return true;
|
|
545
|
-
} catch (e) {
|
|
546
|
-
return false;
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
return false;
|
|
550
|
-
};
|
|
551
|
-
hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
|
|
552
|
-
if (!hasPropertyDescriptors()) {
|
|
553
|
-
return null;
|
|
554
|
-
}
|
|
539
|
+
var $defineProperty = GetIntrinsic("%Object.defineProperty%", true) || false;
|
|
540
|
+
if ($defineProperty) {
|
|
555
541
|
try {
|
|
556
|
-
|
|
542
|
+
$defineProperty({}, "a", { value: 1 });
|
|
557
543
|
} catch (e) {
|
|
558
|
-
|
|
544
|
+
$defineProperty = false;
|
|
559
545
|
}
|
|
560
|
-
}
|
|
561
|
-
module.exports =
|
|
546
|
+
}
|
|
547
|
+
module.exports = $defineProperty;
|
|
562
548
|
});
|
|
563
549
|
|
|
564
550
|
// /home/runner/work/stacks/stacks/node_modules/gopd/index.js
|
|
@@ -577,16 +563,7 @@ var require_gopd = __commonJS((exports, module) => {
|
|
|
577
563
|
|
|
578
564
|
// /home/runner/work/stacks/stacks/node_modules/define-data-property/index.js
|
|
579
565
|
var require_define_data_property = __commonJS((exports, module) => {
|
|
580
|
-
var
|
|
581
|
-
var GetIntrinsic = require_get_intrinsic();
|
|
582
|
-
var $defineProperty = hasPropertyDescriptors && GetIntrinsic("%Object.defineProperty%", true);
|
|
583
|
-
if ($defineProperty) {
|
|
584
|
-
try {
|
|
585
|
-
$defineProperty({}, "a", { value: 1 });
|
|
586
|
-
} catch (e) {
|
|
587
|
-
$defineProperty = false;
|
|
588
|
-
}
|
|
589
|
-
}
|
|
566
|
+
var $defineProperty = require_es_define_property();
|
|
590
567
|
var $SyntaxError = require_syntax();
|
|
591
568
|
var $TypeError = require_type();
|
|
592
569
|
var gopd = require_gopd();
|
|
@@ -629,6 +606,25 @@ var require_define_data_property = __commonJS((exports, module) => {
|
|
|
629
606
|
};
|
|
630
607
|
});
|
|
631
608
|
|
|
609
|
+
// /home/runner/work/stacks/stacks/node_modules/has-property-descriptors/index.js
|
|
610
|
+
var require_has_property_descriptors = __commonJS((exports, module) => {
|
|
611
|
+
var $defineProperty = require_es_define_property();
|
|
612
|
+
var hasPropertyDescriptors = function hasPropertyDescriptors() {
|
|
613
|
+
return !!$defineProperty;
|
|
614
|
+
};
|
|
615
|
+
hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
|
|
616
|
+
if (!$defineProperty) {
|
|
617
|
+
return null;
|
|
618
|
+
}
|
|
619
|
+
try {
|
|
620
|
+
return $defineProperty([], "length", { value: 1 }).length !== 1;
|
|
621
|
+
} catch (e) {
|
|
622
|
+
return true;
|
|
623
|
+
}
|
|
624
|
+
};
|
|
625
|
+
module.exports = hasPropertyDescriptors;
|
|
626
|
+
});
|
|
627
|
+
|
|
632
628
|
// /home/runner/work/stacks/stacks/node_modules/set-function-length/index.js
|
|
633
629
|
var require_set_function_length = __commonJS((exports, module) => {
|
|
634
630
|
var GetIntrinsic = require_get_intrinsic();
|
|
@@ -676,15 +672,8 @@ var require_call_bind = __commonJS((exports, module) => {
|
|
|
676
672
|
var $apply = GetIntrinsic("%Function.prototype.apply%");
|
|
677
673
|
var $call = GetIntrinsic("%Function.prototype.call%");
|
|
678
674
|
var $reflectApply = GetIntrinsic("%Reflect.apply%", true) || bind.call($call, $apply);
|
|
679
|
-
var $defineProperty =
|
|
675
|
+
var $defineProperty = require_es_define_property();
|
|
680
676
|
var $max = GetIntrinsic("%Math.max%");
|
|
681
|
-
if ($defineProperty) {
|
|
682
|
-
try {
|
|
683
|
-
$defineProperty({}, "a", { value: 1 });
|
|
684
|
-
} catch (e) {
|
|
685
|
-
$defineProperty = null;
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
677
|
module.exports = function callBind(originalFunction) {
|
|
689
678
|
if (typeof originalFunction !== "function") {
|
|
690
679
|
throw new $TypeError("a function is required");
|
package/core/push/package.json
CHANGED
package/core/queue/package.json
CHANGED
package/core/repl/package.json
CHANGED
|
@@ -825,7 +825,7 @@ class Router {
|
|
|
825
825
|
async health() {
|
|
826
826
|
const healthModule = await import(path2.userActionsPath("HealthAction.ts"));
|
|
827
827
|
const callback = healthModule.default.handle;
|
|
828
|
-
this.addRoute("GET", "/api/
|
|
828
|
+
this.addRoute("GET", "/api/health", callback, 200);
|
|
829
829
|
return this;
|
|
830
830
|
}
|
|
831
831
|
async job(path5) {
|
package/core/router/package.json
CHANGED
|
@@ -66,7 +66,7 @@ export class Router implements RouterInterface {
|
|
|
66
66
|
const healthModule = await import(p.userActionsPath('HealthAction.ts'))
|
|
67
67
|
const callback = healthModule.default.handle
|
|
68
68
|
|
|
69
|
-
this.addRoute('GET', '/api/
|
|
69
|
+
this.addRoute('GET', '/api/health', callback, 200)
|
|
70
70
|
return this
|
|
71
71
|
}
|
|
72
72
|
|
package/core/server/package.json
CHANGED
package/core/slug/package.json
CHANGED
package/core/sms/package.json
CHANGED
package/core/tables/package.json
CHANGED
|
@@ -7015,7 +7015,7 @@ class Queue {
|
|
|
7015
7015
|
}
|
|
7016
7016
|
|
|
7017
7017
|
// /home/runner/work/stacks/stacks/node_modules/p-limit/index.js
|
|
7018
|
-
import {AsyncResource} from "dist/
|
|
7018
|
+
import {AsyncResource} from "dist/source";
|
|
7019
7019
|
|
|
7020
7020
|
// /home/runner/work/stacks/stacks/node_modules/@vitest/utils/dist/helpers.js
|
|
7021
7021
|
var assertTypes = function(value, name, types) {
|
package/core/tinker/package.json
CHANGED
package/core/tunnel/package.json
CHANGED
package/core/types/package.json
CHANGED
package/core/ui/package.json
CHANGED
package/core/utils/dist/index.js
CHANGED
package/core/utils/package.json
CHANGED
package/core/vite/dist/index.js
CHANGED
|
@@ -609,7 +609,7 @@ var web_components_default = defineConfig6(({ command }) => {
|
|
|
609
609
|
// src/plugin/docs.ts
|
|
610
610
|
import {kolorist as c2} from "@stacksjs/cli";
|
|
611
611
|
// package.json
|
|
612
|
-
var version = "0.58.
|
|
612
|
+
var version = "0.58.68";
|
|
613
613
|
|
|
614
614
|
// src/plugin/docs.ts
|
|
615
615
|
var docsEngine = {
|
package/core/vite/package.json
CHANGED
package/core/whois/package.json
CHANGED
package/core/x-ray/package.json
CHANGED
package/ide/vscode/package.json
CHANGED