webex-node 3.12.0-next.5 → 3.12.0-next.51

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/webex-node.js +1 -1
  2. package/package.json +27 -27
@@ -32,7 +32,7 @@ var WebexCore = require('@webex/webex-core').default;
32
32
  var config = require('./config');
33
33
  var WebexNode = WebexCore.extend({
34
34
  webex: true,
35
- version: "3.12.0-next.5"
35
+ version: "3.12.0-next.51"
36
36
  });
37
37
 
38
38
  /**
package/package.json CHANGED
@@ -33,11 +33,11 @@
33
33
  "@webex/eslint-config-legacy": "0.0.0",
34
34
  "@webex/jest-config-legacy": "0.0.0",
35
35
  "@webex/legacy-tools": "0.0.0",
36
- "@webex/test-helper-chai": "3.11.0-next.1",
37
- "@webex/test-helper-file": "3.11.0-next.1",
38
- "@webex/test-helper-mocha": "3.11.0-next.1",
39
- "@webex/test-helper-mock-webex": "3.11.0-next.1",
40
- "@webex/test-helper-test-users": "3.11.0-next.1",
36
+ "@webex/test-helper-chai": "3.12.0-next.5",
37
+ "@webex/test-helper-file": "3.12.0-next.5",
38
+ "@webex/test-helper-mocha": "3.12.0-next.5",
39
+ "@webex/test-helper-mock-webex": "3.12.0-next.5",
40
+ "@webex/test-helper-test-users": "3.12.0-next.5",
41
41
  "eslint": "^8.24.0",
42
42
  "prettier": "^2.7.1",
43
43
  "sinon": "^9.2.4"
@@ -45,28 +45,28 @@
45
45
  "dependencies": {
46
46
  "@babel/polyfill": "^7.12.1",
47
47
  "@babel/runtime-corejs2": "^7.14.8",
48
- "@webex/common": "3.11.0-next.1",
49
- "@webex/internal-plugin-calendar": "3.12.0-next.4",
50
- "@webex/internal-plugin-device": "3.12.0-next.3",
51
- "@webex/internal-plugin-llm": "3.12.0-next.5",
52
- "@webex/internal-plugin-presence": "3.12.0-next.4",
53
- "@webex/internal-plugin-support": "3.12.0-next.4",
54
- "@webex/internal-plugin-voicea": "3.12.0-next.5",
55
- "@webex/plugin-attachment-actions": "3.12.0-next.4",
56
- "@webex/plugin-authorization": "3.12.0-next.3",
57
- "@webex/plugin-device-manager": "3.12.0-next.4",
58
- "@webex/plugin-encryption": "3.12.0-next.4",
59
- "@webex/plugin-logger": "3.12.0-next.3",
60
- "@webex/plugin-memberships": "3.12.0-next.4",
61
- "@webex/plugin-messages": "3.12.0-next.4",
62
- "@webex/plugin-people": "3.12.0-next.4",
63
- "@webex/plugin-rooms": "3.12.0-next.4",
64
- "@webex/plugin-team-memberships": "3.12.0-next.3",
65
- "@webex/plugin-teams": "3.12.0-next.3",
66
- "@webex/plugin-webhooks": "3.12.0-next.3",
67
- "@webex/storage-adapter-local-storage": "3.12.0-next.3",
68
- "@webex/webex-core": "3.12.0-next.3",
48
+ "@webex/common": "3.12.0-next.5",
49
+ "@webex/internal-plugin-calendar": "3.12.0-next.46",
50
+ "@webex/internal-plugin-device": "3.12.0-next.40",
51
+ "@webex/internal-plugin-llm": "3.12.0-next.47",
52
+ "@webex/internal-plugin-presence": "3.12.0-next.44",
53
+ "@webex/internal-plugin-support": "3.12.0-next.46",
54
+ "@webex/internal-plugin-voicea": "3.12.0-next.49",
55
+ "@webex/plugin-attachment-actions": "3.12.0-next.46",
56
+ "@webex/plugin-authorization": "3.12.0-next.40",
57
+ "@webex/plugin-device-manager": "3.12.0-next.46",
58
+ "@webex/plugin-encryption": "3.12.0-next.44",
59
+ "@webex/plugin-logger": "3.12.0-next.40",
60
+ "@webex/plugin-memberships": "3.12.0-next.46",
61
+ "@webex/plugin-messages": "3.12.0-next.46",
62
+ "@webex/plugin-people": "3.12.0-next.44",
63
+ "@webex/plugin-rooms": "3.12.0-next.46",
64
+ "@webex/plugin-team-memberships": "3.12.0-next.40",
65
+ "@webex/plugin-teams": "3.12.0-next.40",
66
+ "@webex/plugin-webhooks": "3.12.0-next.40",
67
+ "@webex/storage-adapter-local-storage": "3.12.0-next.40",
68
+ "@webex/webex-core": "3.12.0-next.40",
69
69
  "lodash": "^4.17.21"
70
70
  },
71
- "version": "3.12.0-next.5"
71
+ "version": "3.12.0-next.51"
72
72
  }