stacks 0.45.1 → 0.46.0

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.
Files changed (69) hide show
  1. package/buddy/node_modules/.bin/pnpm +2 -2
  2. package/buddy/node_modules/.bin/pnpx +2 -2
  3. package/buddy/package.json +6 -5
  4. package/buddy/src/commands/build.ts +12 -5
  5. package/buddy/src/commands/changelog.ts +29 -0
  6. package/buddy/src/commands/fresh.ts +1 -1
  7. package/buddy/src/commands/lint.ts +7 -7
  8. package/components/vue/package.json +1 -1
  9. package/components/web/package.json +1 -1
  10. package/core/actions/package.json +3 -3
  11. package/core/actions/src/build-core.ts +1 -1
  12. package/core/actions/src/bump.ts +1 -1
  13. package/core/actions/src/changelog.ts +7 -0
  14. package/core/actions/src/lint-fix.ts +0 -3
  15. package/core/actions/src/lint.ts +4 -11
  16. package/core/ai/package.json +3 -3
  17. package/core/alias/package.json +3 -3
  18. package/core/arrays/package.json +3 -3
  19. package/core/auth/package.json +3 -3
  20. package/core/build/node_modules/.bin/vite +2 -2
  21. package/core/build/node_modules/.bin/vite-ssg +2 -2
  22. package/core/build/package.json +3 -3
  23. package/core/cache/package.json +3 -3
  24. package/core/cli/README.md +1 -1
  25. package/core/cli/package.json +3 -3
  26. package/core/cli/src/helpers.ts +2 -2
  27. package/core/cloud/dist/actions/README.md +53 -0
  28. package/core/cloud/package.json +3 -3
  29. package/core/collections/package.json +3 -3
  30. package/core/config/package.json +3 -3
  31. package/core/dashboard/package.json +3 -3
  32. package/core/database/package.json +3 -3
  33. package/core/datetime/package.json +3 -3
  34. package/core/desktop/package.json +3 -3
  35. package/core/docs/node_modules/.bin/vitepress +2 -2
  36. package/core/docs/package.json +4 -4
  37. package/core/domains/package.json +3 -3
  38. package/core/drivers/package.json +3 -3
  39. package/core/email/package.json +3 -3
  40. package/core/error-handling/package.json +3 -3
  41. package/core/git/node_modules/.bin/{conventional-changelog → changelogen} +2 -2
  42. package/core/git/package.json +4 -4
  43. package/core/git/src/index.ts +1 -1
  44. package/core/health/package.json +3 -3
  45. package/core/lint/package.json +3 -3
  46. package/core/logging/package.json +3 -3
  47. package/core/modules/package.json +3 -3
  48. package/core/notifications/package.json +3 -3
  49. package/core/objects/package.json +3 -3
  50. package/core/path/package.json +3 -3
  51. package/core/payments/package.json +3 -3
  52. package/core/realtime/package.json +3 -3
  53. package/core/router/package.json +3 -3
  54. package/core/search-engine/package.json +3 -3
  55. package/core/security/package.json +3 -3
  56. package/core/server/node_modules/.bin/vite +2 -2
  57. package/core/server/package.json +3 -3
  58. package/core/storage/package.json +3 -3
  59. package/core/strings/package.json +3 -3
  60. package/core/testing/node_modules/.bin/vitest +2 -2
  61. package/core/testing/package.json +6 -6
  62. package/core/types/node_modules/.bin/vitepress +2 -2
  63. package/core/types/package.json +4 -4
  64. package/core/types/src/cli.ts +7 -6
  65. package/core/ui/package.json +5 -5
  66. package/core/utils/package.json +3 -3
  67. package/core/x-ray/package.json +3 -3
  68. package/functions/package.json +1 -1
  69. package/package.json +8 -7
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks datetime helpers.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.18.2"
39
+ "pnpm": ">=7.19.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks Desktop engine.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "engines": {
45
45
  "node": ">=v18.12.1",
46
- "pnpm": ">=7.18.2"
46
+ "pnpm": ">=7.19.0"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "mkdist -d",
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.32_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.32_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks way to document.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "mkdist -d",
@@ -43,7 +43,7 @@
43
43
  "typecheck": "tsc --noEmit"
44
44
  },
