@webex/plugin-webhooks 3.10.0-next.1 → 3.10.0-next.3

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
@@ -241,7 +241,7 @@ var Webhooks = _webexCore.WebexPlugin.extend({
241
241
  return res.body;
242
242
  });
243
243
  },
244
- version: "3.10.0-next.1"
244
+ version: "3.10.0-next.3"
245
245
  });
246
246
  var _default = exports.default = Webhooks;
247
247
  //# 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.1",
37
- "@webex/webex-core": "3.10.0-next.1"
36
+ "@webex/internal-plugin-device": "3.10.0-next.3",
37
+ "@webex/webex-core": "3.10.0-next.3"
38
38
  },
39
39
  "peerDependencies": {
40
- "@webex/plugin-logger": "3.10.0-next.1",
41
- "@webex/plugin-rooms": "3.10.0-next.1"
40
+ "@webex/plugin-logger": "3.10.0-next.3",
41
+ "@webex/plugin-rooms": "3.10.0-next.3"
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.1"
51
+ "version": "3.10.0-next.3"
52
52
  }