@knocklabs/react-core
Advanced tools
Comparing version 0.2.3 to 0.2.4
# Changelog | ||
## 0.2.4 | ||
### Patch Changes | ||
- bc69618: Add react-native to package.json files to fix a bug in our React Native SDK | ||
- Updated dependencies [bc69618] | ||
- @knocklabs/client@0.9.3 | ||
## 0.2.3 | ||
@@ -4,0 +12,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "@knocklabs", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"license": "MIT", | ||
@@ -12,2 +12,3 @@ "main": "dist/cjs/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"react-native": "./src/index.ts", | ||
"exports": { | ||
@@ -18,2 +19,3 @@ ".": { | ||
"types": "./dist/types/index.d.ts", | ||
"react-native": "./src/index.ts", | ||
"default": "./dist/cjs/index.js" | ||
@@ -51,3 +53,3 @@ } | ||
"dependencies": { | ||
"@knocklabs/client": "^0.9.2", | ||
"@knocklabs/client": "^0.9.3", | ||
"@tanstack/react-query": "^5.18.1", | ||
@@ -54,0 +56,0 @@ "date-fns": "^3.3.1", |
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
151589
Updated@knocklabs/client@^0.9.3