webex-node 3.9.0-multipleLLM.2 → 3.9.0-next.10

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 +30 -28
@@ -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.9.0-multipleLLM.2"
35
+ version: "3.9.0-next.10"
36
36
  });
37
37
 
38
38
  /**
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "directory": "packages/webex-node"
18
18
  },
19
19
  "engines": {
20
- "node": ">=16"
20
+ "node": ">=18"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "yarn build:src",
@@ -28,43 +28,45 @@
28
28
  "deploy:npm": "yarn npm publish"
29
29
  },
30
30
  "devDependencies": {
31
+ "@babel/core": "^7.22.11",
31
32
  "@webex/babel-config-legacy": "0.0.0",
32
33
  "@webex/eslint-config-legacy": "0.0.0",
33
34
  "@webex/jest-config-legacy": "0.0.0",
34
35
  "@webex/legacy-tools": "0.0.0",
35
- "@webex/test-helper-chai": "3.9.0-multipleLLM.0",
36
- "@webex/test-helper-file": "3.9.0-multipleLLM.0",
37
- "@webex/test-helper-mocha": "3.9.0-multipleLLM.0",
38
- "@webex/test-helper-mock-webex": "3.9.0-multipleLLM.0",
39
- "@webex/test-helper-test-users": "3.9.0-multipleLLM.0",
36
+ "@webex/test-helper-chai": "3.8.1-next.11",
37
+ "@webex/test-helper-file": "3.8.1-next.11",
38
+ "@webex/test-helper-mocha": "3.8.1-next.11",
39
+ "@webex/test-helper-mock-webex": "3.8.1-next.11",
40
+ "@webex/test-helper-test-users": "3.8.1-next.11",
40
41
  "eslint": "^8.24.0",
42
+ "prettier": "^2.7.1",
41
43
  "sinon": "^9.2.4"
42
44
  },
43
45
  "dependencies": {
44
46
  "@babel/polyfill": "^7.12.1",
45
47
  "@babel/runtime-corejs2": "^7.14.8",
46
- "@webex/common": "3.9.0-multipleLLM.0",
47
- "@webex/internal-plugin-calendar": "3.9.0-multipleLLM.1",
48
- "@webex/internal-plugin-device": "3.9.0-multipleLLM.1",
49
- "@webex/internal-plugin-llm": "3.9.0-multipleLLM.1",
50
- "@webex/internal-plugin-presence": "3.9.0-multipleLLM.1",
51
- "@webex/internal-plugin-support": "3.9.0-multipleLLM.1",
52
- "@webex/internal-plugin-voicea": "3.9.0-multipleLLM.2",
53
- "@webex/plugin-attachment-actions": "3.9.0-multipleLLM.1",
54
- "@webex/plugin-authorization": "3.9.0-multipleLLM.1",
55
- "@webex/plugin-device-manager": "3.9.0-multipleLLM.1",
56
- "@webex/plugin-encryption": "3.9.0-multipleLLM.1",
57
- "@webex/plugin-logger": "3.9.0-multipleLLM.1",
58
- "@webex/plugin-memberships": "3.9.0-multipleLLM.1",
59
- "@webex/plugin-messages": "3.9.0-multipleLLM.1",
60
- "@webex/plugin-people": "3.9.0-multipleLLM.1",
61
- "@webex/plugin-rooms": "3.9.0-multipleLLM.1",
62
- "@webex/plugin-team-memberships": "3.9.0-multipleLLM.1",
63
- "@webex/plugin-teams": "3.9.0-multipleLLM.1",
64
- "@webex/plugin-webhooks": "3.9.0-multipleLLM.1",
65
- "@webex/storage-adapter-local-storage": "3.9.0-multipleLLM.1",
66
- "@webex/webex-core": "3.9.0-multipleLLM.1",
48
+ "@webex/common": "3.8.1-next.11",
49
+ "@webex/internal-plugin-calendar": "3.9.0-next.8",
50
+ "@webex/internal-plugin-device": "3.9.0-next.6",
51
+ "@webex/internal-plugin-llm": "3.9.0-next.7",
52
+ "@webex/internal-plugin-presence": "3.9.0-next.7",
53
+ "@webex/internal-plugin-support": "3.9.0-next.9",
54
+ "@webex/internal-plugin-voicea": "3.9.0-next.8",
55
+ "@webex/plugin-attachment-actions": "3.9.0-next.8",
56
+ "@webex/plugin-authorization": "3.9.0-next.6",
57
+ "@webex/plugin-device-manager": "3.9.0-next.8",
58
+ "@webex/plugin-encryption": "3.9.0-next.8",
59
+ "@webex/plugin-logger": "3.9.0-next.6",
60
+ "@webex/plugin-memberships": "3.9.0-next.8",
61
+ "@webex/plugin-messages": "3.9.0-next.8",
62
+ "@webex/plugin-people": "3.9.0-next.7",
63
+ "@webex/plugin-rooms": "3.9.0-next.8",
64
+ "@webex/plugin-team-memberships": "3.9.0-next.6",
65
+ "@webex/plugin-teams": "3.9.0-next.6",
66
+ "@webex/plugin-webhooks": "3.9.0-next.6",
67
+ "@webex/storage-adapter-local-storage": "3.9.0-next.6",
68
+ "@webex/webex-core": "3.9.0-next.6",
67
69
  "lodash": "^4.17.21"
68
70
  },
69
- "version": "3.9.0-multipleLLM.2"
71
+ "version": "3.9.0-next.10"
70
72
  }