@webex/internal-plugin-search 3.0.0-beta.2 → 3.0.0-beta.4

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/search.js +1 -1
  2. package/package.json +10 -10
package/dist/search.js CHANGED
@@ -134,7 +134,7 @@ var Search = _webexCore.WebexPlugin.extend((_obj = {
134
134
  return resActivities;
135
135
  });
136
136
  },
137
- version: "3.0.0-beta.2"
137
+ version: "3.0.0-beta.4"
138
138
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "bindSearchKey", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "bindSearchKey"), _obj)), _obj));
139
139
 
140
140
  var _default = Search;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-search",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Michael Wegman <mwegman@cisco.com>",
@@ -21,17 +21,17 @@
21
21
  ]
22
22
  },
23
23
  "devDependencies": {
24
- "@webex/test-helper-chai": "3.0.0-beta.2",
25
- "@webex/test-helper-retry": "3.0.0-beta.2",
26
- "@webex/test-helper-test-users": "3.0.0-beta.2"
24
+ "@webex/test-helper-chai": "3.0.0-beta.4",
25
+ "@webex/test-helper-retry": "3.0.0-beta.4",
26
+ "@webex/test-helper-test-users": "3.0.0-beta.4"
27
27
  },
28
28
  "dependencies": {
29
- "@webex/common": "3.0.0-beta.2",
30
- "@webex/internal-plugin-conversation": "3.0.0-beta.2",
31
- "@webex/internal-plugin-device": "3.0.0-beta.2",
32
- "@webex/internal-plugin-encryption": "3.0.0-beta.2",
33
- "@webex/internal-plugin-search": "3.0.0-beta.2",
34
- "@webex/webex-core": "3.0.0-beta.2",
29
+ "@webex/common": "3.0.0-beta.4",
30
+ "@webex/internal-plugin-conversation": "3.0.0-beta.4",
31
+ "@webex/internal-plugin-device": "3.0.0-beta.4",
32
+ "@webex/internal-plugin-encryption": "3.0.0-beta.4",
33
+ "@webex/internal-plugin-search": "3.0.0-beta.4",
34
+ "@webex/webex-core": "3.0.0-beta.4",
35
35
  "lodash": "^4.17.21",
36
36
  "uuid": "^3.3.2"
37
37
  }