@webex/internal-plugin-calendar 2.60.2 → 2.60.4

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