dexie-cloud-addon 4.0.1-beta.31 → 4.0.1-beta.33

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.
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "dexie-cloud-addon",
3
- "version": "4.0.1-beta.31",
3
+ "version": "4.0.1-beta.33",
4
4
  "description": "Dexie addon that syncs with to Dexie Cloud",
5
5
  "main": "dist/umd/dexie-cloud-addon.js",
6
6
  "module": "dist/module-es5/dexie-cloud-addon.js",
7
+ "homepage": "https://dexie.org/cloud/docs/dexie-cloud-addon",
7
8
  "exports": {
8
9
  ".": {
9
10
  "development": {
@@ -127,10 +128,12 @@
127
128
  "tslib": "*",
128
129
  "typescript": "^4.9.4"
129
130
  },
130
- "peerDependencies": {
131
- "dexie": "^4.0.1-alpha.5",
131
+ "dependencies": {
132
132
  "rxjs": "^7.x"
133
133
  },
134
+ "peerDependencies": {
135
+ "dexie": "^4.0.1-alpha.5"
136
+ },
134
137
  "scripts": {
135
138
  "test": "just-build test && pnpm run test-unit",
136
139
  "test-unit": "karma start test/unit/karma.conf.js --single-run",