@webex/contact-center 3.12.0-next.101 → 3.12.0-next.103

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.
@@ -11,18 +11,24 @@
11
11
  },
12
12
  "topology": "Orchestrator-plus-components",
13
13
  "commands": {
14
+ "compile": {
15
+ "command": "yarn workspace @webex/contact-center compile",
16
+ "source_file": "packages/@webex/contact-center/package.json",
17
+ "verified_at": "2026-08-05T10:53:14Z"
18
+ },
14
19
  "build": {
15
20
  "command": "yarn workspace @webex/contact-center build:src",
16
21
  "source_file": "package.json"
17
22
  },
23
+ "unit-test": {
24
+ "command": "yarn workspace @webex/contact-center test:unit",
25
+ "source_file": "packages/@webex/contact-center/package.json",
26
+ "verified_at": "2026-08-05T10:53:14Z"
27
+ },
18
28
  "test": {
19
29
  "command": "yarn workspace @webex/contact-center test",
20
30
  "source_file": "package.json"
21
31
  },
22
- "test:unit": {
23
- "command": "yarn workspace @webex/contact-center test:unit",
24
- "source_file": "package.json"
25
- },
26
32
  "lint": {
27
33
  "command": "yarn workspace @webex/contact-center test:style",
28
34
  "source_file": "package.json"
package/dist/webex.js CHANGED
@@ -41,7 +41,7 @@ if (!global.Buffer) {
41
41
  */
42
42
  const Webex = _webexCore.default.extend({
43
43
  webex: true,
44
- version: `3.12.0-next.101`
44
+ version: `3.12.0-next.103`
45
45
  });
46
46
 
47
47
  /**
package/package.json CHANGED
@@ -34,6 +34,7 @@
34
34
  "scripts": {
35
35
  "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
36
36
  "build": " yarn workspace @webex/calling run build:src && yarn exec tsc --declaration true --declarationDir ./dist/types",
37
+ "compile": "yarn workspaces foreach -tR --from @webex/contact-center run build:src",
37
38
  "fix:lint": "eslint 'src/**/*.ts' --fix",
38
39
  "build:docs": "typedoc --out ../../../docs/wxcc",
39
40
  "fix:prettier": "prettier \"src/**/*.ts\" --write",
@@ -45,13 +46,13 @@
45
46
  },
46
47
  "dependencies": {
47
48
  "@types/platform": "1.3.4",
48
- "@webex/calling": "3.12.0-next.85",
49
- "@webex/internal-plugin-mercury": "3.12.0-next.42",
50
- "@webex/internal-plugin-metrics": "3.12.0-next.39",
51
- "@webex/internal-plugin-support": "3.12.0-next.44",
52
- "@webex/plugin-authorization": "3.12.0-next.39",
53
- "@webex/plugin-logger": "3.12.0-next.39",
54
- "@webex/webex-core": "3.12.0-next.39",
49
+ "@webex/calling": "3.12.0-next.87",
50
+ "@webex/internal-plugin-mercury": "3.12.0-next.43",
51
+ "@webex/internal-plugin-metrics": "3.12.0-next.40",
52
+ "@webex/internal-plugin-support": "3.12.0-next.45",
53
+ "@webex/plugin-authorization": "3.12.0-next.40",
54
+ "@webex/plugin-logger": "3.12.0-next.40",
55
+ "@webex/webex-core": "3.12.0-next.40",
55
56
  "jest-html-reporters": "3.0.11",
56
57
  "lodash": "^4.17.21",
57
58
  "uuid": "^3.3.2",
@@ -83,5 +84,5 @@
83
84
  "typedoc": "^0.25.0",
84
85
  "typescript": "5.4.5"
85
86
  },
86
- "version": "3.12.0-next.101"
87
+ "version": "3.12.0-next.103"
87
88
  }