@powersync/lib-service-mongodb 0.0.0-dev-20250804065653 → 0.0.0-dev-20250811145516

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 (3) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/LICENSE +3 -3
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # @powersync/lib-service-mongodb
2
2
 
3
- ## 0.0.0-dev-20250804065653
3
+ ## 0.0.0-dev-20250811145516
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 060b829: Update license abbreviation to FSL-1.1-ALv2.
7
8
  - Updated dependencies [a700ec9]
8
- - @powersync/lib-services-framework@0.0.0-dev-20250804065653
9
+ - Updated dependencies [060b829]
10
+ - @powersync/lib-services-framework@0.0.0-dev-20250811145516
11
+
12
+ ## 0.6.3
13
+
14
+ ### Patch Changes
15
+
16
+ - @powersync/lib-services-framework@0.7.2
9
17
 
10
18
  ## 0.6.2
11
19
 
package/LICENSE CHANGED
@@ -1,12 +1,12 @@
1
- # Functional Source License, Version 1.1, Apache 2.0 Future License
1
+ # Functional Source License, Version 1.1, ALv2 Future License
2
2
 
3
3
  ## Abbreviation
4
4
 
5
- FSL-1.1-Apache-2.0
5
+ FSL-1.1-ALv2
6
6
 
7
7
  ## Notice
8
8
 
9
- Copyright 2023-2024 Journey Mobile, Inc.
9
+ Copyright 2023-2025 Journey Mobile, Inc.
10
10
 
11
11
  ## Terms and Conditions
12
12
 
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@powersync/lib-service-mongodb",
3
3
  "repository": "https://github.com/powersync-ja/powersync-service",
4
4
  "types": "dist/index.d.ts",
5
- "version": "0.0.0-dev-20250804065653",
5
+ "version": "0.0.0-dev-20250811145516",
6
6
  "main": "dist/index.js",
7
- "license": "FSL-1.1-Apache-2.0",
7
+ "license": "FSL-1.1-ALv2",
8
8
  "type": "module",
9
9
  "publishConfig": {
10
10
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "mongodb": "^6.14.1",
27
27
  "mongodb-connection-string-url": "^3.0.2",
28
28
  "ts-codec": "^1.3.0",
29
- "@powersync/lib-services-framework": "0.0.0-dev-20250804065653"
29
+ "@powersync/lib-services-framework": "0.0.0-dev-20250811145516"
30
30
  },
31
31
  "devDependencies": {},
32
32
  "scripts": {