syncular 0.0.2-140 → 0.0.3-3

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.
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/client-plugin-encryption';
2
+ //# sourceMappingURL=client-plugin-encryption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-plugin-encryption.d.ts","sourceRoot":"","sources":["../src/client-plugin-encryption.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/client-plugin-encryption';
2
+ //# sourceMappingURL=client-plugin-encryption.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-plugin-encryption.js","sourceRoot":"","sources":["../src/client-plugin-encryption.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}
package/dist/core.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/core';
2
+ //# sourceMappingURL=core.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
package/dist/core.js ADDED
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/core';
2
+ //# sourceMappingURL=core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"core.js","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/testkit';
2
+ //# sourceMappingURL=testkit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testkit.d.ts","sourceRoot":"","sources":["../src/testkit.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/testkit';
2
+ //# sourceMappingURL=testkit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testkit.js","sourceRoot":"","sources":["../src/testkit.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syncular",
3
- "version": "0.0.2-140",
3
+ "version": "0.0.3-3",
4
4
  "description": "Offline-first sync framework for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Benjamin Kniffler",
@@ -44,6 +44,13 @@
44
44
  "default": "./dist/client.js"
45
45
  }
46
46
  },
47
+ "./core": {
48
+ "bun": "./src/core.ts",
49
+ "import": {
50
+ "types": "./dist/core.d.ts",
51
+ "default": "./dist/core.js"
52
+ }
53
+ },
47
54
  "./client-react": {
48
55
  "bun": "./src/client-react.ts",
49
56
  "import": {
@@ -51,6 +58,13 @@
51
58
  "default": "./dist/client-react.js"
52
59
  }
53
60
  },
61
+ "./client-plugin-encryption": {
62
+ "bun": "./src/client-plugin-encryption.ts",
63
+ "import": {
64
+ "types": "./dist/client-plugin-encryption.d.ts",
65
+ "default": "./dist/client-plugin-encryption.js"
66
+ }
67
+ },
54
68
  "./server": {
55
69
  "bun": "./src/server.ts",
56
70
  "import": {
@@ -135,6 +149,13 @@
135
149
  "default": "./dist/observability-sentry.js"
136
150
  }
137
151
  },
152
+ "./testkit": {
153
+ "bun": "./src/testkit.ts",
154
+ "import": {
155
+ "types": "./dist/testkit.d.ts",
156
+ "default": "./dist/testkit.js"
157
+ }
158
+ },
138
159
  "./dialect-bun-sqlite": {
139
160
  "bun": "./src/dialect-bun-sqlite.ts",
140
161
  "import": {
@@ -218,32 +239,33 @@
218
239
  "src"
219
240
  ],
220
241
  "dependencies": {
221
- "@syncular/core": "0.0.2-140",
222
- "@syncular/client": "0.0.2-140",
223
- "@syncular/client-react": "0.0.2-140",
224
- "@syncular/client-plugin-encryption": "0.0.2-140",
225
- "@syncular/observability-sentry": "0.0.2-140",
226
- "@syncular/server": "0.0.2-140",
227
- "@syncular/server-hono": "0.0.2-140",
228
- "@syncular/server-cloudflare": "0.0.2-140",
229
- "@syncular/server-dialect-sqlite": "0.0.2-140",
230
- "@syncular/server-dialect-postgres": "0.0.2-140",
231
- "@syncular/transport-http": "0.0.2-140",
232
- "@syncular/transport-ws": "0.0.2-140",
233
- "@syncular/relay": "0.0.2-140",
234
- "@syncular/migrations": "0.0.2-140",
235
- "@syncular/typegen": "0.0.2-140",
236
- "@syncular/dialect-bun-sqlite": "0.0.2-140",
237
- "@syncular/dialect-better-sqlite3": "0.0.2-140",
238
- "@syncular/dialect-electron-sqlite": "0.0.2-140",
239
- "@syncular/dialect-pglite": "0.0.2-140",
240
- "@syncular/dialect-sqlite3": "0.0.2-140",
241
- "@syncular/dialect-neon": "0.0.2-140",
242
- "@syncular/dialect-libsql": "0.0.2-140",
243
- "@syncular/dialect-d1": "0.0.2-140",
244
- "@syncular/dialect-wa-sqlite": "0.0.2-140",
245
- "@syncular/dialect-expo-sqlite": "0.0.2-140",
246
- "@syncular/dialect-react-native-nitro-sqlite": "0.0.2-140"
242
+ "@syncular/client": "0.0.3-3",
243
+ "@syncular/client-plugin-encryption": "0.0.3-3",
244
+ "@syncular/client-react": "0.0.3-3",
245
+ "@syncular/core": "0.0.3-3",
246
+ "@syncular/dialect-better-sqlite3": "0.0.3-3",
247
+ "@syncular/dialect-bun-sqlite": "0.0.3-3",
248
+ "@syncular/dialect-d1": "0.0.3-3",
249
+ "@syncular/dialect-electron-sqlite": "0.0.3-3",
250
+ "@syncular/dialect-expo-sqlite": "0.0.3-3",
251
+ "@syncular/dialect-libsql": "0.0.3-3",
252
+ "@syncular/dialect-neon": "0.0.3-3",
253
+ "@syncular/dialect-pglite": "0.0.3-3",
254
+ "@syncular/dialect-react-native-nitro-sqlite": "0.0.3-3",
255
+ "@syncular/dialect-sqlite3": "0.0.3-3",
256
+ "@syncular/dialect-wa-sqlite": "0.0.3-3",
257
+ "@syncular/migrations": "0.0.3-3",
258
+ "@syncular/observability-sentry": "0.0.3-3",
259
+ "@syncular/relay": "0.0.3-3",
260
+ "@syncular/server": "0.0.3-3",
261
+ "@syncular/server-cloudflare": "0.0.3-3",
262
+ "@syncular/server-dialect-postgres": "0.0.3-3",
263
+ "@syncular/server-dialect-sqlite": "0.0.3-3",
264
+ "@syncular/server-hono": "0.0.3-3",
265
+ "@syncular/testkit": "0.0.3-3",
266
+ "@syncular/transport-http": "0.0.3-3",
267
+ "@syncular/transport-ws": "0.0.3-3",
268
+ "@syncular/typegen": "0.0.3-3"
247
269
  },
248
270
  "devDependencies": {
249
271
  "@cloudflare/workers-types": "*",
@@ -0,0 +1 @@
1
+ export * from '@syncular/client-plugin-encryption';
package/src/core.ts ADDED
@@ -0,0 +1 @@
1
+ export * from '@syncular/core';
package/src/testkit.ts ADDED
@@ -0,0 +1 @@
1
+ export * from '@syncular/testkit';