@upstash/redis 1.20.0-canary.0 → 1.20.1

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.
@@ -4,6 +4,6 @@ import { Command } from "./command.js";
4
4
  */
5
5
  export class JsonForgetCommand extends Command {
6
6
  constructor(cmd, opts) {
7
- super(["JSON.DEL", ...cmd], opts);
7
+ super(["JSON.FORGET", ...cmd], opts);
8
8
  }
9
9
  }
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "v1.20.0-canary.0";
1
+ export const VERSION = "v1.20.1";
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.20.0-canary.0",
6
+ "version": "v1.20.1",
7
7
  "description": "An HTTP/REST based Redis client built on top of Upstash REST API.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -7,7 +7,7 @@ const command_js_1 = require("./command.js");
7
7
  */
8
8
  class JsonForgetCommand extends command_js_1.Command {
9
9
  constructor(cmd, opts) {
10
- super(["JSON.DEL", ...cmd], opts);
10
+ super(["JSON.FORGET", ...cmd], opts);
11
11
  }
12
12
  }
13
13
  exports.JsonForgetCommand = JsonForgetCommand;
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.20.0-canary.0";
4
+ exports.VERSION = "v1.20.1";
@@ -1 +1 @@
1
- export declare const VERSION = "v1.20.0-canary.0";
1
+ export declare const VERSION = "v1.20.1";