@stacksjs/tinker 0.57.4 → 0.58.20

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/package.json CHANGED
@@ -1,58 +1,46 @@
1
1
  {
2
2
  "name": "@stacksjs/tinker",
3
3
  "type": "module",
4
- "version": "0.57.4",
5
- "packageManager": "pnpm@8.6.6",
6
- "description": "The Stacks way to tinker.",
4
+ "version": "0.58.20",
5
+ "description": "All you need to tinker.",
7
6
  "author": "Chris Breuer",
8
7
  "license": "MIT",
9
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
10
- "homepage": "https://github.com/stacksjs/stacks/tree/main/.stacks/core/tinker#readme",
9
+ "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/stacks/tinker-app#readme",
11
10
  "repository": {
12
11
  "type": "git",
13
12
  "url": "git+https://github.com/stacksjs/stacks.git",
14
- "directory": "./.stacks/core/tinker"
13
+ "directory": "./storage/framework/core/tinker-app"
15
14
  },
16
15
  "bugs": {
17
16
  "url": "https://github.com/stacksjs/stacks/issues"
18
17
  },
19
18
  "keywords": [
20
- "tinker",
19
+ "tinker-stack",
21
20
  "repl",
22
- "typescript",
23
- "tsx",
24
- "esno",
25
- "zero-config",
21
+ "ts",
22
+ "vue",
26
23
  "stacks"
27
24
  ],
28
- "main": "./dist/index.mjs",
29
- "module": "./dist/index.mjs",
30
- "types": "./dist/index.d.ts",
25
+ "module": "dist/index.js",
26
+ "types": "dist/index.d.ts",
31
27
  "contributors": [
32
- "Chris Breuer <chris@ow3.org>"
28
+ "Chris Breuer <chris@stacksjs.org>"
33
29
  ],
34
- "bin": {
35
- "tinker": "./dist/tinker.mjs"
36
- },
37
30
  "files": [
38
- "dist",
39
- "README.md"
31
+ "README.md",
32
+ "dist"
40
33
  ],
41
- "peerDependencies": {
42
- "@vue/repl": "^2.4.0",
43
- "tsx": "^3.12.7"
34
+ "scripts": {
35
+ "build": "echo 'wip'",
36
+ "prepublishOnly": "bun --bun run build",
37
+ "typecheck": "bun --bun tsc --noEmit"
44
38
  },
45
- "dependencies": {
46
- "@vue/repl": "^2.4.0",
47
- "tsx": "^3.12.7"
39
+ "peerDependencies": {
40
+ "@stacksjs/desktop": "workspace:*",
41
+ "@stacksjs/repl": "workspace:*"
48
42
  },
49
43
  "devDependencies": {
50
- "typescript": "^5.1.6",
51
- "unbuild": "^1.2.1"
52
- },
53
- "scripts": {
54
- "build": "unbuild",
55
- "dev": "unbuild --stub",
56
- "typecheck": "tsc --noEmit"
44
+ "@stacksjs/development": "workspace:*"
57
45
  }
58
- }
46
+ }
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- # MIT License
2
-
3
- Copyright (c) 2022 Open Web Foundation
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/README.md DELETED
@@ -1,61 +0,0 @@
1
- # Stacks Tinker
2
-
3
- A powerful TypeScript REPL, powered by TSX.
4
-
5
- ## ☘️ Features
6
-
7
- - Blazing fast on-demand TypeScript & ESM compilation
8
- - Works in both [CommonJS and ESM packages](https://nodejs.org/api/packages.html#type)
9
- - Supports next-gen TypeScript extensions (`.cts` & `.mts`)
10
- - Supports `node:` import prefixes
11
- - Hides experimental feature warnings
12
- - TypeScript REPL
13
- - Resolves `tsconfig.json` [`paths`](https://www.typescriptlang.org/tsconfig#paths)
14
- - Tested on Linux & Windows with Node.js v12~18
15
-
16
- ## 🤖 Usage
17
-
18
- ```bash
19
- pnpm i -D @stacksjs/tinker
20
- ```
21
-
22
- Now, you can easily access it in your project:
23
-
24
- ```bash
25
- npx tinker
26
- ```
27
-
28
- To learn more, visit [`tsx`](https://github.com/esbuild-kit/tsx).
29
-
30
- ## 📈 Changelog
31
-
32
- Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
33
-
34
- ## 🚜 Contributing
35
-
36
- Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
37
-
38
- ## 🏝 Community
39
-
40
- For help, discussion about best practices, or any other conversation that would benefit from being searchable:
41
-
42
- [Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
43
-
44
- For casual chit-chat with others using this package:
45
-
46
- [Join the Stacks Discord Server](https://discord.ow3.org)
47
-
48
- ## 🙏🏼 Credits
49
-
50
- Many thanks to the following core technologies & people who have contributed to this package:
51
-
52
- - [tsx](https://github.com/esbuild-kit/tsx)
53
- - [esno](https://github.com/esbuild-kit/esno)
54
- - [Chris Breuer](https://github.com/chrisbbreuer)
55
- - [All Contributors](../../contributors)
56
-
57
- ## 📄 License
58
-
59
- The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
60
-
61
- Made with ❤️
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import * as repl from '@vue/repl';
2
- export { repl };
package/dist/index.mjs DELETED
@@ -1,2 +0,0 @@
1
- import * as repl from '@vue/repl';
2
- export { repl };
package/dist/tinker.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }
package/dist/tinker.mjs DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- import 'tsx/cli';