@webex/internal-plugin-calendar 2.53.0 → 2.53.1

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
@@ -418,7 +418,7 @@ var Calendar = _webexCore.WebexPlugin.extend({
418
418
  });
419
419
  });
420
420
  },
421
- version: "2.53.0"
421
+ version: "2.53.1"
422
422
  });
423
423
  var _default = Calendar;
424
424
  exports.default = _default;
package/package.json CHANGED
@@ -19,27 +19,27 @@
19
19
  "envify"
20
20
  ]
21
21
  },
22
- "version": "2.53.0",
22
+ "version": "2.53.1",
23
23
  "devDependencies": {
24
24
  "@babel/core": "^7.17.10",
25
- "@webex/babel-config-legacy": "2.53.0",
26
- "@webex/eslint-config-legacy": "2.53.0",
27
- "@webex/jest-config-legacy": "2.53.0",
28
- "@webex/legacy-tools": "2.53.0",
29
- "@webex/test-helper-chai": "2.53.0",
30
- "@webex/test-helper-mocha": "2.53.0",
31
- "@webex/test-helper-mock-webex": "2.53.0",
32
- "@webex/test-helper-retry": "2.53.0",
33
- "@webex/test-helper-test-users": "2.53.0",
25
+ "@webex/babel-config-legacy": "2.53.1",
26
+ "@webex/eslint-config-legacy": "2.53.1",
27
+ "@webex/jest-config-legacy": "2.53.1",
28
+ "@webex/legacy-tools": "2.53.1",
29
+ "@webex/test-helper-chai": "2.53.1",
30
+ "@webex/test-helper-mocha": "2.53.1",
31
+ "@webex/test-helper-mock-webex": "2.53.1",
32
+ "@webex/test-helper-retry": "2.53.1",
33
+ "@webex/test-helper-test-users": "2.53.1",
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.53.0",
40
- "@webex/internal-plugin-device": "2.53.0",
41
- "@webex/internal-plugin-encryption": "2.53.0",
42
- "@webex/webex-core": "2.53.0",
39
+ "@webex/internal-plugin-conversation": "2.53.1",
40
+ "@webex/internal-plugin-device": "2.53.1",
41
+ "@webex/internal-plugin-encryption": "2.53.1",
42
+ "@webex/webex-core": "2.53.1",
43
43
  "lodash": "^4.17.21",
44
44
  "uuid": "^3.3.2"
45
45
  },