@powersync/service-schema 1.14.0 → 1.15.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/LICENSE +3 -3
  2. package/package.json +8 -8
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
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@powersync/service-schema",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
- "license": "FSL-1.1-Apache-2.0",
6
+ "license": "FSL-1.1-ALv2",
7
7
  "type": "module",
8
8
  "publishConfig": {
9
9
  "access": "public"
@@ -16,12 +16,12 @@
16
16
  "dependencies": {},
17
17
  "devDependencies": {
18
18
  "ts-codec": "^1.3.0",
19
- "@powersync/service-module-postgres": "0.15.0",
20
- "@powersync/service-module-postgres-storage": "0.9.0",
21
- "@powersync/service-module-mongodb": "0.11.0",
22
- "@powersync/service-module-mongodb-storage": "0.11.0",
23
- "@powersync/service-module-mysql": "0.8.0",
24
- "@powersync/service-types": "0.12.1"
19
+ "@powersync/service-module-postgres": "0.16.0",
20
+ "@powersync/service-module-mongodb": "0.12.0",
21
+ "@powersync/service-module-postgres-storage": "0.10.0",
22
+ "@powersync/service-module-mongodb-storage": "0.12.0",
23
+ "@powersync/service-module-mysql": "0.9.0",
24
+ "@powersync/service-types": "0.13.0"
25
25
  },
26
26
  "scripts": {
27
27
  "clean": "rm -r ./dist && tsc -b --clean",