raindrop-ai 0.0.47 → 0.0.48

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.
@@ -1840,7 +1840,13 @@ var NoOpTracer = class {
1840
1840
 
1841
1841
  // src/tracing/tracer-core.ts
1842
1842
  var getGlobalRegistry = () => {
1843
- if (typeof window !== "undefined") {
1843
+ if (typeof globalThis !== "undefined") {
1844
+ globalThis.__RAINDROP_TRACING_REGISTRY__ = globalThis.__RAINDROP_TRACING_REGISTRY__ || {
1845
+ hasRealImplementation: false,
1846
+ realImplementation: null
1847
+ };
1848
+ return globalThis.__RAINDROP_TRACING_REGISTRY__;
1849
+ } else if (typeof window !== "undefined") {
1844
1850
  window.__RAINDROP_TRACING_REGISTRY__ = window.__RAINDROP_TRACING_REGISTRY__ || {
1845
1851
  hasRealImplementation: false,
1846
1852
  realImplementation: null
package/dist/index.js CHANGED
@@ -108,7 +108,7 @@ var CategorizationRequestSchema = import_zod.z.object({
108
108
  // package.json
109
109
  var package_default = {
110
110
  name: "raindrop-ai",
111
- version: "0.0.47",
111
+ version: "0.0.48",
112
112
  main: "dist/index.js",
113
113
  module: "dist/index.mjs",
114
114
  types: "dist/index.d.ts",
@@ -392,7 +392,13 @@ var NoOpTracer = class {
392
392
 
393
393
  // src/tracing/tracer-core.ts
394
394
  var getGlobalRegistry = () => {
395
- if (typeof window !== "undefined") {
395
+ if (typeof globalThis !== "undefined") {
396
+ globalThis.__RAINDROP_TRACING_REGISTRY__ = globalThis.__RAINDROP_TRACING_REGISTRY__ || {
397
+ hasRealImplementation: false,
398
+ realImplementation: null
399
+ };
400
+ return globalThis.__RAINDROP_TRACING_REGISTRY__;
401
+ } else if (typeof window !== "undefined") {
396
402
  window.__RAINDROP_TRACING_REGISTRY__ = window.__RAINDROP_TRACING_REGISTRY__ || {
397
403
  hasRealImplementation: false,
398
404
  realImplementation: null
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tracing
3
- } from "./chunk-AWLGY6PO.mjs";
3
+ } from "./chunk-UAOOL33Y.mjs";
4
4
 
5
5
  // ../schemas/src/ingest/index.ts
6
6
  import { z } from "zod";
@@ -84,7 +84,7 @@ var CategorizationRequestSchema = z.object({
84
84
  // package.json
85
85
  var package_default = {
86
86
  name: "raindrop-ai",
87
- version: "0.0.47",
87
+ version: "0.0.48",
88
88
  main: "dist/index.js",
89
89
  module: "dist/index.mjs",
90
90
  types: "dist/index.d.ts",
@@ -146152,7 +146152,13 @@ var NonLiveInteraction = class {
146152
146152
 
146153
146153
  // src/tracing/tracer-core.ts
146154
146154
  var getGlobalRegistry = () => {
146155
- if (typeof window !== "undefined") {
146155
+ if (typeof globalThis !== "undefined") {
146156
+ globalThis.__RAINDROP_TRACING_REGISTRY__ = globalThis.__RAINDROP_TRACING_REGISTRY__ || {
146157
+ hasRealImplementation: false,
146158
+ realImplementation: null
146159
+ };
146160
+ return globalThis.__RAINDROP_TRACING_REGISTRY__;
146161
+ } else if (typeof window !== "undefined") {
146156
146162
  window.__RAINDROP_TRACING_REGISTRY__ = window.__RAINDROP_TRACING_REGISTRY__ || {
146157
146163
  hasRealImplementation: false,
146158
146164
  realImplementation: null
@@ -29,7 +29,7 @@ import {
29
29
  metrics,
30
30
  propagation,
31
31
  trace
32
- } from "../chunk-AWLGY6PO.mjs";
32
+ } from "../chunk-UAOOL33Y.mjs";
33
33
 
34
34
  // ../../node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/core/build/esm/trace/suppress-tracing.js
35
35
  function suppressTracing(context2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raindrop-ai",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",