@jsii/runtime 1.74.0 → 1.76.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsii/runtime",
3
- "version": "1.74.0",
3
+ "version": "1.76.0",
4
4
  "description": "jsii runtime kernel process",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -34,14 +34,14 @@
34
34
  "package": "package-js"
35
35
  },
36
36
  "dependencies": {
37
- "@jsii/kernel": "^1.74.0",
38
- "@jsii/check-node": "1.74.0",
39
- "@jsii/spec": "^1.74.0"
37
+ "@jsii/kernel": "^1.76.0",
38
+ "@jsii/check-node": "1.76.0",
39
+ "@jsii/spec": "^1.76.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@scope/jsii-calc-base": "^1.74.0",
43
- "@scope/jsii-calc-lib": "^1.74.0",
44
- "jsii-build-tools": "^1.74.0",
42
+ "@scope/jsii-calc-base": "^1.76.0",
43
+ "@scope/jsii-calc-lib": "^1.76.0",
44
+ "jsii-build-tools": "^1.76.0",
45
45
  "jsii-calc": "^3.20.120",
46
46
  "source-map-loader": "^4.0.1",
47
47
  "webpack": "^5.75.0",
@@ -3765,11 +3765,18 @@ var __webpack_modules__ = {
3765
3765
  Object.defineProperty(exports, "__esModule", {
3766
3766
  value: true
3767
3767
  });
3768
- exports.checkNode = void 0;
3768
+ exports.checkNode = exports.NodeRelease = void 0;
3769
3769
  const chalk_1 = __webpack_require__(1201);
3770
3770
  const console_1 = __webpack_require__(6206);
3771
3771
  const process_1 = __webpack_require__(7282);
3772
3772
  const constants_1 = __webpack_require__(6829);
3773
+ var constants_2 = __webpack_require__(6829);
3774
+ Object.defineProperty(exports, "NodeRelease", {
3775
+ enumerable: true,
3776
+ get: function() {
3777
+ return constants_2.NodeRelease;
3778
+ }
3779
+ });
3773
3780
  function checkNode(envPrefix = "JSII") {
3774
3781
  const {nodeRelease, knownBroken} = constants_1.NodeRelease.forThisRuntime();
3775
3782
  const defaultCallToAction = "Should you encounter odd runtime issues, please try using one of the supported release before filing a bug report.";