@stacksjs/shell 0.70.23 → 0.70.25

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/README.md CHANGED
@@ -14,7 +14,7 @@ This package contains the shell configuration files for the Stacks framework.
14
14
  buddy setup:oh-my-zsh
15
15
  ```
16
16
 
17
- To view the full documentation, please visit [https://stacksjs.org/ui](https://stacksjs.org/zsh).
17
+ To view the full documentation, please visit [<https://stacksjs.com/u>i](https://stacksjs.com/zsh).
18
18
 
19
19
  ## 🧪 Testing
20
20
 
@@ -0,0 +1 @@
1
+ export { $ } from 'bun';
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@stacksjs/shell",
3
3
  "type": "module",
4
- "version": "0.70.23",
4
+ "version": "0.70.25",
5
5
  "description": "A better Stacks shell experience. Currently only fully supporting Oh My Zsh. Stay tuned for more. Or request one!",
6
6
  "author": "Chris Breuer",
7
- "contributors": ["Chris Breuer <chris@stacksjs.org>"],
7
+ "contributors": [
8
+ "Chris Breuer <chris@stacksjs.com>"
9
+ ],
8
10
  "license": "MIT",
9
11
  "funding": "https://github.com/sponsors/chrisbbreuer",
10
12
  "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/shell#readme",
@@ -16,14 +18,26 @@
16
18
  "bugs": {
17
19
  "url": "https://github.com/stacksjs/stacks/issues"
18
20
  },
19
- "keywords": ["ohmyzsh", "zsh", "stacks"],
20
- "files": ["buddy.plugin.zsh", "dist"],
21
+ "keywords": [
22
+ "ohmyzsh",
23
+ "zsh",
24
+ "stacks"
25
+ ],
26
+ "exports": {
27
+ ".": {
28
+ "import": "./src/index.ts"
29
+ }
30
+ },
31
+ "files": [
32
+ "buddy.plugin.zsh",
33
+ "dist"
34
+ ],
21
35
  "scripts": {
22
36
  "build": "bun build.ts",
23
37
  "typecheck": "bun tsc --noEmit",
24
38
  "prepublishOnly": "bun run build"
25
39
  },
26
40
  "devDependencies": {
27
- "@stacksjs/development": "0.70.22"
41
+ "better-dx": "^0.2.12"
28
42
  }
29
43
  }
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export { $ } from 'bun'