@webex/internal-plugin-support 3.7.0-next.6 → 3.7.0-next.7

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/support.js +1 -1
  2. package/package.json +12 -12
package/dist/support.js CHANGED
@@ -169,7 +169,7 @@ var Support = _webexCore.WebexPlugin.extend({
169
169
  }
170
170
  return metadataArray;
171
171
  },
172
- version: "3.7.0-next.6"
172
+ version: "3.7.0-next.7"
173
173
  });
174
174
  var _default = exports.default = Support;
175
175
  //# sourceMappingURL=support.js.map
package/package.json CHANGED
@@ -20,13 +20,13 @@
20
20
  ]
21
21
  },
22
22
  "dependencies": {
23
- "@webex/internal-plugin-device": "3.7.0-next.3",
24
- "@webex/internal-plugin-search": "3.7.0-next.5",
25
- "@webex/test-helper-chai": "3.7.0-next.3",
26
- "@webex/test-helper-file": "3.7.0-next.3",
27
- "@webex/test-helper-mock-webex": "3.7.0-next.3",
28
- "@webex/test-helper-test-users": "3.7.0-next.3",
29
- "@webex/webex-core": "3.7.0-next.3",
23
+ "@webex/internal-plugin-device": "3.7.0-next.4",
24
+ "@webex/internal-plugin-search": "3.7.0-next.6",
25
+ "@webex/test-helper-chai": "3.7.0-next.4",
26
+ "@webex/test-helper-file": "3.7.0-next.4",
27
+ "@webex/test-helper-mock-webex": "3.7.0-next.4",
28
+ "@webex/test-helper-test-users": "3.7.0-next.4",
29
+ "@webex/webex-core": "3.7.0-next.4",
30
30
  "lodash": "^4.17.21",
31
31
  "uuid": "^3.3.2"
32
32
  },
@@ -46,12 +46,12 @@
46
46
  "@webex/eslint-config-legacy": "0.0.0",
47
47
  "@webex/jest-config-legacy": "0.0.0",
48
48
  "@webex/legacy-tools": "0.0.0",
49
- "@webex/test-helper-chai": "3.7.0-next.3",
50
- "@webex/test-helper-mocha": "3.7.0-next.3",
51
- "@webex/test-helper-mock-webex": "3.7.0-next.3",
52
- "@webex/test-helper-test-users": "3.7.0-next.3",
49
+ "@webex/test-helper-chai": "3.7.0-next.4",
50
+ "@webex/test-helper-mocha": "3.7.0-next.4",
51
+ "@webex/test-helper-mock-webex": "3.7.0-next.4",
52
+ "@webex/test-helper-test-users": "3.7.0-next.4",
53
53
  "eslint": "^8.24.0",
54
54
  "prettier": "^2.7.1"
55
55
  },
56
- "version": "3.7.0-next.6"
56
+ "version": "3.7.0-next.7"
57
57
  }