@knocklabs/react-core
Advanced tools
Comparing version 0.1.5 to 0.1.6
# Changelog | ||
## 0.1.6 | ||
### Patch Changes | ||
- c9faba5: fix esm build issues with mjs files | ||
- Updated dependencies [c9faba5] | ||
- @knocklabs/client@0.8.21 | ||
## 0.1.5 | ||
@@ -4,0 +12,0 @@ |
@@ -5,6 +5,6 @@ { | ||
"author": "@knocklabs", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"module": "dist/esm/index.mjs", | ||
"types": "dist/types/index.d.ts", | ||
@@ -15,4 +15,5 @@ "typings": "dist/types/index.d.ts", | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.mjs", | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
"default": "./dist/cjs/index.js" | ||
} | ||
@@ -28,4 +29,4 @@ }, | ||
"build": "yarn clean && yarn build:esm && yarn build:cjs", | ||
"build:esm": "BUILD_TARGET=esm; tsc && vite build", | ||
"build:cjs": "BUILD_TARGET=cjs; tsc && vite build", | ||
"build:esm": "BUILD_TARGET=esm; vite build", | ||
"build:cjs": "BUILD_TARGET=cjs; vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
@@ -50,3 +51,3 @@ "format": "prettier \"src/**/*.{js,ts,tsx}\" --write", | ||
"dependencies": { | ||
"@knocklabs/client": "^0.8.20", | ||
"@knocklabs/client": "^0.8.21", | ||
"date-fns": "^3.3.1", | ||
@@ -53,0 +54,0 @@ "zustand": "^3.7.2" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
68646
1
Updated@knocklabs/client@^0.8.21