@webex/plugin-webhooks 3.10.0-next.8 → 3.10.0-next.9

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.
Files changed (2) hide show
  1. package/dist/webhooks.js +1 -1
  2. package/package.json +5 -5
package/dist/webhooks.js CHANGED
@@ -242,7 +242,7 @@ var Webhooks = _webexCore.WebexPlugin.extend({
242
242
  return res.body;
243
243
  });
244
244
  },
245
- version: "3.10.0-next.8"
245
+ version: "3.10.0-next.9"
246
246
  });
247
247
  var _default = exports.default = Webhooks;
248
248
  //# sourceMappingURL=webhooks.js.map
package/package.json CHANGED
@@ -33,12 +33,12 @@
33
33
  "sinon": "^9.2.4"
34
34
  },
35
35
  "dependencies": {
36
- "@webex/internal-plugin-device": "3.10.0-next.8",
37
- "@webex/webex-core": "3.10.0-next.8"
36
+ "@webex/internal-plugin-device": "3.10.0-next.9",
37
+ "@webex/webex-core": "3.10.0-next.9"
38
38
  },
39
39
  "peerDependencies": {
40
- "@webex/plugin-logger": "3.10.0-next.8",
41
- "@webex/plugin-rooms": "3.10.0-next.8"
40
+ "@webex/plugin-logger": "3.10.0-next.9",
41
+ "@webex/plugin-rooms": "3.10.0-next.9"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "yarn build:src",
@@ -48,5 +48,5 @@
48
48
  "test:browser": "webex-legacy-tools test --integration --runner karma",
49
49
  "test:style": "eslint ./src/**/*.*"
50
50
  },
51
- "version": "3.10.0-next.8"
51
+ "version": "3.10.0-next.9"
52
52
  }