@upstash/redis 1.18.4 → 1.18.5-rc.0

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/esm/pkg/http.js CHANGED
@@ -115,12 +115,12 @@ function base64decode(b64) {
115
115
  catch {
116
116
  dec = b64;
117
117
  }
118
- try {
119
- return decodeURIComponent(dec);
120
- }
121
- catch {
122
- return dec;
123
- }
118
+ return dec;
119
+ // try {
120
+ // return decodeURIComponent(dec);
121
+ // } catch {
122
+ // return dec;
123
+ // }
124
124
  }
125
125
  function decode(raw) {
126
126
  let result = undefined;
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "v1.18.4";
1
+ export const VERSION = "v1.18.5-rc.0";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "./script/platforms/nodejs.js",
4
4
  "types": "./types/platforms/nodejs.d.ts",
5
5
  "name": "@upstash/redis",
6
- "version": "v1.18.4",
6
+ "version": "v1.18.5-rc.0",
7
7
  "description": "An HTTP/REST based Redis client built on top of Upstash REST API.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -119,12 +119,12 @@ function base64decode(b64) {
119
119
  catch {
120
120
  dec = b64;
121
121
  }
122
- try {
123
- return decodeURIComponent(dec);
124
- }
125
- catch {
126
- return dec;
127
- }
122
+ return dec;
123
+ // try {
124
+ // return decodeURIComponent(dec);
125
+ // } catch {
126
+ // return dec;
127
+ // }
128
128
  }
129
129
  function decode(raw) {
130
130
  let result = undefined;
package/script/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "v1.18.4";
4
+ exports.VERSION = "v1.18.5-rc.0";
@@ -1 +1 @@
1
- export declare const VERSION = "v1.18.4";
1
+ export declare const VERSION = "v1.18.5-rc.0";