45
45
  "peerDependencies": {
46
- "vitepress": "1.0.0-alpha.32"
46
+ "vitepress": "1.0.0-alpha.33"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@stacksjs/testing": "workspace:*",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/domains",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Easily manage your domains.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/drivers",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Easily create a driver-based system.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "engines": {
35
35
  "node": ">=v18.12.1",
36
- "pnpm": ">=7.18.2"
36
+ "pnpm": ">=7.19.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Type safe error handling.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/conventional-changelog-cli@2.2.2/node_modules/conventional-changelog-cli/cli.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/changelogen@0.4.0/node_modules/changelogen/dist/cli.mjs" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/conventional-changelog-cli@2.2.2/node_modules/conventional-changelog-cli/cli.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/changelogen@0.4.0/node_modules/changelogen/dist/cli.mjs" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/git",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks git utilities & conventions.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "bumpp": "^8.2.1",
48
+ "changelogen": "^0.4.0",
48
49
  "commitizen": "^4.2.6",
49
- "conventional-changelog-cli": "^2.2.2",
50
50
  "cz-git": "^1.4.1",
51
51
  "giget": "^1.0.0",
52
52
  "simple-git-hooks": "^2.8.1"
@@ -1 +1 @@
1
- export {}
1
+ export * from 'changelogen'
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/health",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks Health services.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks way to lint.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.18.2"
39
+ "pnpm": ">=7.19.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks logging system.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/modules",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks framework modules.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "engines": {
34
34
  "node": ">=v18.12.1",
35
- "pnpm": ">=7.18.2"
35
+ "pnpm": ">=7.19.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks notifications integration.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "engines": {
45
45
  "node": ">=v18.12.1",
46
- "pnpm": ">=7.18.2"
46
+ "pnpm": ">=7.19.0"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "unbuild",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks objects.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks path.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.18.2"
39
+ "pnpm": ">=7.19.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/payments",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks payments package. Currently supporting Stripe.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.18.2"
39
+ "pnpm": ">=7.19.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks realtime integration.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks framework router.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks search engine integrations.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "engines": {
43
43
  "node": ">=v18.12.1",
44
- "pnpm": ">=7.18.2"
44
+ "pnpm": ">=7.19.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks framework security.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "mkdist -d",
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vite@4.0.2/node_modules/vite/bin/vite.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vite@4.0.3/node_modules/vite/bin/vite.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vite@4.0.2/node_modules/vite/bin/vite.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vite@4.0.3/node_modules/vite/bin/vite.js" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Local development and production-ready.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.18.2"
40
+ "pnpm": ">=7.19.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks file system.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "engines": {
40
40
  "node": ">=v18.12.1",
41
- "pnpm": ">=7.18.2"
41
+ "pnpm": ">=7.19.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks string utilities.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  ],
47
47
  "engines": {
48
48
  "node": ">=v18.12.1",
49
- "pnpm": ">=7.18.2"
49
+ "pnpm": ">=7.19.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "unbuild",
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitest@0.26.1_@vitest+ui@0.26.1/node_modules/vitest/vitest.mjs" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitest@0.26.2_@vitest+ui@0.26.2/node_modules/vitest/vitest.mjs" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vitest@0.26.1_@vitest+ui@0.26.1/node_modules/vitest/vitest.mjs" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vitest@0.26.2_@vitest+ui@0.26.2/node_modules/vitest/vitest.mjs" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks way to test.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.18.2"
40
+ "pnpm": ">=7.19.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "mkdist -d",
@@ -46,9 +46,9 @@
46
46
  "typecheck": "tsc --noEmit"
47
47
  },
48
48
  "peerDependencies": {
49
- "@vitest/coverage-istanbul": "^0.26.0",
50
- "@vitest/ui": "^0.26.1",
51
- "vitest": "^0.26.1"
49
+ "@vitest/coverage-istanbul": "^0.26.2",
50
+ "@vitest/ui": "^0.26.2",
51
+ "vitest": "^0.26.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "mkdist": "^1.0.0",
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.32_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.32_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.46.0",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks framework types.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "mkdist -d",
@@ -66,6 +66,6 @@
66
66
  "vite-plugin-inspect": "^0.7.11",
67
67
  "vite-plugin-vue-layouts": "^0.7.0",
68
68
  "vite-ssg": "^0.22.1",
69
- "vitepress": "1.0.0-alpha.32"
69
+ "vitepress": "1.0.0-alpha.33"
70
70
  }
71
71
  }
@@ -215,7 +215,7 @@ export const enum NpmScript {
215
215
  }
216
216
 
217
217
  export const enum Action {
218
- Bump = 'bump',
218
+ Bump = 'bump', // wip - changelog action
219
219
  Release = 'release',
220
220
  Prepublish = 'prepublish',
221
221
  BuildStacks = 'build-stacks',
@@ -223,13 +223,14 @@ export const enum Action {
223
223
  BuildVueComponentLib = 'build-vue-component-lib',
224
224
  BuildWebComponentLib = 'build-web-component-lib',
225
225
  BuildCli = 'build-cli',
226
- BuildCore = 'build-core',
226
+ BuildCore = 'build-core', // ✅
227
227
  BuildDocs = 'build-docs',
228
228
  BuildFunctionLib = 'build-function-lib',
229
- Fresh = 'fresh', // wip: spinner missing
230
- GeneratePackageJsons = 'generate-package-jsons', // wip: loop issue
231
- Lint = 'lint',
232
- LintFix = 'lint-fix',
229
+ Changelog = 'changelog', // wip
230
+ Fresh = 'fresh', //
231
+ GeneratePackageJsons = 'generate-package-jsons', // ✅
232
+ Lint = 'lint', // ✅
233
+ LintFix = 'lint-fix', // ✅
233
234
  FixLintIssues = 'fix-lint-issues',
234
235
  }
235
236