@jibb-open/jssdk 3.14.5 → 3.15.0
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.
- package/package.json +2 -2
- package/types/proto.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jibb-open/jssdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "LOG_LEVEL=error mocha --timeout 10000 ",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"pako": "^2.0.4",
|
|
67
67
|
"raw-loader": "^4.0.2",
|
|
68
68
|
"watch": "^1.0.2",
|
|
69
|
-
"webpack": "^5.
|
|
69
|
+
"webpack": "^5.88.0",
|
|
70
70
|
"webpack-bundle-analyzer": "^4.6.1",
|
|
71
71
|
"webpack-cli": "^4.9.2"
|
|
72
72
|
}
|
package/types/proto.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.types=exports.meeting=exports.ipsa=exports.cilix=void 0;
|
|
1
|
+
"use strict";var _jibbPb=_interopRequireDefault(require("./jibb.pb.js"));Object.defineProperty(exports,"__esModule",{value:!0}),exports.types=exports.meeting=exports.ipsa=exports.cilix=void 0;function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}const ipsa=_jibbPb.default.lookup("jibb.ipsa.v1");exports.ipsa=ipsa;const types=_jibbPb.default.lookup("types");exports.types=types;const cilix=_jibbPb.default.lookup("cilix");exports.cilix=cilix;const meeting=_jibbPb.default.lookup("meeting");exports.meeting=meeting;
|