use-sync-external-store
Advanced tools
Comparing version 1.5.0-canary-18eaf51b-20250118 to 1.5.0-canary-22e39ea7-20250225
{ | ||
"name": "use-sync-external-store", | ||
"description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.", | ||
"version": "1.5.0-canary-18eaf51b-20250118", | ||
"version": "1.5.0-canary-22e39ea7-20250225", | ||
"exports": { | ||
".": "./index.js", | ||
"./with-selector": "./with-selector.js", | ||
"./with-selector.js": "./with-selector.js", | ||
"./shim": { | ||
"react-native": "./shim/index.native.js", | ||
"default": "./shim/index.js" | ||
}, | ||
"./shim/index.js": "./shim/index.js", | ||
"./shim/index.native": "./shim/index.native.js", | ||
"./shim/index.native.js": "./shim/index.native.js", | ||
"./shim/with-selector": "./shim/with-selector.js", | ||
"./shim/with-selector.js": "./shim/with-selector.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": { | ||
@@ -22,3 +37,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"react": "19.1.0-canary-18eaf51b-20250118" | ||
"react": "19.1.0-canary-22e39ea7-20250225" | ||
}, | ||
@@ -25,0 +40,0 @@ "devDependencies": { |
28202