Skip to content

Commit 202ced5

Browse files
committed
chore: wip
1 parent 06ac341 commit 202ced5

File tree

78 files changed

+198
-879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+198
-879
lines changed

storage/framework/core/actions/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,8 @@
3838
},
3939
"module": "dist/index.js",
4040
"types": "dist/index.d.ts",
41-
"contributors": [
42-
"Chris Breuer <chris@stacksjs.org>"
43-
],
44-
"files": [
45-
"README.md",
46-
"dist",
47-
"src"
48-
],
41+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
42+
"files": ["README.md", "dist", "src"],
4943
"scripts": {
5044
"build": "bun --bun build.ts",
5145
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/ai/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@
3535
},
3636
"module": "dist/index.js",
3737
"types": "dist/index.d.ts",
38-
"contributors": [
39-
"Chris Breuer <chris@stacksjs.org>"
40-
],
41-
"files": [
42-
"README.md",
43-
"dist",
44-
"src"
45-
],
38+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
39+
"files": ["README.md", "dist", "src"],
4640
"scripts": {
4741
"build": "bun --bun build.ts",
4842
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/alias/package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/stacksjs/stacks/issues"
1717
},
18-
"keywords": [
19-
"alias",
20-
"stacks"
21-
],
18+
"keywords": ["alias", "stacks"],
2219
"exports": {
2320
".": {
2421
"bun": "./src/index.ts",
@@ -27,14 +24,8 @@
2724
},
2825
"module": "dist/index.js",
2926
"types": "dist/index.d.ts",
30-
"contributors": [
31-
"Chris Breuer <chris@stacksjs.org>"
32-
],
33-
"files": [
34-
"README.md",
35-
"dist",
36-
"src"
37-
],
27+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
28+
"files": ["README.md", "dist", "src"],
3829
"scripts": {
3930
"build": "bun --bun build.ts",
4031
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/analytics/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,8 @@
3636
},
3737
"module": "dist/index.js",
3838
"types": "dist/index.d.ts",
39-
"contributors": [
40-
"Chris Breuer <chris@stacksjs.org>"
41-
],
42-
"files": [
43-
"README.md",
44-
"dist",
45-
"src"
46-
],
39+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
40+
"files": ["README.md", "dist", "src"],
4741
"scripts": {
4842
"build": "bun --bun build.ts",
4943
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/api/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@
3535
},
3636
"module": "dist/index.js",
3737
"types": "dist/index.d.ts",
38-
"contributors": [
39-
"Chris Breuer <chris@stacksjs.org>"
40-
],
41-
"files": [
42-
"README.md",
43-
"dist",
44-
"src"
45-
],
38+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
39+
"files": ["README.md", "dist", "src"],
4640
"scripts": {
4741
"build": "bun --bun build.ts",
4842
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/arrays/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@
3535
},
3636
"module": "dist/index.js",
3737
"types": "dist/index.d.ts",
38-
"contributors": [
39-
"Chris Breuer <chris@stacksjs.org>"
40-
],
41-
"files": [
42-
"README.md",
43-
"dist",
44-
"src"
45-
],
38+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
39+
"files": ["README.md", "dist", "src"],
4640
"scripts": {
4741
"build": "bun --bun build.ts",
4842
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/auth/package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/stacksjs/stacks/issues"
1717
},
18-
"keywords": [
19-
"auth",
20-
"authenticate",
21-
"stacks"
22-
],
18+
"keywords": ["auth", "authenticate", "stacks"],
2319
"exports": {
2420
".": {
2521
"bun": "./src/index.ts",
@@ -32,14 +28,8 @@
3228
},
3329
"module": "dist/index.js",
3430
"types": "dist/index.d.ts",
35-
"contributors": [
36-
"Chris Breuer <chris@stacksjs.org>"
37-
],
38-
"files": [
39-
"README.md",
40-
"dist",
41-
"src"
42-
],
31+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
32+
"files": ["README.md", "dist", "src"],
4333
"scripts": {
4434
"build": "bun --bun build.ts",
4535
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/buddy/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,14 @@
5050
},
5151
"module": "dist/index.js",
5252
"types": "dist/index.d.ts",
53-
"contributors": [
54-
"Chris Breuer <chris@stacksjs.org>"
55-
],
53+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
5654
"bin": {
5755
"stacks": "dist/cli.mjs",
5856
"stx": "dist/cli.mjs",
5957
"buddy": "dist/cli.mjs",
6058
"bud": "dist/cli.mjs"
6159
},
62-
"files": [
63-
"README.md",
64-
"dist",
65-
"src"
66-
],
60+
"files": ["README.md", "dist", "src"],
6761
"scripts": {
6862
"buddy": "bunx ./src/cli.ts",
6963
"build": "bun --bun build.ts && bun run compile",

storage/framework/core/build/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,8 @@
3737
},
3838
"module": "dist/index.js",
3939
"types": "dist/index.d.ts",
40-
"contributors": [
41-
"Chris Breuer <chris@stacksjs.org>"
42-
],
43-
"files": [
44-
"README.md",
45-
"dist",
46-
"src"
47-
],
40+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
41+
"files": ["README.md", "dist", "src"],
4842
"scripts": {
4943
"build": "bun --bun build.ts",
5044
"typecheck": "bun --bun tsc --noEmit",

storage/framework/core/bun-create/bud/package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"bugs": {
1515
"url": "https://github.com/stacksjs/stacks/issues"
1616
},
17-
"keywords": [
18-
"project-starter",
19-
"stacks"
20-
],
17+
"keywords": ["project-starter", "stacks"],
2118
"exports": {
2219
".": {
2320
"bun": "./src/index.ts",
@@ -30,14 +27,8 @@
3027
},
3128
"module": "dist/index.js",
3229
"types": "dist/index.d.ts",
33-
"contributors": [
34-
"Chris Breuer <chris@stacksjs.org>"
35-
],
36-
"files": [
37-
"README.md",
38-
"dist",
39-
"src"
40-
],
30+
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
31+
"files": ["README.md", "dist", "src"],
4132
"scripts": {
4233
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
4334
"stacks": "bun run buddy",

0 commit comments

Comments
 (0)