react-sqlite-hook
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -0,1 +1,8 @@ | ||
## 2.1.6 (2022-03-06) | ||
### Chore | ||
- update to @capacitor/core 3.4.1 | ||
- update to @capacitor-community/sqlite 3.4.1-1 | ||
## 2.1.5 (2021-12-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "react-sqlite-hook", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "React Hook for @Capacitor-community/sqlite plugin", | ||
@@ -45,16 +45,15 @@ "repository": { | ||
"peerDependencies": { | ||
"@capacitor-community/sqlite": "^3.3.3-1", | ||
"@capacitor/core": "^3.3.3", | ||
"@capacitor-community/sqlite": "^3.4.1-1", | ||
"@capacitor/core": "^3.4.1", | ||
"react": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@capacitor-community/sqlite": "3.3.3-1", | ||
"@capacitor/core": "3.3.3", | ||
"@capacitor-community/sqlite": "3.4.1-1", | ||
"@capacitor/core": "3.4.1", | ||
"@capacitor/docgen": "0.0.17", | ||
"@testing-library/react-hooks": "^5.1.2", | ||
"@types/jest": "^27.0.2", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/jest": "^27.4.1", | ||
"@types/react-test-renderer": "^17.0.1", | ||
"conventional-changelog": "^3.1.24", | ||
"jest": "^27.3.0", | ||
"np": "^7.5.0", | ||
"conventional-changelog": "^3.1.25", | ||
"jest": "^27.5.1", | ||
"react": "17.0.2", | ||
@@ -65,6 +64,5 @@ "react-app-polyfill": "^2.0.0", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.0.7", | ||
"typedoc": "^0.20.36", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.0.5", | ||
"uglify-js": "^3.2.0" | ||
"uglify-js": "^3.12.5" | ||
}, | ||
@@ -71,0 +69,0 @@ "jest": { |
{ | ||
"name": "react-sqlite-hook", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "React Hook for @Capacitor-community/sqlite plugin", | ||
@@ -45,16 +45,15 @@ "repository": { | ||
"peerDependencies": { | ||
"@capacitor-community/sqlite": "^3.3.3-1", | ||
"@capacitor/core": "^3.3.3", | ||
"@capacitor-community/sqlite": "^3.4.1-1", | ||
"@capacitor/core": "^3.4.1", | ||
"react": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@capacitor-community/sqlite": "3.3.3-1", | ||
"@capacitor/core": "3.3.3", | ||
"@capacitor-community/sqlite": "3.4.1-1", | ||
"@capacitor/core": "3.4.1", | ||
"@capacitor/docgen": "0.0.17", | ||
"@testing-library/react-hooks": "^5.1.2", | ||
"@types/jest": "^27.0.2", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/jest": "^27.4.1", | ||
"@types/react-test-renderer": "^17.0.1", | ||
"conventional-changelog": "^3.1.24", | ||
"jest": "^27.3.0", | ||
"np": "^7.5.0", | ||
"conventional-changelog": "^3.1.25", | ||
"jest": "^27.5.1", | ||
"react": "17.0.2", | ||
@@ -65,6 +64,5 @@ "react-app-polyfill": "^2.0.0", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.0.7", | ||
"typedoc": "^0.20.36", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.0.5", | ||
"uglify-js": "^3.2.0" | ||
"uglify-js": "^3.12.5" | ||
}, | ||
@@ -71,0 +69,0 @@ "jest": { |
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
124298
16