@powersync/service-module-mysql 0.0.0-dev-20250820110726 → 0.0.0-dev-20250825132649
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 +8 -6
- package/package.json +9 -9
- package/test/src/util.ts +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @powersync/service-module-mysql
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20250825132649
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,17 +11,19 @@
|
|
|
11
11
|
|
|
12
12
|
- a700ec9: Reporting mongo storage added to storage engine.
|
|
13
13
|
- 060b829: Update license abbreviation to FSL-1.1-ALv2.
|
|
14
|
+
- Updated dependencies [b0b8ae9]
|
|
14
15
|
- Updated dependencies [d2be184]
|
|
16
|
+
- Updated dependencies [29a368e]
|
|
15
17
|
- Updated dependencies [f1d187b]
|
|
16
18
|
- Updated dependencies [0fad466]
|
|
17
19
|
- Updated dependencies [a700ec9]
|
|
18
20
|
- Updated dependencies [060b829]
|
|
19
21
|
- Updated dependencies [d49bebe]
|
|
20
|
-
- @powersync/service-sync-rules@0.0.0-dev-
|
|
21
|
-
- @powersync/service-core@0.0.0-dev-
|
|
22
|
-
- @powersync/service-types@0.0.0-dev-
|
|
23
|
-
- @powersync/lib-services-framework@0.0.0-dev-
|
|
24
|
-
- @powersync/service-jsonbig@0.0.0-dev-
|
|
22
|
+
- @powersync/service-sync-rules@0.0.0-dev-20250825132649
|
|
23
|
+
- @powersync/service-core@0.0.0-dev-20250825132649
|
|
24
|
+
- @powersync/service-types@0.0.0-dev-20250825132649
|
|
25
|
+
- @powersync/lib-services-framework@0.0.0-dev-20250825132649
|
|
26
|
+
- @powersync/service-jsonbig@0.0.0-dev-20250825132649
|
|
25
27
|
|
|
26
28
|
## 0.8.0
|
|
27
29
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@powersync/service-module-mysql",
|
|
3
3
|
"repository": "https://github.com/powersync-ja/powersync-service",
|
|
4
4
|
"types": "dist/index.d.ts",
|
|
5
|
-
"version": "0.0.0-dev-
|
|
5
|
+
"version": "0.0.0-dev-20250825132649",
|
|
6
6
|
"license": "FSL-1.1-ALv2",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"type": "module",
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"ts-codec": "^1.3.0",
|
|
31
31
|
"uri-js": "^4.4.1",
|
|
32
32
|
"uuid": "^11.1.0",
|
|
33
|
-
"@powersync/lib-services-framework": "0.0.0-dev-
|
|
34
|
-
"@powersync/service-core": "0.0.0-dev-
|
|
35
|
-
"@powersync/service-sync-rules": "0.0.0-dev-
|
|
36
|
-
"@powersync/service-types": "0.0.0-dev-
|
|
37
|
-
"@powersync/service-jsonbig": "0.0.0-dev-
|
|
33
|
+
"@powersync/lib-services-framework": "0.0.0-dev-20250825132649",
|
|
34
|
+
"@powersync/service-core": "0.0.0-dev-20250825132649",
|
|
35
|
+
"@powersync/service-sync-rules": "0.0.0-dev-20250825132649",
|
|
36
|
+
"@powersync/service-types": "0.0.0-dev-20250825132649",
|
|
37
|
+
"@powersync/service-jsonbig": "0.0.0-dev-20250825132649"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/async": "^3.2.24",
|
|
41
41
|
"@types/semver": "^7.5.4",
|
|
42
|
-
"@powersync/service-core-tests": "0.0.0-dev-
|
|
43
|
-
"@powersync/service-module-mongodb-storage": "0.0.0-dev-
|
|
44
|
-
"@powersync/service-module-postgres-storage": "0.0.0-dev-
|
|
42
|
+
"@powersync/service-core-tests": "0.0.0-dev-20250825132649",
|
|
43
|
+
"@powersync/service-module-mongodb-storage": "0.0.0-dev-20250825132649",
|
|
44
|
+
"@powersync/service-module-postgres-storage": "0.0.0-dev-20250825132649"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsc -b",
|
package/test/src/util.ts
CHANGED
|
@@ -19,12 +19,12 @@ export const TEST_CONNECTION_OPTIONS = types.normalizeConnectionConfig({
|
|
|
19
19
|
uri: TEST_URI
|
|
20
20
|
});
|
|
21
21
|
|
|
22
|
-
export const INITIALIZED_MONGO_STORAGE_FACTORY = mongo_storage.
|
|
22
|
+
export const INITIALIZED_MONGO_STORAGE_FACTORY = mongo_storage.test_utils.mongoTestStorageFactoryGenerator({
|
|
23
23
|
url: env.MONGO_TEST_URL,
|
|
24
24
|
isCI: env.CI
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
export const INITIALIZED_POSTGRES_STORAGE_FACTORY = postgres_storage.
|
|
27
|
+
export const INITIALIZED_POSTGRES_STORAGE_FACTORY = postgres_storage.test_utils.postgresTestStorageFactoryGenerator({
|
|
28
28
|
url: env.PG_STORAGE_TEST_URL
|
|
29
29
|
});
|
|
30
30
|
|