@webex/internal-plugin-support 3.12.0-next.22 → 3.12.0-next.23

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 +4 -4
package/dist/support.js CHANGED
@@ -193,7 +193,7 @@ var Support = _webexCore.WebexPlugin.extend({
193
193
  }
194
194
  return metadataArray;
195
195
  },
196
- version: "3.12.0-next.22"
196
+ version: "3.12.0-next.23"
197
197
  });
198
198
  var _default = exports.default = Support;
199
199
  //# 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.12.0-next.20",
24
- "@webex/internal-plugin-search": "3.12.0-next.22",
23
+ "@webex/internal-plugin-device": "3.12.0-next.21",
24
+ "@webex/internal-plugin-search": "3.12.0-next.23",
25
25
  "@webex/test-helper-chai": "3.12.0-next.3",
26
26
  "@webex/test-helper-file": "3.12.0-next.3",
27
27
  "@webex/test-helper-mock-webex": "3.12.0-next.3",
28
28
  "@webex/test-helper-test-users": "3.12.0-next.3",
29
- "@webex/webex-core": "3.12.0-next.20",
29
+ "@webex/webex-core": "3.12.0-next.21",
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.12.0-next.22"
56
+ "version": "3.12.0-next.23"
57
57
  }