@knocklabs/node 0.6.6 → 0.6.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knocklabs/node",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Library for interacting with the Knock API",
5
5
  "homepage": "https://github.com/knocklabs/knock-node",
6
6
  "author": "@knocklabs",
package/dist/src/knock.js CHANGED
@@ -136,7 +136,7 @@ class Knock {
136
136
  return __awaiter(this, void 0, void 0, function* () {
137
137
  try {
138
138
  return yield this.client.delete(path, {
139
- params: entity,
139
+ body: entity,
140
140
  });
141
141
  }
142
142
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knocklabs/node",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Library for interacting with the Knock API",
5
5
  "homepage": "https://github.com/knocklabs/knock-node",
6
6
  "author": "@knocklabs",
@@ -45,4 +45,4 @@
45
45
  "engines": {
46
46
  "node": ">=17.5.0"
47
47
  }
48
- }
48
+ }