@dittolive/ditto 4.7.3 → 4.7.4

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/README.md CHANGED
@@ -3,10 +3,10 @@
3
3
  _Ditto is a cross-platform SDK that allows mobile, web, and IoT apps to sync
4
4
  with and even without connectivity._
5
5
 
6
- Version: **4.7.3**
6
+ Version: **4.7.4**
7
7
 
8
8
  For more information please visit [ditto.live](https://ditto.live), as well as the
9
- [API Reference](https://software.ditto.live/js/Ditto/4.7.3/api-reference/) for this particular version.
9
+ [API Reference](https://software.ditto.live/js/Ditto/4.7.4/api-reference/) for this particular version.
10
10
 
11
11
  ---
12
12
 
package/node/ditto.cjs.js CHANGED
@@ -2222,7 +2222,7 @@ class AttachmentToken {
2222
2222
 
2223
2223
  // NOTE: this is patched up with the actual build version by Jake task
2224
2224
  // build:package and has to be a valid semantic version as defined here: https://semver.org.
2225
- const fullBuildVersionString = '4.7.3';
2225
+ const fullBuildVersionString = '4.7.4';
2226
2226
 
2227
2227
  //
2228
2228
  // Copyright © 2021 DittoLive Incorporated. All rights reserved.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "@dittolive/ditto",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "description": "Ditto is a cross-platform embeddable NoSQL database that can sync with or without an internet connection.",
5
5
  "homepage": "https://ditto.live",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
+
7
8
  "author": {
8
9
  "name": "DittoLive Incorporated.",
9
10
  "email": "contact@ditto.live",
10
11
  "url": "https://ditto.live"
11
12
  },
13
+
12
14
  "keywords": [
13
15
  "ditto",
14
16
  "dittolive",
@@ -19,26 +21,32 @@
19
21
  "sync",
20
22
  "p2p"
21
23
  ],
24
+
22
25
  "engines": {
23
26
  "node": ">=14"
24
27
  },
28
+
25
29
  "browserslist": [
26
30
  "defaults"
27
31
  ],
32
+
28
33
  "main": "node/ditto.cjs.js",
29
34
  "browser": "web/ditto.es6.js",
30
35
  "browser/umd": "web/ditto.umd.js",
31
- "react-native": "react-native/src/index.ts",
32
36
  "types": "types/ditto.d.ts",
37
+ "react-native": "react-native/src/index.ts",
38
+
33
39
  "scripts": {
34
40
  "play:web": "npx serve --listen 5285",
35
41
  "play:node": "node --experimental-repl-await --unhandled-rejections=strict playground.cjs"
36
42
  },
43
+
37
44
  "dependencies": {
38
45
  "cbor-redux": "^1.0.0",
39
46
  "@ungap/weakrefs": "^0.2.0",
40
47
  "fastestsmallesttextencoderdecoder": "^1.0.22"
41
48
  },
49
+
42
50
  "devDependencies": {
43
51
  "serve": "^14.2.1"
44
52
  }
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Aug 01 08:49:33 MDT 2024
2
+ gradle.version=8.9
@@ -150,7 +150,7 @@ repositories {
150
150
 
151
151
  // This can be moved to gradle.properties (minus the quotes) with no code changes
152
152
  // here since `version` is a default project property.
153
- version = "4.7.3"
153
+ version = "4.7.4"
154
154
 
155
155
  dependencies {
156
156
  // For < 0.71, this will be from the local maven repo