stacks 0.58.47 → 0.58.49
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/generate/ide-helpers.js +1 -0
- package/core/actions/dist/src/generate/lib-entries.js +4 -2
- package/core/actions/dist/src/generate/vscode-custom-data.js +1 -0
- package/core/actions/dist/src/helpers/lib-entries.js +1 -0
- package/core/actions/dist/src/helpers/package-json.js +1 -0
- package/core/actions/dist/src/helpers/vscode-custom-data.js +1 -0
- package/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +3 -2
- package/core/actions/src/generate/lib-entries.ts +3 -2
- package/core/ai/package.json +3 -2
- package/core/alias/package.json +3 -2
- package/core/analytics/package.json +3 -2
- package/core/api/package.json +3 -2
- package/core/arrays/package.json +3 -2
- package/core/auth/package.json +3 -2
- package/core/buddy/package.json +3 -2
- package/core/build/package.json +3 -2
- package/core/bun-create/bud/package.json +3 -2
- package/core/bun-create/buddy/package.json +3 -2
- package/core/bun-create/stack/package.json +3 -2
- package/core/bun-create/stacks/package.json +3 -2
- package/core/bun-create/stx/package.json +3 -2
- package/core/bun-plugin-yaml/dist/index.js +1 -1
- package/core/bun-plugin-yaml/package.json +3 -2
- package/core/bun-plugin-yaml/src/index.ts +1 -1
- package/core/cache/package.json +3 -2
- package/core/chat/package.json +3 -2
- package/core/cli/dist/index.js +1 -1
- package/core/cli/package.json +3 -2
- package/core/cloud/package.json +3 -2
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +1 -1
- package/core/cloud/src/cloud/package/README.md +59 -0
- package/core/cloud/src/cloud/package/package.json +63 -0
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +15 -0
- package/core/cloud/src/cloud/stacksjs-router-0.58.48.tgz +0 -0
- package/core/cloud/src/runtime/example/lambda.ts +1 -1
- package/core/cloud/src/runtime/server.ts +1 -1
- package/core/collections/package.json +3 -2
- package/core/config/dist/index.js +1 -0
- package/core/config/package.json +1 -1
- package/core/database/package.json +3 -2
- package/core/database/src/kysely-bun-worker/worker.ts +1 -1
- package/core/datetime/package.json +3 -2
- package/core/desktop/package.json +3 -2
- package/core/development/package.json +1 -1
- package/core/dns/package.json +3 -2
- package/core/docs/package.json +3 -2
- package/core/email/dist/index.js +0 -38
- package/core/email/package.json +3 -2
- package/core/email/src/send.ts +3 -3
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +3 -2
- package/core/eslint-config/package.json +1 -1
- package/core/events/package.json +3 -2
- package/core/faker/package.json +3 -2
- package/core/git/package.json +3 -2
- package/core/health/package.json +3 -2
- package/core/http/package.json +3 -2
- package/core/lint/package.json +3 -2
- package/core/logging/package.json +3 -2
- package/core/notifications/package.json +3 -2
- package/core/objects/package.json +3 -2
- package/core/orm/package.json +3 -2
- package/core/path/package.json +3 -2
- package/core/payments/package.json +3 -2
- package/core/push/package.json +3 -2
- package/core/query-builder/package.json +3 -2
- package/core/queue/package.json +3 -2
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +3 -2
- package/core/repl/package.json +3 -2
- package/core/router/package.json +3 -2
- package/core/scheduler/package.json +3 -2
- package/core/search-engine/package.json +3 -2
- package/core/security/package.json +3 -2
- package/core/server/package.json +3 -2
- package/core/signals/package.json +3 -2
- package/core/slug/package.json +3 -2
- package/core/sms/package.json +3 -2
- package/core/storage/package.json +3 -2
- package/core/storage/src/files.ts +1 -1
- package/core/storage/src/zip.ts +1 -1
- package/core/strings/package.json +3 -2
- package/core/tables/package.json +1 -1
- package/core/testing/package.json +3 -2
- package/core/tinker/package.json +3 -2
- package/core/tunnel/package.json +3 -2
- package/core/types/package.json +3 -2
- package/core/types/src/cli.ts +2 -2
- package/core/types/src/library.ts +2 -0
- package/core/ui/package.json +3 -2
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +3 -2
- package/core/validation/package.json +3 -2
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +3 -2
- package/core/whois/package.json +3 -2
- package/core/x-ray/package.json +3 -2
- package/core/zsh-buddy/package.json +1 -1
- package/ide/dictionary.txt +1 -0
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ var library_default = {
|
|
|
19
19
|
author: "Chris Breuer",
|
|
20
20
|
contributors: ["Chris Breuer <chris@stacksjs.org>"],
|
|
21
21
|
defaultLanguage: "en",
|
|
22
|
+
releaseable: true,
|
|
22
23
|
vueComponents: {
|
|
23
24
|
name: "hello-world-vue",
|
|
24
25
|
description: "Your Vue component library description",
|
|
@@ -155,14 +156,15 @@ function generateEntryPointData(type) {
|
|
|
155
156
|
|
|
156
157
|
// src/generate/lib-entries.ts
|
|
157
158
|
import {log as log2} from "@stacksjs/logging";
|
|
159
|
+
import {library as library2} from "@stacksjs/config";
|
|
158
160
|
import {hasComponents, hasFunctions} from "@stacksjs/storage";
|
|
159
|
-
if (hasComponents()) {
|
|
161
|
+
if (library2.releaseable && hasComponents()) {
|
|
160
162
|
await generateLibEntry("vue-components");
|
|
161
163
|
await generateLibEntry("web-components");
|
|
162
164
|
} else {
|
|
163
165
|
log2.info("No components found. Skipping building component entry points.");
|
|
164
166
|
}
|
|
165
|
-
if (hasFunctions())
|
|
167
|
+
if (library2.releaseable && hasFunctions())
|
|
166
168
|
await generateLibEntry("functions");
|
|
167
169
|
else
|
|
168
170
|
log2.info("No functions found. Skipping building function entry point.");
|
|
@@ -6,7 +6,7 @@ import {log} from "@stacksjs/logging";
|
|
|
6
6
|
import {projectPath} from "@stacksjs/path";
|
|
7
7
|
import * as storage from "@stacksjs/storage";
|
|
8
8
|
// package.json
|
|
9
|
-
var version = "0.58.
|
|
9
|
+
var version = "0.58.49";
|
|
10
10
|
|
|
11
11
|
// src/upgrade.ts
|
|
12
12
|
function checkForUncommittedChanges(options2) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/actions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks actions.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
],
|
|
42
42
|
"files": [
|
|
43
43
|
"README.md",
|
|
44
|
-
"dist"
|
|
44
|
+
"dist",
|
|
45
|
+
"src"
|
|
45
46
|
],
|
|
46
47
|
"scripts": {
|
|
47
48
|
"build": "bun --bun build.ts",
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
import { log } from '@stacksjs/logging'
|
|
3
|
+
import { library } from '@stacksjs/config'
|
|
3
4
|
import { hasComponents, hasFunctions } from '@stacksjs/storage'
|
|
4
5
|
import { generateLibEntry } from '../helpers/lib-entries'
|
|
5
6
|
|
|
6
|
-
if (hasComponents()) {
|
|
7
|
+
if (library.releaseable && hasComponents()) {
|
|
7
8
|
await generateLibEntry('vue-components')
|
|
8
9
|
await generateLibEntry('web-components')
|
|
9
10
|
}
|
|
@@ -11,7 +12,7 @@ else {
|
|
|
11
12
|
log.info('No components found. Skipping building component entry points.')
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
if (hasFunctions())
|
|
15
|
+
if (library.releaseable && hasFunctions())
|
|
15
16
|
await generateLibEntry('functions')
|
|
16
17
|
else
|
|
17
18
|
log.info('No functions found. Skipping building function entry point.')
|
package/core/ai/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ai",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Stacks Artificial Intelligence.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
],
|
|
41
41
|
"files": [
|
|
42
42
|
"README.md",
|
|
43
|
-
"dist"
|
|
43
|
+
"dist",
|
|
44
|
+
"src"
|
|
44
45
|
],
|
|
45
46
|
"scripts": {
|
|
46
47
|
"build": "bun --bun build.ts",
|
package/core/alias/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/alias",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks aliases.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
],
|
|
33
33
|
"files": [
|
|
34
34
|
"README.md",
|
|
35
|
-
"dist"
|
|
35
|
+
"dist",
|
|
36
|
+
"src"
|
|
36
37
|
],
|
|
37
38
|
"scripts": {
|
|
38
39
|
"build": "bun --bun build.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/analytics",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Stacks Analytics. Privacy-friendly.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
],
|
|
42
42
|
"files": [
|
|
43
43
|
"README.md",
|
|
44
|
-
"dist"
|
|
44
|
+
"dist",
|
|
45
|
+
"src"
|
|
45
46
|
],
|
|
46
47
|
"scripts": {
|
|
47
48
|
"build": "bun --bun build.ts",
|
package/core/api/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks array utilities.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
],
|
|
41
41
|
"files": [
|
|
42
42
|
"README.md",
|
|
43
|
-
"dist"
|
|
43
|
+
"dist",
|
|
44
|
+
"src"
|
|
44
45
|
],
|
|
45
46
|
"scripts": {
|
|
46
47
|
"build": "bun --bun build.ts",
|
package/core/arrays/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/arrays",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks array utilities.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
],
|
|
41
41
|
"files": [
|
|
42
42
|
"README.md",
|
|
43
|
-
"dist"
|
|
43
|
+
"dist",
|
|
44
|
+
"src"
|
|
44
45
|
],
|
|
45
46
|
"scripts": {
|
|
46
47
|
"build": "bun --bun build.ts",
|
package/core/auth/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/auth",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "A more simplistic way to authenticate.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
],
|
|
38
38
|
"files": [
|
|
39
39
|
"README.md",
|
|
40
|
-
"dist"
|
|
40
|
+
"dist",
|
|
41
|
+
"src"
|
|
41
42
|
],
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "bun --bun build.ts",
|
package/core/buddy/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/buddy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Meet Buddy. The Stacks runtime.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -61,7 +61,8 @@
|
|
|
61
61
|
},
|
|
62
62
|
"files": [
|
|
63
63
|
"README.md",
|
|
64
|
-
"dist"
|
|
64
|
+
"dist",
|
|
65
|
+
"src"
|
|
65
66
|
],
|
|
66
67
|
"scripts": {
|
|
67
68
|
"buddy": "bunx ./src/cli.ts",
|
package/core/build/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/build",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks framework build tools and configurations.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
],
|
|
43
43
|
"files": [
|
|
44
44
|
"README.md",
|
|
45
|
-
"dist"
|
|
45
|
+
"dist",
|
|
46
|
+
"src"
|
|
46
47
|
],
|
|
47
48
|
"scripts": {
|
|
48
49
|
"build": "bun --bun build.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bun-examples/bud",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Your project description.",
|
|
6
6
|
"author": "your-name <your-email>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"files": [
|
|
37
37
|
"README.md",
|
|
38
|
-
"dist"
|
|
38
|
+
"dist",
|
|
39
|
+
"src"
|
|
39
40
|
],
|
|
40
41
|
"scripts": {
|
|
41
42
|
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bun-examples/buddy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Your project description.",
|
|
6
6
|
"author": "your-name <your-email>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"files": [
|
|
37
37
|
"README.md",
|
|
38
|
-
"dist"
|
|
38
|
+
"dist",
|
|
39
|
+
"src"
|
|
39
40
|
],
|
|
40
41
|
"scripts": {
|
|
41
42
|
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bun-examples/stack",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Your project description.",
|
|
6
6
|
"author": "your-name <your-email>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"files": [
|
|
37
37
|
"README.md",
|
|
38
|
-
"dist"
|
|
38
|
+
"dist",
|
|
39
|
+
"src"
|
|
39
40
|
],
|
|
40
41
|
"scripts": {
|
|
41
42
|
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bun-examples/stacks",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Your project description.",
|
|
6
6
|
"author": "your-name <your-email>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"files": [
|
|
37
37
|
"README.md",
|
|
38
|
-
"dist"
|
|
38
|
+
"dist",
|
|
39
|
+
"src"
|
|
39
40
|
],
|
|
40
41
|
"scripts": {
|
|
41
42
|
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bun-examples/stx",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Your project description.",
|
|
6
6
|
"author": "your-name <your-email>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"files": [
|
|
37
37
|
"README.md",
|
|
38
|
-
"dist"
|
|
38
|
+
"dist",
|
|
39
|
+
"src"
|
|
39
40
|
],
|
|
40
41
|
"scripts": {
|
|
41
42
|
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bun-plugin-yaml",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "A Bun plugin to load yaml files",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
],
|
|
37
37
|
"files": [
|
|
38
38
|
"README.md",
|
|
39
|
-
"dist"
|
|
39
|
+
"dist",
|
|
40
|
+
"src"
|
|
40
41
|
],
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "bun --bun build.ts",
|
package/core/cache/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cache",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Caching the Stacks way.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
],
|
|
43
43
|
"files": [
|
|
44
44
|
"README.md",
|
|
45
|
-
"dist"
|
|
45
|
+
"dist",
|
|
46
|
+
"src"
|
|
46
47
|
],
|
|
47
48
|
"scripts": {
|
|
48
49
|
"build": "bun --bun build.ts",
|
package/core/chat/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/chat",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Easily interact with chat APIs.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
],
|
|
40
40
|
"files": [
|
|
41
41
|
"README.md",
|
|
42
|
-
"dist"
|
|
42
|
+
"dist",
|
|
43
|
+
"src"
|
|
43
44
|
],
|
|
44
45
|
"scripts": {
|
|
45
46
|
"build": "bun --bun build.ts",
|
package/core/cli/dist/index.js
CHANGED
package/core/cli/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
],
|
|
49
49
|
"files": [
|
|
50
50
|
"README.md",
|
|
51
|
-
"dist"
|
|
51
|
+
"dist",
|
|
52
|
+
"src"
|
|
52
53
|
],
|
|
53
54
|
"scripts": {
|
|
54
55
|
"build": "bun --bun build.ts",
|
package/core/cloud/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cloud",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks cloud/serverless integration & implementation.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
],
|
|
41
41
|
"files": [
|
|
42
42
|
"README.md",
|
|
43
|
-
"dist"
|
|
43
|
+
"dist",
|
|
44
|
+
"src"
|
|
44
45
|
],
|
|
45
46
|
"scripts": {
|
|
46
47
|
"bootstrap": "bunx cdk bootstrap",
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Stacks Router
|
|
2
|
+
|
|
3
|
+
This package contains the Stacks Router.
|
|
4
|
+
|
|
5
|
+
## ☘️ Features
|
|
6
|
+
|
|
7
|
+
wip
|
|
8
|
+
|
|
9
|
+
- ⚡️
|
|
10
|
+
|
|
11
|
+
wip
|
|
12
|
+
|
|
13
|
+
## 🤖 Usage
|
|
14
|
+
|
|
15
|
+
wip
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
bun install -d @stacksjs/actions
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Now, you can use it in your project:
|
|
22
|
+
|
|
23
|
+
```js
|
|
24
|
+
import * as router from '@stacksjs/router'
|
|
25
|
+
|
|
26
|
+
// wip
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Learn more in the docs.
|
|
30
|
+
|
|
31
|
+
## 🧪 Testing
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
bun test
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## 📈 Changelog
|
|
38
|
+
|
|
39
|
+
Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
|
|
40
|
+
|
|
41
|
+
## 🚜 Contributing
|
|
42
|
+
|
|
43
|
+
Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
|
|
44
|
+
|
|
45
|
+
## 🏝 Community
|
|
46
|
+
|
|
47
|
+
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
|
|
48
|
+
|
|
49
|
+
[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
|
|
50
|
+
|
|
51
|
+
For casual chit-chat with others using this package:
|
|
52
|
+
|
|
53
|
+
[Join the Stacks Discord Server](https://discord.gg/stacksjs)
|
|
54
|
+
|
|
55
|
+
## 📄 License
|
|
56
|
+
|
|
57
|
+
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
|
|
58
|
+
|
|
59
|
+
Made with 💙
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@stacksjs/router",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.58.49",
|
|
5
|
+
"description": "The Stacks framework router.",
|
|
6
|
+
"author": "Chris Breuer",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/router#readme",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
+
"directory": "./storage/framework/core/router"
|
|
14
|
+
},
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/stacksjs/stacks/issues"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"router",
|
|
20
|
+
"stacks",
|
|
21
|
+
"framework",
|
|
22
|
+
"typescript",
|
|
23
|
+
"javascript"
|
|
24
|
+
],
|
|
25
|
+
"exports": {
|
|
26
|
+
".": {
|
|
27
|
+
"bun": "./src/index.ts",
|
|
28
|
+
"import": "./dist/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./*": {
|
|
31
|
+
"bun": "./src/*",
|
|
32
|
+
"import": "./dist/*"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"module": "dist/index.js",
|
|
36
|
+
"types": "dist/index.d.ts",
|
|
37
|
+
"contributors": [
|
|
38
|
+
"Chris Breuer <chris@stacksjs.org>"
|
|
39
|
+
],
|
|
40
|
+
"files": [
|
|
41
|
+
"README.md",
|
|
42
|
+
"dist",
|
|
43
|
+
"src"
|
|
44
|
+
],
|
|
45
|
+
"scripts": {
|
|
46
|
+
"build": "bun --bun build.ts",
|
|
47
|
+
"typecheck": "bun --bun tsc --noEmit",
|
|
48
|
+
"prepublishOnly": "bun --bun run build"
|
|
49
|
+
},
|
|
50
|
+
"peerDependencies": {
|
|
51
|
+
"@stacksjs/config": "latest",
|
|
52
|
+
"unplugin-vue-router": "^0.7.0",
|
|
53
|
+
"vue-router": "^4.2.5"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@stacksjs/config": "latest",
|
|
57
|
+
"unplugin-vue-router": "^0.7.0",
|
|
58
|
+
"vue-router": "^4.2.5"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@stacksjs/development": "latest"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "stacks-router-layer",
|
|
3
|
+
"version": "0.58.49",
|
|
4
|
+
"description": "",
|
|
5
|
+
"author": "",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"keywords": [],
|
|
8
|
+
"main": "index.js",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@stacksjs/router": "^0.58.48"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
Binary file
|