@_linked/react 1.4.2-next.20260712075648 → 1.4.2-next.20260713192413

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_linked/react",
3
- "version": "1.4.2-next.20260712075648",
3
+ "version": "1.4.2-next.20260713192413",
4
4
  "license": "MIT",
5
5
  "linkedPackage": true,
6
6
  "type": "module",
@@ -44,7 +44,8 @@
44
44
  "scripts": {
45
45
  "build": "npx rimraf ./lib && npx tsc -p tsconfig-esm.json",
46
46
  "compile": "echo '💫 Compiling ESM' && npx tsc -p tsconfig-esm.json",
47
- "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.cjs"
47
+ "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.cjs",
48
+ "test:integration": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.cjs react-component-integration --testPathIgnorePatterns="
48
49
  },
49
50
  "peerDependencies": {
50
51
  "@_linked/core": "^2.10",