@powersync/lib-services-framework 0.0.0-dev-20251209070120 → 0.0.0-dev-20260114145741

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 +1 -1
  2. package/package.json +3 -4
package/LICENSE CHANGED
@@ -6,7 +6,7 @@ FSL-1.1-ALv2
6
6
 
7
7
  ## Notice
8
8
 
9
- Copyright 2023-2025 Journey Mobile, Inc.
9
+ Copyright 2023-2026 Journey Mobile, Inc.
10
10
 
11
11
  ## Terms and Conditions
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powersync/lib-services-framework",
3
3
  "repository": "https://github.com/powersync-ja/powersync-service",
4
- "version": "0.0.0-dev-20251209070120",
4
+ "version": "0.0.0-dev-20260114145741",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "types": "dist/index.d.ts",
@@ -25,16 +25,15 @@
25
25
  "winston": "^3.13.0",
26
26
  "zod": "^3.23.8",
27
27
  "@powersync/service-errors": "0.3.6",
28
- "@powersync/service-sync-rules": "0.0.0-dev-20251209070120"
28
+ "@powersync/service-sync-rules": "0.0.0-dev-20260114145741"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/lodash": "^4.17.5",
32
- "vitest": "^3.2.4"
32
+ "vitest": "^4.0.16"
33
33
  },
34
34
  "scripts": {
35
35
  "clean": "rm -r ./dist && tsc -b --clean",
36
36
  "build": "tsc -b",
37
- "build:tests": "tsc -b test/tsconfig.json",
38
37
  "test": "vitest"
39
38
  }
40
39
  }