raindrop-ai 0.1.3 → 0.1.4-otelv2

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.
@@ -377,19 +377,14 @@ globalThis.RAINDROP_ASYNC_LOCAL_STORAGE = AsyncLocalStorage;
377
377
  // package.json
378
378
  var package_default = {
379
379
  name: "raindrop-ai",
380
- version: "0.1.3",
380
+ version: "0.1.4",
381
381
  main: "dist/index.js",
382
382
  module: "dist/index.mjs",
383
383
  types: "dist/index.d.ts",
384
384
  license: "MIT",
385
- repository: {
386
- type: "git",
387
- url: "git+https://github.com/raindrop-ai/raindrop-js.git",
388
- directory: "packages/js-sdk"
389
- },
390
- homepage: "https://github.com/raindrop-ai/raindrop-js/tree/main/packages/js-sdk#readme",
385
+ homepage: "https://www.raindrop.ai/docs/sdk/typescript/",
391
386
  bugs: {
392
- url: "https://github.com/raindrop-ai/raindrop-js/issues"
387
+ url: "https://www.raindrop.ai/docs/support/"
393
388
  },
394
389
  exports: {
395
390
  ".": {
package/dist/index.js CHANGED
@@ -10255,19 +10255,14 @@ var SignalEventSchema = external_exports.object({
10255
10255
  // package.json
10256
10256
  var package_default = {
10257
10257
  name: "raindrop-ai",
10258
- version: "0.1.3",
10258
+ version: "0.1.4",
10259
10259
  main: "dist/index.js",
10260
10260
  module: "dist/index.mjs",
10261
10261
  types: "dist/index.d.ts",
10262
10262
  license: "MIT",
10263
- repository: {
10264
- type: "git",
10265
- url: "git+https://github.com/raindrop-ai/raindrop-js.git",
10266
- directory: "packages/js-sdk"
10267
- },
10268
- homepage: "https://github.com/raindrop-ai/raindrop-js/tree/main/packages/js-sdk#readme",
10263
+ homepage: "https://www.raindrop.ai/docs/sdk/typescript/",
10269
10264
  bugs: {
10270
- url: "https://github.com/raindrop-ai/raindrop-js/issues"
10265
+ url: "https://www.raindrop.ai/docs/support/"
10271
10266
  },
10272
10267
  exports: {
10273
10268
  ".": {
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  setDefaultMaxTextFieldChars,
17
17
  stringifyBounded,
18
18
  tracing
19
- } from "./chunk-QPGEMS2A.mjs";
19
+ } from "./chunk-TV22N6IU.mjs";
20
20
  import {
21
21
  __commonJS,
22
22
  __toESM
@@ -542,19 +542,14 @@ function base64ToHex(base64) {
542
542
  // package.json
543
543
  var package_default = {
544
544
  name: "raindrop-ai",
545
- version: "0.1.3",
545
+ version: "0.1.4",
546
546
  main: "dist/index.js",
547
547
  module: "dist/index.mjs",
548
548
  types: "dist/index.d.ts",
549
549
  license: "MIT",
550
- repository: {
551
- type: "git",
552
- url: "git+https://github.com/raindrop-ai/raindrop-js.git",
553
- directory: "packages/js-sdk"
554
- },
555
- homepage: "https://github.com/raindrop-ai/raindrop-js/tree/main/packages/js-sdk#readme",
550
+ homepage: "https://www.raindrop.ai/docs/sdk/typescript/",
556
551
  bugs: {
557
- url: "https://github.com/raindrop-ai/raindrop-js/issues"
552
+ url: "https://www.raindrop.ai/docs/support/"
558
553
  },
559
554
  exports: {
560
555
  ".": {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tracing
3
- } from "../chunk-QPGEMS2A.mjs";
3
+ } from "../chunk-TV22N6IU.mjs";
4
4
  import "../chunk-UJCSKKID.mjs";
5
5
 
6
6
  // src/tracing/index.ts
package/package.json CHANGED
@@ -1,18 +1,13 @@
1
1
  {
2
2
  "name": "raindrop-ai",
3
- "version": "0.1.3",
3
+ "version": "0.1.4-otelv2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "MIT",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/raindrop-ai/raindrop-js.git",
11
- "directory": "packages/js-sdk"
12
- },
13
- "homepage": "https://github.com/raindrop-ai/raindrop-js/tree/main/packages/js-sdk#readme",
8
+ "homepage": "https://www.raindrop.ai/docs/sdk/typescript/",
14
9
  "bugs": {
15
- "url": "https://github.com/raindrop-ai/raindrop-js/issues"
10
+ "url": "https://www.raindrop.ai/docs/support/"
16
11
  },
17
12
  "exports": {
18
13
  ".": {
@@ -37,23 +32,22 @@
37
32
  "dist/**"
38
33
  ],
39
34
  "devDependencies": {
40
- "ai": "^6.0.0",
41
35
  "@opentelemetry/resources": "^2.0.1",
42
36
  "@types/node": "^20.11.17",
37
+ "ai": "^6.0.0",
43
38
  "msw": "^2.12.8",
44
39
  "tsup": "^8.4.0",
45
40
  "tsx": "^4.20.3",
46
41
  "typescript": "^5.3.3",
47
42
  "vite": "^7.3.2",
48
43
  "vitest": "^4.0.10",
49
- "@raindrop-ai/core": "0.0.4",
50
44
  "@raindrop-ai/redact-pii": "0.1.2",
51
- "@raindrop-ai/schemas": "0.0.1"
45
+ "@raindrop-ai/schemas": "0.0.1",
46
+ "@raindrop-ai/core": "0.0.4"
52
47
  },
53
48
  "dependencies": {
54
49
  "@opentelemetry/api": "^1.9.0",
55
- "@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
56
- "@traceloop/node-server-sdk": "0.19.0-otel-v1",
50
+ "@opentelemetry/exporter-trace-otlp-http": "^0.203.0",
57
51
  "weakref": "^0.2.1",
58
52
  "zod": "^3.23.8"
59
53
  },
@@ -96,6 +90,9 @@
96
90
  },
97
91
  "clean": true
98
92
  },
93
+ "optionalDependencies": {
94
+ "@traceloop/node-server-sdk": "0.22.2"
95
+ },
99
96
  "scripts": {
100
97
  "build": "tsup",
101
98
  "dev": "tsup --watch",