raindrop-ai 0.0.33 → 0.0.34
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 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -107,7 +107,7 @@ var CategorizationRequestSchema = import_zod.z.object({
|
|
|
107
107
|
// package.json
|
|
108
108
|
var package_default = {
|
|
109
109
|
name: "raindrop-ai",
|
|
110
|
-
version: "0.0.
|
|
110
|
+
version: "0.0.34",
|
|
111
111
|
main: "dist/index.js",
|
|
112
112
|
module: "dist/index.mjs",
|
|
113
113
|
types: "dist/index.d.ts",
|
|
@@ -410,6 +410,7 @@ var PartialClientAiTrack = ClientAiTrack.extend({
|
|
|
410
410
|
var AttachmentTypeSchema = import_zod2.z.enum(["code", "text", "image", "iframe"]);
|
|
411
411
|
|
|
412
412
|
// src/index.ts
|
|
413
|
+
process.env.TRACELOOP_TELEMETRY = void 0;
|
|
413
414
|
var MAX_INGEST_SIZE_BYTES = 1 * 1024 * 1024;
|
|
414
415
|
var Raindrop = class {
|
|
415
416
|
constructor(config) {
|
package/dist/index.mjs
CHANGED
|
@@ -83,7 +83,7 @@ var CategorizationRequestSchema = z.object({
|
|
|
83
83
|
// package.json
|
|
84
84
|
var package_default = {
|
|
85
85
|
name: "raindrop-ai",
|
|
86
|
-
version: "0.0.
|
|
86
|
+
version: "0.0.34",
|
|
87
87
|
main: "dist/index.js",
|
|
88
88
|
module: "dist/index.mjs",
|
|
89
89
|
types: "dist/index.d.ts",
|
|
@@ -261,6 +261,7 @@ var PartialClientAiTrack = ClientAiTrack.extend({
|
|
|
261
261
|
var AttachmentTypeSchema = z2.enum(["code", "text", "image", "iframe"]);
|
|
262
262
|
|
|
263
263
|
// src/index.ts
|
|
264
|
+
process.env.TRACELOOP_TELEMETRY = void 0;
|
|
264
265
|
var MAX_INGEST_SIZE_BYTES = 1 * 1024 * 1024;
|
|
265
266
|
var Raindrop = class {
|
|
266
267
|
constructor(config) {
|