@webex/internal-plugin-calendar 3.11.0-next.7 → 3.11.0-next.8

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/calendar.js +1 -1
  2. package/package.json +5 -5
package/dist/calendar.js CHANGED
@@ -453,7 +453,7 @@ var Calendar = _webexCore.WebexPlugin.extend({
453
453
  throw error;
454
454
  });
455
455
  },
456
- version: "3.11.0-next.7"
456
+ version: "3.11.0-next.8"
457
457
  });
458
458
  var _default = exports.default = Calendar;
459
459
  //# sourceMappingURL=calendar.js.map
package/package.json CHANGED
@@ -35,10 +35,10 @@
35
35
  "sinon": "^9.2.4"
36
36
  },
37
37
  "dependencies": {
38
- "@webex/internal-plugin-conversation": "3.11.0-next.6",
39
- "@webex/internal-plugin-device": "3.11.0-next.5",
40
- "@webex/internal-plugin-encryption": "3.11.0-next.6",
41
- "@webex/webex-core": "3.11.0-next.5",
38
+ "@webex/internal-plugin-conversation": "3.11.0-next.7",
39
+ "@webex/internal-plugin-device": "3.11.0-next.6",
40
+ "@webex/internal-plugin-encryption": "3.11.0-next.7",
41
+ "@webex/webex-core": "3.11.0-next.6",
42
42
  "lodash": "^4.17.21",
43
43
  "uuid": "^3.3.2"
44
44
  },
@@ -51,5 +51,5 @@
51
51
  "test:style": "eslint ./src/**/*.*",
52
52
  "test:unit": "webex-legacy-tools test --unit --runner jest"
53
53
  },
54
- "version": "3.11.0-next.7"
54
+ "version": "3.11.0-next.8"
55
55
  }