@webex/internal-plugin-support 3.9.0-next.5 → 3.9.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 +5 -5
package/dist/support.js CHANGED
@@ -183,7 +183,7 @@ var Support = _webexCore.WebexPlugin.extend({
183
183
  }
184
184
  return metadataArray;
185
185
  },
186
- version: "3.9.0-next.5"
186
+ version: "3.9.0-next.7"
187
187
  });
188
188
  var _default = exports.default = Support;
189
189
  //# sourceMappingURL=support.js.map
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "directory": "packages/@webex/internal-plugin-support"
12
12
  },
13
13
  "engines": {
14
- "node": ">=16"
14
+ "node": ">=18"
15
15
  },
16
16
  "browserify": {
17
17
  "transform": [
@@ -20,13 +20,13 @@
20
20
  ]
21
21
  },
22
22
  "dependencies": {
23
- "@webex/internal-plugin-device": "3.9.0-next.3",
24
- "@webex/internal-plugin-search": "3.9.0-next.4",
23
+ "@webex/internal-plugin-device": "3.9.0-next.5",
24
+ "@webex/internal-plugin-search": "3.9.0-next.6",
25
25
  "@webex/test-helper-chai": "3.8.1-next.11",
26
26
  "@webex/test-helper-file": "3.8.1-next.11",
27
27
  "@webex/test-helper-mock-webex": "3.8.1-next.11",
28
28
  "@webex/test-helper-test-users": "3.8.1-next.11",
29
- "@webex/webex-core": "3.9.0-next.3",
29
+ "@webex/webex-core": "3.9.0-next.5",
30
30
  "lodash": "^4.17.21",
31
31
  "uuid": "^3.3.2"
32
32
  },
@@ -53,5 +53,5 @@
53
53
  "eslint": "^8.24.0",
54
54
  "prettier": "^2.7.1"
55
55
  },
56
- "version": "3.9.0-next.5"
56
+ "version": "3.9.0-next.7"
57
57
  }