raindrop-ai 0.0.66 → 0.0.67-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.
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -128,7 +128,7 @@ var CategorizationRequestSchema = import_zod.z.object({
|
|
|
128
128
|
// package.json
|
|
129
129
|
var package_default = {
|
|
130
130
|
name: "raindrop-ai",
|
|
131
|
-
version: "0.0.
|
|
131
|
+
version: "0.0.67",
|
|
132
132
|
main: "dist/index.js",
|
|
133
133
|
module: "dist/index.mjs",
|
|
134
134
|
types: "dist/index.d.ts",
|
|
@@ -178,7 +178,7 @@ var package_default = {
|
|
|
178
178
|
zod: "^3.23.8"
|
|
179
179
|
},
|
|
180
180
|
optionalDependencies: {
|
|
181
|
-
"@traceloop/node-server-sdk": "^0.
|
|
181
|
+
"@traceloop/node-server-sdk": "^0.19.0-otel-v1"
|
|
182
182
|
},
|
|
183
183
|
publishConfig: {
|
|
184
184
|
access: "public"
|
package/dist/index.mjs
CHANGED
|
@@ -104,7 +104,7 @@ var CategorizationRequestSchema = z.object({
|
|
|
104
104
|
// package.json
|
|
105
105
|
var package_default = {
|
|
106
106
|
name: "raindrop-ai",
|
|
107
|
-
version: "0.0.
|
|
107
|
+
version: "0.0.67",
|
|
108
108
|
main: "dist/index.js",
|
|
109
109
|
module: "dist/index.mjs",
|
|
110
110
|
types: "dist/index.d.ts",
|
|
@@ -154,7 +154,7 @@ var package_default = {
|
|
|
154
154
|
zod: "^3.23.8"
|
|
155
155
|
},
|
|
156
156
|
optionalDependencies: {
|
|
157
|
-
"@traceloop/node-server-sdk": "^0.
|
|
157
|
+
"@traceloop/node-server-sdk": "^0.19.0-otel-v1"
|
|
158
158
|
},
|
|
159
159
|
publishConfig: {
|
|
160
160
|
access: "public"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "raindrop-ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67-otelv2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"zod": "^3.23.8"
|
|
51
51
|
},
|
|
52
52
|
"optionalDependencies": {
|
|
53
|
-
"@traceloop/node-server-sdk": "^0.
|
|
53
|
+
"@traceloop/node-server-sdk": "^0.22.2"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
@@ -76,4 +76,4 @@
|
|
|
76
76
|
},
|
|
77
77
|
"clean": true
|
|
78
78
|
}
|
|
79
|
-
}
|
|
79
|
+
}
|