@jsii/runtime 1.92.0 → 1.93.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.
|
|
3
|
+
"version": "1.93.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.
|
|
38
|
-
"@jsii/check-node": "1.
|
|
39
|
-
"@jsii/spec": "^1.
|
|
37
|
+
"@jsii/kernel": "^1.93.0",
|
|
38
|
+
"@jsii/check-node": "1.93.0",
|
|
39
|
+
"@jsii/spec": "^1.93.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@scope/jsii-calc-base": "^1.
|
|
43
|
-
"@scope/jsii-calc-lib": "^1.
|
|
44
|
-
"jsii-build-tools": "^1.
|
|
42
|
+
"@scope/jsii-calc-base": "^1.93.0",
|
|
43
|
+
"@scope/jsii-calc-lib": "^1.93.0",
|
|
44
|
+
"jsii-build-tools": "^1.93.0",
|
|
45
45
|
"jsii-calc": "^3.20.120",
|
|
46
46
|
"source-map-loader": "^4.0.1",
|
|
47
47
|
"webpack": "^5.89.0",
|
|
@@ -3794,30 +3794,35 @@ var __webpack_modules__ = {
|
|
|
3794
3794
|
NodeRelease.DEPRECATION_WINDOW_MS = 30 * ONE_DAY_IN_MILLISECONDS;
|
|
3795
3795
|
NodeRelease.ALL_RELEASES = [ ...[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ].map((majorVersion => new NodeRelease(majorVersion, {
|
|
3796
3796
|
endOfLife: true
|
|
3797
|
-
}))), new NodeRelease(
|
|
3798
|
-
endOfLife: new Date("
|
|
3797
|
+
}))), new NodeRelease(12, {
|
|
3798
|
+
endOfLife: new Date("2022-04-30"),
|
|
3799
|
+
supportedRange: "^12.7.0"
|
|
3800
|
+
}), new NodeRelease(13, {
|
|
3801
|
+
endOfLife: new Date("2020-06-01"),
|
|
3802
|
+
untested: true
|
|
3799
3803
|
}), new NodeRelease(14, {
|
|
3800
3804
|
endOfLife: new Date("2023-04-30"),
|
|
3801
3805
|
supportedRange: "^14.17.0"
|
|
3802
3806
|
}), new NodeRelease(15, {
|
|
3803
|
-
endOfLife: new Date("2021-06-01")
|
|
3804
|
-
|
|
3805
|
-
endOfLife: new Date("2022-04-30"),
|
|
3806
|
-
supportedRange: "^12.7.0"
|
|
3807
|
+
endOfLife: new Date("2021-06-01"),
|
|
3808
|
+
untested: true
|
|
3807
3809
|
}), new NodeRelease(16, {
|
|
3808
3810
|
endOfLife: new Date("2023-09-11"),
|
|
3809
3811
|
supportedRange: "^16.3.0"
|
|
3810
3812
|
}), new NodeRelease(17, {
|
|
3811
3813
|
endOfLife: new Date("2022-06-01"),
|
|
3812
|
-
supportedRange: "^17.3.0"
|
|
3814
|
+
supportedRange: "^17.3.0",
|
|
3815
|
+
untested: true
|
|
3813
3816
|
}), new NodeRelease(19, {
|
|
3814
|
-
endOfLife: new Date("2023-06-01")
|
|
3817
|
+
endOfLife: new Date("2023-06-01"),
|
|
3818
|
+
untested: true
|
|
3815
3819
|
}), new NodeRelease(18, {
|
|
3816
3820
|
endOfLife: new Date("2025-04-30")
|
|
3817
3821
|
}), new NodeRelease(20, {
|
|
3818
3822
|
endOfLife: new Date("2026-04-30")
|
|
3819
3823
|
}), new NodeRelease(21, {
|
|
3820
|
-
endOfLife: new Date("2024-06-01")
|
|
3824
|
+
endOfLife: new Date("2024-06-01"),
|
|
3825
|
+
untested: true
|
|
3821
3826
|
}) ];
|
|
3822
3827
|
},
|
|
3823
3828
|
7962: (__unused_webpack_module, exports, __webpack_require__) => {
|
package/webpack/lib/program.js
CHANGED
|
@@ -17467,7 +17467,7 @@ var __webpack_modules__ = {
|
|
|
17467
17467
|
},
|
|
17468
17468
|
4147: module => {
|
|
17469
17469
|
"use strict";
|
|
17470
|
-
module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.
|
|
17470
|
+
module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.93.0","description":"jsii runtime kernel process","license":"Apache-2.0","author":{"name":"Amazon Web Services","url":"https://aws.amazon.com"},"homepage":"https://github.com/aws/jsii","bugs":{"url":"https://github.com/aws/jsii/issues"},"repository":{"type":"git","url":"https://github.com/aws/jsii.git","directory":"packages/@jsii/runtime"},"engines":{"node":">= 14.17.0"},"main":"lib/index.js","types":"lib/index.d.ts","bin":{"jsii-runtime":"bin/jsii-runtime"},"scripts":{"build":"tsc --build && chmod +x bin/jsii-runtime && npx webpack-cli && npm run lint","watch":"tsc --build -w","lint":"eslint . --ext .js,.ts --ignore-path=.gitignore --ignore-pattern=webpack.config.js","lint:fix":"yarn lint --fix","test":"jest","test:update":"jest -u","package":"package-js"},"dependencies":{"@jsii/kernel":"^1.93.0","@jsii/check-node":"1.93.0","@jsii/spec":"^1.93.0"},"devDependencies":{"@scope/jsii-calc-base":"^1.93.0","@scope/jsii-calc-lib":"^1.93.0","jsii-build-tools":"^1.93.0","jsii-calc":"^3.20.120","source-map-loader":"^4.0.1","webpack":"^5.89.0","webpack-cli":"^5.1.4"}}');
|
|
17471
17471
|
},
|
|
17472
17472
|
5277: module => {
|
|
17473
17473
|
"use strict";
|