@powersync/service-core-tests 0.0.0-dev-20250804065653 → 0.0.0-dev-20250804094552

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/CHANGELOG.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # @powersync/service-core-tests
2
2
 
3
- ## 0.0.0-dev-20250804065653
3
+ ## 0.0.0-dev-20250804094552
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
8
8
  - d4db4e2: MySQL:
9
+
9
10
  - Added schema change handling
10
11
  - Except for some edge cases, the following schema changes are now handled automatically:
11
12
  - Creation, renaming, dropping and truncation of tables.
@@ -27,8 +28,8 @@
27
28
  - Updated dependencies [d56eeb9]
28
29
  - Updated dependencies [a700ec9]
29
30
  - Updated dependencies [d4db4e2]
30
- - @powersync/service-core@0.0.0-dev-20250804065653
31
- - @powersync/service-sync-rules@0.0.0-dev-20250804065653
31
+ - @powersync/service-core@0.0.0-dev-20250804094552
32
+ - @powersync/service-sync-rules@0.0.0-dev-20250804094552
32
33
 
33
34
  ## 0.10.4
34
35
 
package/package.json CHANGED
@@ -5,14 +5,14 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "0.0.0-dev-20250804065653",
8
+ "version": "0.0.0-dev-20250804094552",
9
9
  "main": "dist/index.js",
10
10
  "license": "FSL-1.1-Apache-2.0",
11
11
  "type": "module",
12
12
  "dependencies": {
13
13
  "@powersync/service-jsonbig": "^0.17.10",
14
- "@powersync/service-sync-rules": "^0.0.0-dev-20250804065653",
15
- "@powersync/service-core": "^0.0.0-dev-20250804065653"
14
+ "@powersync/service-core": "^0.0.0-dev-20250804094552",
15
+ "@powersync/service-sync-rules": "^0.0.0-dev-20250804094552"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "vite-tsconfig-paths": "^5.1.4",