@webex/recipe-private-web-client 3.12.0-llmrefactor.1 → 3.12.0-llmrefactor.2
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.
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -20,24 +20,24 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@webex/internal-plugin-avatar": "3.12.0-llmrefactor.1",
|
|
23
|
-
"@webex/internal-plugin-board": "3.12.0-llmrefactor.
|
|
24
|
-
"@webex/internal-plugin-calendar": "3.12.0-llmrefactor.
|
|
25
|
-
"@webex/internal-plugin-conversation": "3.12.0-llmrefactor.
|
|
23
|
+
"@webex/internal-plugin-board": "3.12.0-llmrefactor.2",
|
|
24
|
+
"@webex/internal-plugin-calendar": "3.12.0-llmrefactor.2",
|
|
25
|
+
"@webex/internal-plugin-conversation": "3.12.0-llmrefactor.2",
|
|
26
26
|
"@webex/internal-plugin-device": "3.12.0-llmrefactor.1",
|
|
27
|
-
"@webex/internal-plugin-encryption": "3.12.0-llmrefactor.
|
|
27
|
+
"@webex/internal-plugin-encryption": "3.12.0-llmrefactor.2",
|
|
28
28
|
"@webex/internal-plugin-feature": "3.12.0-llmrefactor.1",
|
|
29
|
-
"@webex/internal-plugin-flag": "3.12.0-llmrefactor.
|
|
30
|
-
"@webex/internal-plugin-lyra": "3.12.0-llmrefactor.
|
|
31
|
-
"@webex/internal-plugin-mercury": "3.12.0-llmrefactor.
|
|
29
|
+
"@webex/internal-plugin-flag": "3.12.0-llmrefactor.2",
|
|
30
|
+
"@webex/internal-plugin-lyra": "3.12.0-llmrefactor.2",
|
|
31
|
+
"@webex/internal-plugin-mercury": "3.12.0-llmrefactor.2",
|
|
32
32
|
"@webex/internal-plugin-metrics": "3.12.0-llmrefactor.1",
|
|
33
|
-
"@webex/internal-plugin-presence": "3.12.0-llmrefactor.
|
|
34
|
-
"@webex/internal-plugin-search": "3.12.0-llmrefactor.
|
|
35
|
-
"@webex/internal-plugin-support": "3.12.0-llmrefactor.
|
|
36
|
-
"@webex/internal-plugin-team": "3.12.0-llmrefactor.
|
|
33
|
+
"@webex/internal-plugin-presence": "3.12.0-llmrefactor.2",
|
|
34
|
+
"@webex/internal-plugin-search": "3.12.0-llmrefactor.2",
|
|
35
|
+
"@webex/internal-plugin-support": "3.12.0-llmrefactor.2",
|
|
36
|
+
"@webex/internal-plugin-team": "3.12.0-llmrefactor.2",
|
|
37
37
|
"@webex/internal-plugin-user": "3.12.0-llmrefactor.1",
|
|
38
38
|
"@webex/plugin-authorization-browser-first-party": "3.12.0-llmrefactor.1",
|
|
39
39
|
"@webex/plugin-logger": "3.12.0-llmrefactor.1",
|
|
40
|
-
"@webex/plugin-people": "3.12.0-llmrefactor.
|
|
40
|
+
"@webex/plugin-people": "3.12.0-llmrefactor.2",
|
|
41
41
|
"@webex/storage-adapter-local-forage": "3.12.0-llmrefactor.1",
|
|
42
42
|
"@webex/storage-adapter-local-storage": "3.12.0-llmrefactor.1",
|
|
43
43
|
"@webex/webex-core": "3.12.0-llmrefactor.1",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"@webex/legacy-tools": "0.0.0",
|
|
61
61
|
"@webex/test-helper-chai": "3.12.0-llmrefactor.1",
|
|
62
62
|
"@webex/test-helper-mocha": "3.12.0-llmrefactor.1",
|
|
63
|
-
"@webex/test-helper-mock-webex": "3.12.0-llmrefactor.
|
|
64
|
-
"@webex/test-helper-test-users": "3.12.0-llmrefactor.
|
|
63
|
+
"@webex/test-helper-mock-webex": "3.12.0-llmrefactor.0",
|
|
64
|
+
"@webex/test-helper-test-users": "3.12.0-llmrefactor.0",
|
|
65
65
|
"eslint": "^8.24.0",
|
|
66
66
|
"prettier": "^2.7.1"
|
|
67
67
|
},
|
|
68
|
-
"version": "3.12.0-llmrefactor.
|
|
68
|
+
"version": "3.12.0-llmrefactor.2"
|
|
69
69
|
}
|