@webex/internal-plugin-calendar 2.52.12 → 2.52.13

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 +14 -14
package/dist/calendar.js CHANGED
@@ -416,7 +416,7 @@ var Calendar = _webexCore.WebexPlugin.extend({
416
416
  });
417
417
  });
418
418
  },
419
- version: "2.52.12"
419
+ version: "2.52.13"
420
420
  });
421
421
  var _default = Calendar;
422
422
  exports.default = _default;
package/package.json CHANGED
@@ -19,27 +19,27 @@
19
19
  "envify"
20
20
  ]
21
21
  },
22
- "version": "2.52.12",
22
+ "version": "2.52.13",
23
23
  "devDependencies": {
24
24
  "@babel/core": "^7.17.10",
25
- "@webex/babel-config-legacy": "2.52.12",
26
- "@webex/eslint-config-legacy": "2.52.12",
27
- "@webex/jest-config-legacy": "2.52.12",
28
- "@webex/legacy-tools": "2.52.12",
29
- "@webex/test-helper-chai": "2.52.12",
30
- "@webex/test-helper-mocha": "2.52.12",
31
- "@webex/test-helper-mock-webex": "2.52.12",
32
- "@webex/test-helper-retry": "2.52.12",
33
- "@webex/test-helper-test-users": "2.52.12",
25
+ "@webex/babel-config-legacy": "2.52.13",
26
+ "@webex/eslint-config-legacy": "2.52.13",
27
+ "@webex/jest-config-legacy": "2.52.13",
28
+ "@webex/legacy-tools": "2.52.13",
29
+ "@webex/test-helper-chai": "2.52.13",
30
+ "@webex/test-helper-mocha": "2.52.13",
31
+ "@webex/test-helper-mock-webex": "2.52.13",
32
+ "@webex/test-helper-retry": "2.52.13",
33
+ "@webex/test-helper-test-users": "2.52.13",
34
34
  "eslint": "^8.24.0",
35
35
  "prettier": "^2.7.1",
36
36
  "sinon": "^9.2.4"
37
37
  },
38
38
  "dependencies": {
39
- "@webex/internal-plugin-conversation": "2.52.12",
40
- "@webex/internal-plugin-device": "2.52.12",
41
- "@webex/internal-plugin-encryption": "2.52.12",
42
- "@webex/webex-core": "2.52.12",
39
+ "@webex/internal-plugin-conversation": "2.52.13",
40
+ "@webex/internal-plugin-device": "2.52.13",
41
+ "@webex/internal-plugin-encryption": "2.52.13",
42
+ "@webex/webex-core": "2.52.13",
43
43
  "lodash": "^4.17.21",
44
44
  "uuid": "^3.3.2"
45
45
  },