react-grab 0.1.47-dev.81d95cc → 0.1.47-dev.b6ea6cc
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/{action-shortcuts-B1MC_A0K.js → action-shortcuts-BqmHTJsE.js} +1 -1
- package/dist/{action-shortcuts-D83og8-7.cjs → action-shortcuts-D_6zs8Id.cjs} +1 -1
- package/dist/{copy-content-D74vcFTD.cjs → copy-content--Yz8PL-c.cjs} +1 -1
- package/dist/{copy-content-DYSXHd2b.js → copy-content-B05mupeS.js} +1 -1
- package/dist/core/index.cjs +1 -1
- package/dist/core/index.js +1 -1
- package/dist/{core-B9IB-Mkx.cjs → core-DRAwS5Dm.cjs} +3 -3
- package/dist/{core-BB3uoj1u.js → core-jtLmGAEq.js} +2 -2
- package/dist/{freeze-updates-DmV-Ia7A.js → freeze-updates-B-1eLMby.js} +1 -1
- package/dist/{freeze-updates-DW1aRqyJ.cjs → freeze-updates-Cpkuwjzh.cjs} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.global.js +3 -3
- package/dist/index.js +1 -1
- package/dist/primitives.cjs +1 -1
- package/dist/primitives.js +1 -1
- package/dist/{renderer-Cv5aw-Ot.js → renderer-BpjTGy0G.js} +1 -1
- package/dist/{renderer-DGc1TzBT.cjs → renderer-CpKmihUN.cjs} +1 -1
- package/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-grab",
|
|
3
|
-
"version": "0.1.47-dev.
|
|
3
|
+
"version": "0.1.47-dev.b6ea6cc",
|
|
4
4
|
"description": "Select context for coding agents directly from your website",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"bippy": "^0.5.42",
|
|
84
|
-
"@react-grab/cli": "0.1.47-dev.
|
|
84
|
+
"@react-grab/cli": "0.1.47-dev.b6ea6cc"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@babel/core": "^7.29.0",
|
|
@@ -97,7 +97,8 @@
|
|
|
97
97
|
"solid-js": "^1.9.12",
|
|
98
98
|
"tailwindcss": "^4.3.0",
|
|
99
99
|
"tsx": "^4.21.0",
|
|
100
|
-
"vite-plus": "^0.1.20"
|
|
100
|
+
"vite-plus": "^0.1.20",
|
|
101
|
+
"@react-grab/playwright-coverage": "0.1.47"
|
|
101
102
|
},
|
|
102
103
|
"peerDependencies": {
|
|
103
104
|
"react": ">=17.0.0"
|
|
@@ -112,9 +113,12 @@
|
|
|
112
113
|
"prebuild": "mkdir -p dist && tailwindcss -i ./src/styles.css -o ./dist/styles.css -m && tsx scripts/css-rem-to-px.ts",
|
|
113
114
|
"build": "NODE_ENV=production vp pack",
|
|
114
115
|
"build:profiling": "pnpm run prebuild && NODE_ENV=profiling REACT_GRAB_NO_MINIFY=true REACT_GRAB_SOURCEMAP=true vp pack",
|
|
116
|
+
"build:coverage": "pnpm run prebuild && NODE_ENV=production REACT_GRAB_NO_MINIFY=true REACT_GRAB_SOURCEMAP=true vp pack",
|
|
115
117
|
"dev": "concurrently \"pnpm:css:watch\" \"vp pack --watch\"",
|
|
116
118
|
"test": "vp test run tests && playwright test",
|
|
117
119
|
"test:unit": "vp test run tests",
|
|
120
|
+
"pretest:coverage": "pnpm --filter @react-grab/playwright-coverage build",
|
|
121
|
+
"test:coverage": "COVERAGE=1 playwright test",
|
|
118
122
|
"test:perf": "playwright test --grep @perf --reporter=list",
|
|
119
123
|
"test:perf:baseline": "PERF_LABEL=baseline playwright test --grep @perf --reporter=list",
|
|
120
124
|
"test:expect": "bun e2e/react-grab.expect.ts",
|