cordova-sqlite-storage
Advanced tools
Comparing version 3.2.0 to 3.2.1
# Changes | ||
#### cordova-sqlite-storage 3.2.1 | ||
- cordova-sqlite-storage-dependencies@2.0.1 with SQLite 3.28.0 update for all supported platforms Android/iOS/macOS/Windows | ||
#### cordova-sqlite-storage 3.2.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cordova-sqlite-storage", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Native interface to SQLite for PhoneGap/Cordova - cordova-sqlite-storage plugin version", | ||
@@ -33,6 +33,6 @@ "cordova": { | ||
"dependencies": { | ||
"cordova-sqlite-storage-dependencies": "2.0.0" | ||
"cordova-sqlite-storage-dependencies": "2.0.1" | ||
}, | ||
"scripts": { | ||
"clean-spec": "rm -rf spec/[mnp]* && git cl spec/config.xml && git st", | ||
"clean-spec": "rm -rf spec/[mnp]* && git cl spec/config.xml && git status --ignored", | ||
"prepare-js": "coffee -p SQLitePlugin.coffee.md > www/SQLitePlugin.js", | ||
@@ -44,4 +44,4 @@ "prepare-spec": "node scripts/prepareSpec.js" | ||
"cross-spawn": "^6.0.5", | ||
"fs-extra": "^7.0.1" | ||
"fs-extra": "^8.1.0" | ||
} | ||
} |
@@ -107,3 +107,3 @@ /* 'use strict'; */ | ||
expect(rs.rows.length).toBe(1); | ||
expect(rs.rows.item(0).myResult).toBe('3.26.0'); | ||
expect(rs.rows.item(0).myResult).toBe('3.28.0'); | ||
@@ -110,0 +110,0 @@ // Close (plugin only) & finish: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1287554
+ Addedcordova-sqlite-storage-dependencies@2.0.1(transitive)
- Removedcordova-sqlite-storage-dependencies@2.0.0(transitive)