syncular 0.0.1-73 → 0.0.1-89

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/observability-sentry';
2
+ //# sourceMappingURL=observability-sentry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"observability-sentry.d.ts","sourceRoot":"","sources":["../src/observability-sentry.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/observability-sentry';
2
+ //# sourceMappingURL=observability-sentry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"observability-sentry.js","sourceRoot":"","sources":["../src/observability-sentry.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syncular",
3
- "version": "0.0.1-73",
3
+ "version": "0.0.1-89",
4
4
  "description": "Offline-first sync framework for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Benjamin Kniffler",
@@ -128,6 +128,13 @@
128
128
  "default": "./dist/encryption.js"
129
129
  }
130
130
  },
131
+ "./observability-sentry": {
132
+ "bun": "./src/observability-sentry.ts",
133
+ "import": {
134
+ "types": "./dist/observability-sentry.d.ts",
135
+ "default": "./dist/observability-sentry.js"
136
+ }
137
+ },
131
138
  "./dialect-bun-sqlite": {
132
139
  "bun": "./src/dialect-bun-sqlite.ts",
133
140
  "import": {
@@ -208,6 +215,7 @@
208
215
  "@syncular/client": "0.0.1",
209
216
  "@syncular/client-react": "0.0.1",
210
217
  "@syncular/client-plugin-encryption": "0.0.1",
218
+ "@syncular/observability-sentry": "0.0.1",
211
219
  "@syncular/server": "0.0.1",
212
220
  "@syncular/server-hono": "0.0.1",
213
221
  "@syncular/server-cloudflare": "0.0.1",
@@ -0,0 +1 @@
1
+ export * from '@syncular/observability-sentry';