@webex/plugin-people 2.60.1-next.10 → 2.60.1-next.12
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/dist/people.js +1 -1
- package/package.json +9 -10
package/dist/people.js
CHANGED
|
@@ -193,7 +193,7 @@ var People = _webexCore.WebexPlugin.extend((_obj = {
|
|
|
193
193
|
return res.body;
|
|
194
194
|
});
|
|
195
195
|
},
|
|
196
|
-
version: "2.60.1-next.
|
|
196
|
+
version: "2.60.1-next.12"
|
|
197
197
|
}, ((0, _applyDecoratedDescriptor2.default)(_obj, "_getMe", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "_getMe"), _obj)), _obj));
|
|
198
198
|
var _default = exports.default = People;
|
|
199
199
|
//# sourceMappingURL=people.js.map
|
package/package.json
CHANGED
|
@@ -24,28 +24,27 @@
|
|
|
24
24
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
25
25
|
"@webex/jest-config-legacy": "0.0.0",
|
|
26
26
|
"@webex/legacy-tools": "0.0.0",
|
|
27
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
28
|
-
"@webex/test-helper-mocha": "2.60.1-next.
|
|
29
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
30
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
27
|
+
"@webex/test-helper-chai": "2.60.1-next.12",
|
|
28
|
+
"@webex/test-helper-mocha": "2.60.1-next.12",
|
|
29
|
+
"@webex/test-helper-mock-webex": "2.60.1-next.12",
|
|
30
|
+
"@webex/test-helper-test-users": "2.60.1-next.12",
|
|
31
31
|
"eslint": "^8.24.0",
|
|
32
32
|
"prettier": "^2.7.1",
|
|
33
33
|
"sinon": "^9.2.4"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@webex/common": "2.60.1-next.
|
|
37
|
-
"@webex/internal-plugin-mercury": "2.60.1-next.
|
|
38
|
-
"@webex/webex-core": "2.60.1-next.
|
|
36
|
+
"@webex/common": "2.60.1-next.12",
|
|
37
|
+
"@webex/internal-plugin-mercury": "2.60.1-next.12",
|
|
38
|
+
"@webex/webex-core": "2.60.1-next.12"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "yarn build:src",
|
|
42
42
|
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
|
|
43
43
|
"deploy:npm": "yarn npm publish",
|
|
44
44
|
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
|
|
45
|
-
"test:browser:broken": "webex-legacy-tools test --integration --
|
|
46
|
-
"test:integration": "webex-legacy-tools test --integration --runner mocha",
|
|
45
|
+
"test:browser:broken": "webex-legacy-tools test --integration --runner karma",
|
|
47
46
|
"test:style": "eslint ./src/**/*.*",
|
|
48
47
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
49
48
|
},
|
|
50
|
-
"version": "2.60.1-next.
|
|
49
|
+
"version": "2.60.1-next.12"
|
|
51
50
|
}
|