@radix-ui/react-primitive
Advanced tools
Comparing version 1.0.3-rc.5 to 1.0.3-rc.6
{ | ||
"name": "@radix-ui/react-primitive", | ||
"version": "1.0.3-rc.5", | ||
"version": "1.0.3-rc.6", | ||
"license": "MIT", | ||
"source": "src/index.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.module.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"source": "./src/index.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -20,3 +32,3 @@ "dist", | ||
"@babel/runtime": "^7.13.10", | ||
"@radix-ui/react-slot": "1.0.2-rc.5" | ||
"@radix-ui/react-slot": "1.0.2-rc.6" | ||
}, | ||
@@ -23,0 +35,0 @@ "devDependencies": { |
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
29747
9
+ Added@radix-ui/react-compose-refs@1.0.1-rc.1(transitive)
+ Added@radix-ui/react-slot@1.0.2-rc.6(transitive)
- Removed@radix-ui/react-compose-refs@1.0.0(transitive)
- Removed@radix-ui/react-slot@1.0.2-rc.5(transitive)