@stacksjs/repl 0.65.0 → 0.68.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.
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * as tinker from "@stacksjs/tinker";
1
+ export * as tinker from '@stacksjs/tinker'
package/dist/index.js CHANGED
@@ -1,5 +1,2 @@
1
1
  // @bun
2
2
  import*as e from"@stacksjs/tinker";export{e as tinker};
3
-
4
- //# debugId=FED766649B63968564756E2164756E21
5
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/repl",
3
3
  "type": "module",
4
- "version": "0.65.0",
4
+ "version": "0.68.0",
5
5
  "description": "A Stacks optimized TS & Vue REPL.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": ["Chris Breuer <chris@stacksjs.org>"],
@@ -19,25 +19,23 @@
19
19
  "keywords": ["ts", "repl", "tsx", "vue", "sfc", "functions", "stacks"],
20
20
  "exports": {
21
21
  ".": {
22
- "bun": "./src/index.ts",
23
22
  "import": "./dist/index.js"
24
23
  },
25
24
  "./*": {
26
- "bun": "./src/*",
27
25
  "import": "./dist/*"
28
26
  }
29
27
  },
30
28
  "module": "dist/index.js",
31
- "files": ["README.md", "dist", "src"],
29
+ "files": ["README.md", "dist"],
32
30
  "scripts": {
33
31
  "build": "bun build.ts",
34
32
  "typecheck": "bun tsc --noEmit",
35
33
  "prepublishOnly": "bun run build"
36
34
  },
37
35
  "dependencies": {
38
- "@stacksjs/tinker": "0.64.6"
36
+ "@stacksjs/tinker": "0.67.0"
39
37
  },
40
38
  "devDependencies": {
41
- "@stacksjs/development": "0.64.6"
39
+ "@stacksjs/development": "0.67.0"
42
40
  }
43
41
  }
package/dist/index.js.map DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/index.ts"],
4
- "sourcesContent": [
5
- "export * as tinker from '@stacksjs/tinker'\n"
6
- ],
7
- "mappings": ";AAAA",
8
- "debugId": "FED766649B63968564756E2164756E21",
9
- "names": []
10
- }
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export * as tinker from '@stacksjs/tinker'