@upstash/redis 0.0.0-ci.9722909577fc3b6b939d0c937c6ba5f8e8287ee4 → 0.0.0-ci.9c8ec5f432ed1802c5f55981be05fa44dc6d8db7
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/.npmrc +1 -1
- package/cloudflare.d.mts +2 -2
- package/cloudflare.d.ts +2 -2
- package/cloudflare.js +1 -3062
- package/cloudflare.mjs +1 -3025
- package/fastly.d.mts +2 -2
- package/fastly.d.ts +2 -2
- package/fastly.js +1 -3037
- package/fastly.mjs +1 -3000
- package/nodejs.d.mts +2 -2
- package/nodejs.d.ts +2 -2
- package/nodejs.js +1 -3063
- package/nodejs.mjs +1 -3026
- package/package.json +1 -1
- package/{redis-e3e8473f.d.ts → redis-b1b1b1df.d.ts} +164 -0
- package/cloudflare.js.map +0 -1
- package/cloudflare.mjs.map +0 -1
- package/fastly.js.map +0 -1
- package/fastly.mjs.map +0 -1
- package/nodejs.js.map +0 -1
- package/nodejs.mjs.map +0 -1
package/.npmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
//registry.npmjs.org/:_authToken=
|
|
1
|
+
//registry.npmjs.org/:_authToken=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
|
package/cloudflare.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as RedisOptions, a as RequesterConfig, b as Redis$1 } from './redis-
|
|
2
|
-
export { c as Requester, U as UpstashRequest, d as UpstashResponse } from './redis-
|
|
1
|
+
import { R as RedisOptions, a as RequesterConfig, b as Redis$1 } from './redis-b1b1b1df.js';
|
|
2
|
+
export { c as Requester, U as UpstashRequest, d as UpstashResponse } from './redis-b1b1b1df.js';
|
|
3
3
|
|
|
4
4
|
type Env = {
|
|
5
5
|
UPSTASH_DISABLE_TELEMETRY?: string;
|
package/cloudflare.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as RedisOptions, a as RequesterConfig, b as Redis$1 } from './redis-
|
|
2
|
-
export { c as Requester, U as UpstashRequest, d as UpstashResponse } from './redis-
|
|
1
|
+
import { R as RedisOptions, a as RequesterConfig, b as Redis$1 } from './redis-b1b1b1df.js';
|
|
2
|
+
export { c as Requester, U as UpstashRequest, d as UpstashResponse } from './redis-b1b1b1df.js';
|
|
3
3
|
|
|
4
4
|
type Env = {
|
|
5
5
|
UPSTASH_DISABLE_TELEMETRY?: string;
|