@dxos/react-hooks
Advanced tools
Comparing version 0.6.4 to 0.6.5-staging.435ed25
{ | ||
"name": "@dxos/react-hooks", | ||
"version": "0.6.4", | ||
"version": "0.6.5-staging.435ed25", | ||
"description": "React hooks supporting DXOS React primitives.", | ||
@@ -9,7 +9,15 @@ "homepage": "https://dxos.org", | ||
"author": "DXOS.org", | ||
"main": "dist/lib/node/index.cjs", | ||
"browser": { | ||
"./dist/lib/node/index.cjs": "./dist/lib/browser/index.mjs" | ||
"exports": { | ||
".": { | ||
"browser": "./dist/lib/browser/index.mjs", | ||
"node": { | ||
"default": "./dist/lib/node/index.cjs" | ||
}, | ||
"types": "./dist/types/src/index.d.ts" | ||
} | ||
}, | ||
"types": "dist/types/src/index.d.ts", | ||
"typesVersions": { | ||
"*": {} | ||
}, | ||
"files": [ | ||
@@ -25,8 +33,8 @@ "dist", | ||
"@types/react-dom": "^18.0.6", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "~18.2.0", | ||
"react-dom": "~18.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "~18.2.0", | ||
"react-dom": "~18.2.0" | ||
}, | ||
@@ -33,0 +41,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73152