@webex/plugin-webhooks 3.0.0-beta.8 → 3.0.0-beta.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 +8 -8
package/dist/webhooks.js CHANGED
@@ -252,7 +252,7 @@ var Webhooks = _webexCore.WebexPlugin.extend({
252
252
  return res.body;
253
253
  });
254
254
  },
255
- version: "3.0.0-beta.8"
255
+ version: "3.0.0-beta.9"
256
256
  });
257
257
 
258
258
  var _default = Webhooks;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-webhooks",
3
- "version": "3.0.0-beta.8",
3
+ "version": "3.0.0-beta.9",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,15 +20,15 @@
20
20
  ]
21
21
  },
22
22
  "devDependencies": {
23
- "@webex/test-helper-chai": "3.0.0-beta.8",
24
- "@webex/test-helper-test-users": "3.0.0-beta.8",
23
+ "@webex/test-helper-chai": "3.0.0-beta.9",
24
+ "@webex/test-helper-test-users": "3.0.0-beta.9",
25
25
  "sinon": "^9.2.4"
26
26
  },
27
27
  "dependencies": {
28
- "@webex/internal-plugin-device": "3.0.0-beta.8",
29
- "@webex/plugin-logger": "3.0.0-beta.8",
30
- "@webex/plugin-rooms": "3.0.0-beta.8",
31
- "@webex/plugin-webhooks": "3.0.0-beta.8",
32
- "@webex/webex-core": "3.0.0-beta.8"
28
+ "@webex/internal-plugin-device": "3.0.0-beta.9",
29
+ "@webex/plugin-logger": "3.0.0-beta.9",
30
+ "@webex/plugin-rooms": "3.0.0-beta.9",
31
+ "@webex/plugin-webhooks": "3.0.0-beta.9",
32
+ "@webex/webex-core": "3.0.0-beta.9"
33
33
  }
34
34
  }