@ridit/lens 0.4.2 → 0.4.3

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 (2) hide show
  1. package/dist/index.mjs +16855 -60
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ridit/lens",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Understand your codebase.",
5
5
  "author": "Ridit Jangra <riditjangra09@gmail.com> (https://ridit.space)",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "scripts": {
16
16
  "dev": "bun src/index.tsx",
17
- "build": "bun build src/index.tsx --target node --outfile dist/index.mjs --external react-devtools-core",
17
+ "build": "bun build src/index.tsx --target node --outfile dist/index.mjs",
18
18
  "postbuild": "node -e \"const fs=require('fs');const f='dist/index.mjs';fs.writeFileSync(f,'#!/usr/bin/env node\\n'+fs.readFileSync(f,'utf8'))\"",
19
19
  "prepublishOnly": "bun run build",
20
20
  "test": "bun test"
@@ -26,7 +26,8 @@
26
26
  "ink": "4.4.1",
27
27
  "ink-spinner": "^5.0.0",
28
28
  "ink-text-input": "^6.0.0",
29
- "react": "18.2.0"
29
+ "react": "18.2.0",
30
+ "react-devtools-core": "^7.0.1"
30
31
  },
31
32
  "devDependencies": {
32
33
  "@types/react": "^18.0.0",