stacks 0.58.61 → 0.58.63
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 +2 -2
- package/core/alias/package.json +4 -4
- package/core/analytics/package.json +1 -1
- package/core/api/package.json +4 -4
- package/core/arrays/package.json +4 -4
- 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 +4 -4
- package/core/cache/package.json +4 -4
- package/core/chat/package.json +10 -10
- package/core/cli/dist/index.js +1 -1
- package/core/cli/package.json +1 -1
- package/core/cloud/package.json +3 -3
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
- package/core/collections/package.json +2 -2
- 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 +14 -14
- 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 +4 -4
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +3 -3
- 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 +5 -5
- package/core/notifications/package.json +1 -1
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +8 -8
- package/core/path/dist/index.js +5 -0
- package/core/path/package.json +3 -3
- package/core/path/src/index.ts +5 -0
- package/core/payments/package.json +2 -2
- package/core/push/package.json +1 -1
- package/core/query-builder/package.json +1 -1
- package/core/queue/package.json +2 -2
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +4 -4
- package/core/router/dist/index.js +5 -1
- package/core/router/package.json +1 -1
- package/core/router/src/router.ts +1 -1
- package/core/scheduler/package.json +2 -2
- package/core/search-engine/package.json +1 -1
- package/core/security/package.json +9 -9
- 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 +11 -11
- package/core/storage/dist/index.js +1 -0
- package/core/storage/package.json +13 -13
- package/core/storage/src/hash.ts +2 -0
- package/core/strings/package.json +1 -1
- package/core/tables/package.json +6 -6
- package/core/testing/package.json +2 -2
- package/core/tinker/package.json +4 -4
- 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 +21 -21
- package/core/validation/package.json +7 -7
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +1 -1
- package/core/whois/package.json +2 -2
- package/core/x-ray/package.json +4 -4
- package/core/zsh-buddy/package.json +1 -1
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
- package/core/bun-create/tmp.json +0 -0
- package/core/collections/tmp.json +0 -0
- package/core/env/tmp.json +0 -0
- package/core/path/tmp.json +0 -0
- package/core/queue/tmp.json +0 -0
- package/core/raycast/tmp.json +0 -0
package/core/git/package.json
CHANGED
package/core/health/package.json
CHANGED
package/core/http/package.json
CHANGED
package/core/lint/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/logging",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks logging system.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"prepublishOnly": "bun --bun run build"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@stacksjs/cli": "
|
|
52
|
-
"@stacksjs/error-handling": "
|
|
51
|
+
"@stacksjs/cli": "workspace:*",
|
|
52
|
+
"@stacksjs/error-handling": "workspace:*"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@stacksjs/cli": "
|
|
56
|
-
"@stacksjs/error-handling": "
|
|
55
|
+
"@stacksjs/cli": "workspace:*",
|
|
56
|
+
"@stacksjs/error-handling": "workspace:*",
|
|
57
57
|
"consola": "^3.2.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
package/core/orm/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/orm",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks ORM integration",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"prepublishOnly": "bun --bun run build"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@stacksjs/config": "
|
|
49
|
-
"@stacksjs/query-builder": "
|
|
50
|
-
"@stacksjs/types": "
|
|
48
|
+
"@stacksjs/config": "workspace:*",
|
|
49
|
+
"@stacksjs/query-builder": "workspace:*",
|
|
50
|
+
"@stacksjs/types": "workspace:*"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@stacksjs/config": "
|
|
54
|
-
"@stacksjs/query-builder": "
|
|
55
|
-
"@stacksjs/types": "
|
|
53
|
+
"@stacksjs/config": "workspace:*",
|
|
54
|
+
"@stacksjs/query-builder": "workspace:*",
|
|
55
|
+
"@stacksjs/types": "workspace:*"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@stacksjs/development": "
|
|
58
|
+
"@stacksjs/development": "workspace:*"
|
|
59
59
|
}
|
|
60
60
|
}
|
package/core/path/dist/index.js
CHANGED
|
@@ -8,6 +8,9 @@ function actionsPath(path) {
|
|
|
8
8
|
function relativeActionsPath(path) {
|
|
9
9
|
return relative(projectPath(), actionsPath(path));
|
|
10
10
|
}
|
|
11
|
+
function userActionsPath(path) {
|
|
12
|
+
return appPath(`Actions/${path || ""}`);
|
|
13
|
+
}
|
|
11
14
|
function aiPath(path) {
|
|
12
15
|
return corePath(`ai/${path || ""}`);
|
|
13
16
|
}
|
|
@@ -311,6 +314,7 @@ function xRayPath(path) {
|
|
|
311
314
|
}
|
|
312
315
|
var path = {
|
|
313
316
|
actionsPath,
|
|
317
|
+
userActionsPath,
|
|
314
318
|
aiPath,
|
|
315
319
|
assetsPath,
|
|
316
320
|
relativeActionsPath,
|
|
@@ -425,6 +429,7 @@ export {
|
|
|
425
429
|
viewsPath,
|
|
426
430
|
validationPath,
|
|
427
431
|
utilsPath,
|
|
432
|
+
userActionsPath,
|
|
428
433
|
uiPath,
|
|
429
434
|
typesPath,
|
|
430
435
|
toNamespacedPath,
|
package/core/path/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/path",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks path.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"prepublishOnly": "bun --bun run build"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@stacksjs/validation": "
|
|
49
|
+
"@stacksjs/validation": "workspace:*",
|
|
50
50
|
"pathe": "^1.1.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@stacksjs/development": "
|
|
53
|
+
"@stacksjs/development": "workspace:*"
|
|
54
54
|
}
|
|
55
55
|
}
|
package/core/path/src/index.ts
CHANGED
|
@@ -23,6 +23,10 @@ export function relativeActionsPath(path?: string) {
|
|
|
23
23
|
return relative(projectPath(), actionsPath(path))
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
export function userActionsPath(path?: string) {
|
|
27
|
+
return appPath(`Actions/${path || ''}`)
|
|
28
|
+
}
|
|
29
|
+
|
|
26
30
|
/**
|
|
27
31
|
* Returns the path to the `ai` directory. The AI directory
|
|
28
32
|
* contains the core Stacks' AI logic which currently
|
|
@@ -460,6 +464,7 @@ export function xRayPath(path?: string) {
|
|
|
460
464
|
|
|
461
465
|
export const path = {
|
|
462
466
|
actionsPath,
|
|
467
|
+
userActionsPath,
|
|
463
468
|
aiPath,
|
|
464
469
|
assetsPath,
|
|
465
470
|
relativeActionsPath,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/payments",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks payments package. Currently supporting Stripe.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@stacksjs/utils": "workspace:*",
|
|
54
|
-
"@stripe/stripe-js": "^
|
|
54
|
+
"@stripe/stripe-js": "^3.0.0",
|
|
55
55
|
"stripe": "^14.16.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
package/core/push/package.json
CHANGED
package/core/queue/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/queue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks Queue system.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"prepublishOnly": "bun --bun run build"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@stacksjs/development": "
|
|
54
|
+
"@stacksjs/development": "workspace:*"
|
|
55
55
|
}
|
|
56
56
|
}
|
package/core/repl/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/repl",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "A Stacks optimized TS & Vue REPL.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"prepublishOnly": "bun --bun run build"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@stacksjs/tinker": "
|
|
52
|
+
"@stacksjs/tinker": "workspace:*"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@stacksjs/tinker": "
|
|
55
|
+
"@stacksjs/tinker": "workspace:*"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@stacksjs/development": "
|
|
58
|
+
"@stacksjs/development": "workspace:*"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -210,6 +210,9 @@ function actionsPath(path2) {
|
|
|
210
210
|
function relativeActionsPath(path2) {
|
|
211
211
|
return relative(projectPath(), actionsPath(path2));
|
|
212
212
|
}
|
|
213
|
+
function userActionsPath(path2) {
|
|
214
|
+
return appPath(`Actions/${path2 || ""}`);
|
|
215
|
+
}
|
|
213
216
|
function aiPath(path2) {
|
|
214
217
|
return corePath(`ai/${path2 || ""}`);
|
|
215
218
|
}
|
|
@@ -504,6 +507,7 @@ function xRayPath(path2) {
|
|
|
504
507
|
}
|
|
505
508
|
var path2 = {
|
|
506
509
|
actionsPath,
|
|
510
|
+
userActionsPath,
|
|
507
511
|
aiPath,
|
|
508
512
|
assetsPath,
|
|
509
513
|
relativeActionsPath,
|
|
@@ -786,7 +790,7 @@ class Router {
|
|
|
786
790
|
}
|
|
787
791
|
async get(path5, callback) {
|
|
788
792
|
if (typeof callback === "string") {
|
|
789
|
-
const actionModule = await import(path2.
|
|
793
|
+
const actionModule = await import(path2.userActionsPath(`${callback}.ts`));
|
|
790
794
|
callback = actionModule.default.handle;
|
|
791
795
|
}
|
|
792
796
|
this.addRoute("GET", path5, callback, 200);
|
package/core/router/package.json
CHANGED
|
@@ -50,7 +50,7 @@ export class Router implements RouterInterface {
|
|
|
50
50
|
// check if callback is a string and if it is, then import that module path and use the default.handle function as the callback
|
|
51
51
|
if (typeof callback === 'string') {
|
|
52
52
|
// import the module and use the default.handle function as the callback
|
|
53
|
-
const actionModule = await import(p.
|
|
53
|
+
const actionModule = await import(p.userActionsPath(`${callback}.ts`))
|
|
54
54
|
callback = actionModule.default.handle
|
|
55
55
|
}
|
|
56
56
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/scheduler",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks scheduler.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@fast-check/jest": "^1.8.0",
|
|
58
|
-
"@stacksjs/development": "
|
|
58
|
+
"@stacksjs/development": "workspace:*",
|
|
59
59
|
"sinon": "^17.0.1"
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/security",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks framework security.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"prepublishOnly": "bun --bun run build"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@stacksjs/config": "
|
|
51
|
-
"@stacksjs/types": "
|
|
52
|
-
"@stacksjs/validation": "
|
|
50
|
+
"@stacksjs/config": "workspace:*",
|
|
51
|
+
"@stacksjs/types": "workspace:*",
|
|
52
|
+
"@stacksjs/validation": "workspace:*"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@stacksjs/config": "
|
|
56
|
-
"@stacksjs/env": "
|
|
57
|
-
"@stacksjs/types": "
|
|
58
|
-
"@stacksjs/validation": "
|
|
55
|
+
"@stacksjs/config": "workspace:*",
|
|
56
|
+
"@stacksjs/env": "workspace:*",
|
|
57
|
+
"@stacksjs/types": "workspace:*",
|
|
58
|
+
"@stacksjs/validation": "workspace:*",
|
|
59
59
|
"bcryptjs": "^2.4.3",
|
|
60
60
|
"crypto-js": "^4.2.0",
|
|
61
61
|
"js-base64": "^3.7.6"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@stacksjs/development": "
|
|
64
|
+
"@stacksjs/development": "workspace:*"
|
|
65
65
|
}
|
|
66
66
|
}
|
package/core/server/package.json
CHANGED
package/core/slug/package.json
CHANGED
package/core/sms/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/sms",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"prepublishOnly": "bun --bun run build"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@stacksjs/cli": "
|
|
57
|
-
"@stacksjs/config": "
|
|
58
|
-
"@stacksjs/error-handling": "
|
|
59
|
-
"@stacksjs/types": "
|
|
56
|
+
"@stacksjs/cli": "workspace:*",
|
|
57
|
+
"@stacksjs/config": "workspace:*",
|
|
58
|
+
"@stacksjs/error-handling": "workspace:*",
|
|
59
|
+
"@stacksjs/types": "workspace:*"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@stacksjs/cli": "
|
|
63
|
-
"@stacksjs/config": "
|
|
64
|
-
"@stacksjs/error-handling": "
|
|
65
|
-
"@stacksjs/types": "
|
|
62
|
+
"@stacksjs/cli": "workspace:*",
|
|
63
|
+
"@stacksjs/config": "workspace:*",
|
|
64
|
+
"@stacksjs/error-handling": "workspace:*",
|
|
65
|
+
"@stacksjs/types": "workspace:*"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
68
|
"@novu/gupshup": "^0.23.1",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@novu/twilio": "^0.23.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@stacksjs/config": "
|
|
81
|
-
"@stacksjs/development": "
|
|
80
|
+
"@stacksjs/config": "workspace:*",
|
|
81
|
+
"@stacksjs/development": "workspace:*"
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -189,6 +189,7 @@ var folders = {
|
|
|
189
189
|
import {createHash} from "crypto";
|
|
190
190
|
import {path as p2} from "@stacksjs/path";
|
|
191
191
|
function hashFileOrDirectory(path4, hash) {
|
|
192
|
+
console.log("hashFileOrDirectory", path4);
|
|
192
193
|
if (fs.statSync(path4).isDirectory()) {
|
|
193
194
|
const files2 = fs.readdirSync(path4);
|
|
194
195
|
for (const file of files2) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/storage",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks file system.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,21 +51,21 @@
|
|
|
51
51
|
"prepublishOnly": "bun --bun run build"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@stacksjs/arrays": "
|
|
55
|
-
"@stacksjs/cli": "
|
|
56
|
-
"@stacksjs/error-handling": "
|
|
57
|
-
"@stacksjs/path": "
|
|
58
|
-
"@stacksjs/strings": "
|
|
59
|
-
"@stacksjs/types": "
|
|
54
|
+
"@stacksjs/arrays": "workspace:*",
|
|
55
|
+
"@stacksjs/cli": "workspace:*",
|
|
56
|
+
"@stacksjs/error-handling": "workspace:*",
|
|
57
|
+
"@stacksjs/path": "workspace:*",
|
|
58
|
+
"@stacksjs/strings": "workspace:*",
|
|
59
|
+
"@stacksjs/types": "workspace:*",
|
|
60
60
|
"@types/archiver": "^6.0.2",
|
|
61
61
|
"archiver": "^6.0.1"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@stacksjs/arrays": "
|
|
65
|
-
"@stacksjs/error-handling": "
|
|
66
|
-
"@stacksjs/path": "
|
|
67
|
-
"@stacksjs/strings": "
|
|
68
|
-
"@stacksjs/types": "
|
|
64
|
+
"@stacksjs/arrays": "workspace:*",
|
|
65
|
+
"@stacksjs/error-handling": "workspace:*",
|
|
66
|
+
"@stacksjs/path": "workspace:*",
|
|
67
|
+
"@stacksjs/strings": "workspace:*",
|
|
68
|
+
"@stacksjs/types": "workspace:*",
|
|
69
69
|
"@types/archiver": "^6.0.2",
|
|
70
70
|
"archiver": "^6.0.1",
|
|
71
71
|
"fast-glob": "^3.3.2",
|
|
@@ -73,6 +73,6 @@
|
|
|
73
73
|
"unstorage": "^1.10.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@stacksjs/development": "
|
|
76
|
+
"@stacksjs/development": "workspace:*"
|
|
77
77
|
}
|
|
78
78
|
}
|
package/core/storage/src/hash.ts
CHANGED
|
@@ -4,6 +4,8 @@ import { path as p } from '@stacksjs/path'
|
|
|
4
4
|
import { fs } from './fs'
|
|
5
5
|
|
|
6
6
|
export function hashFileOrDirectory(path: string, hash: Hash): void {
|
|
7
|
+
// eslint-disable-next-line no-console
|
|
8
|
+
console.log('hashFileOrDirectory', path)
|
|
7
9
|
if (fs.statSync(path).isDirectory()) {
|
|
8
10
|
const files = fs.readdirSync(path)
|
|
9
11
|
for (const file of files) {
|
package/core/tables/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tables",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.63",
|
|
4
4
|
"description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...",
|
|
5
5
|
"author": "Open Web Labs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dev:components": "vite -c vite.config.ts"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@stacksjs/search-engine": "
|
|
37
|
-
"@stacksjs/server": "
|
|
38
|
-
"@stacksjs/types": "
|
|
39
|
-
"@stacksjs/utils": "
|
|
36
|
+
"@stacksjs/search-engine": "workspace:*",
|
|
37
|
+
"@stacksjs/server": "workspace:*",
|
|
38
|
+
"@stacksjs/types": "workspace:*",
|
|
39
|
+
"@stacksjs/utils": "workspace:*",
|
|
40
40
|
"@vueform/multiselect": "^2.6.6",
|
|
41
41
|
"meilisearch": "^0.37.0"
|
|
42
42
|
},
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"vite": "^5.1.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@stacksjs/development": "
|
|
47
|
+
"@stacksjs/development": "workspace:*"
|
|
48
48
|
},
|
|
49
49
|
"lint-staged": {
|
|
50
50
|
"*.{js,jsx,ts,tsx,vue}": "eslint --fix"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/testing",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "The Stacks way of testing.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"vitest": "^1.2.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@stacksjs/development": "
|
|
63
|
+
"@stacksjs/development": "workspace:*"
|
|
64
64
|
}
|
|
65
65
|
}
|
package/core/tinker/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tinker",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.63",
|
|
5
5
|
"description": "All you need to tinker.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"typecheck": "bun --bun tsc --noEmit"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@stacksjs/desktop": "
|
|
42
|
-
"@stacksjs/repl": "
|
|
41
|
+
"@stacksjs/desktop": "workspace:*",
|
|
42
|
+
"@stacksjs/repl": "workspace:*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@stacksjs/development": "
|
|
45
|
+
"@stacksjs/development": "workspace:*"
|
|
46
46
|
}
|
|
47
47
|
}
|