anchordb-angular 1.0.5 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -103,7 +103,7 @@ Providers are therefore plain objects that your app passes to its own `NgModule`
103
103
 
104
104
  ## Status
105
105
 
106
- **1.0.5.** `@angular/core` and `rxjs` stay optional peer dependencies and are never imported by
106
+ **1.1.0.** `@angular/core` and `rxjs` stay optional peer dependencies and are never imported by
107
107
  this package.
108
108
 
109
109
  **The Capacitor adapter has never run on a device** — this machine has no simulator. The platform
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anchordb-angular",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@capacitor-community/sqlite": ">=6",
36
36
  "@capacitor/core": ">=6",
37
- "anchordb": "^1.0.5"
37
+ "anchordb": "^1.1.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "rimraf": "^6.0.1"