@webex/internal-plugin-search 2.60.1-next.1 → 2.60.1-next.11
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/search.js +1 -1
- package/package.json +13 -15
package/dist/search.js
CHANGED
|
@@ -109,7 +109,7 @@ var Search = _webexCore.WebexPlugin.extend((_obj = {
|
|
|
109
109
|
return resActivities;
|
|
110
110
|
});
|
|
111
111
|
},
|
|
112
|
-
version: "2.60.1-next.
|
|
112
|
+
version: "2.60.1-next.11"
|
|
113
113
|
}, ((0, _applyDecoratedDescriptor2.default)(_obj, "bindSearchKey", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "bindSearchKey"), _obj)), _obj));
|
|
114
114
|
var _default = exports.default = Search;
|
|
115
115
|
//# sourceMappingURL=search.js.map
|
package/package.json
CHANGED
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
26
26
|
"@webex/jest-config-legacy": "0.0.0",
|
|
27
27
|
"@webex/legacy-tools": "0.0.0",
|
|
28
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
29
|
-
"@webex/test-helper-mocha": "2.60.1-next.
|
|
30
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
31
|
-
"@webex/test-helper-retry": "2.60.1-next.
|
|
32
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
28
|
+
"@webex/test-helper-chai": "2.60.1-next.11",
|
|
29
|
+
"@webex/test-helper-mocha": "2.60.1-next.11",
|
|
30
|
+
"@webex/test-helper-mock-webex": "2.60.1-next.11",
|
|
31
|
+
"@webex/test-helper-retry": "2.60.1-next.11",
|
|
32
|
+
"@webex/test-helper-test-users": "2.60.1-next.11",
|
|
33
33
|
"eslint": "^8.24.0",
|
|
34
34
|
"prettier": "^2.7.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@webex/common": "2.60.1-next.
|
|
38
|
-
"@webex/internal-plugin-conversation": "2.60.1-next.
|
|
39
|
-
"@webex/internal-plugin-device": "2.60.1-next.
|
|
40
|
-
"@webex/internal-plugin-encryption": "2.60.1-next.
|
|
41
|
-
"@webex/webex-core": "2.60.1-next.
|
|
37
|
+
"@webex/common": "2.60.1-next.11",
|
|
38
|
+
"@webex/internal-plugin-conversation": "2.60.1-next.11",
|
|
39
|
+
"@webex/internal-plugin-device": "2.60.1-next.11",
|
|
40
|
+
"@webex/internal-plugin-encryption": "2.60.1-next.11",
|
|
41
|
+
"@webex/webex-core": "2.60.1-next.11",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
43
|
"uuid": "^3.3.2"
|
|
44
44
|
},
|
|
@@ -47,10 +47,8 @@
|
|
|
47
47
|
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
|
|
48
48
|
"deploy:npm": "yarn npm publish",
|
|
49
49
|
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
|
|
50
|
-
"test:browser": "webex-legacy-tools test --integration --
|
|
51
|
-
"test:
|
|
52
|
-
"test:style": "eslint ./src/**/*.*",
|
|
53
|
-
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
50
|
+
"test:browser": "webex-legacy-tools test --integration --runner karma",
|
|
51
|
+
"test:style": "eslint ./src/**/*.*"
|
|
54
52
|
},
|
|
55
|
-
"version": "2.60.1-next.
|
|
53
|
+
"version": "2.60.1-next.11"
|
|
56
54
|
}
|