@jsii/runtime 1.60.1 → 1.61.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.61.0",
|
|
4
4
|
"description": "jsii runtime kernel process",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"directory": "packages/@jsii/runtime"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": ">= 14.
|
|
20
|
+
"node": ">= 14.6.0"
|
|
21
21
|
},
|
|
22
22
|
"main": "lib/index.js",
|
|
23
23
|
"types": "lib/index.d.ts",
|
|
@@ -34,17 +34,17 @@
|
|
|
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.61.0",
|
|
38
|
+
"@jsii/check-node": "1.61.0",
|
|
39
|
+
"@jsii/spec": "^1.61.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.61.0",
|
|
43
|
+
"@scope/jsii-calc-lib": "^1.61.0",
|
|
44
|
+
"jsii-build-tools": "^1.61.0",
|
|
45
45
|
"jsii-calc": "^3.20.120",
|
|
46
|
-
"source-map-loader": "^
|
|
47
|
-
"webpack": "^5.
|
|
48
|
-
"webpack-cli": "^4.
|
|
46
|
+
"source-map-loader": "^4.0.0",
|
|
47
|
+
"webpack": "^5.73.0",
|
|
48
|
+
"webpack-cli": "^4.10.0"
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -3704,7 +3704,7 @@ var __webpack_modules__ = {
|
|
|
3704
3704
|
supportedRange: "^12.7.0"
|
|
3705
3705
|
}), new NodeRelease(14, {
|
|
3706
3706
|
endOfLife: new Date("2023-04-30"),
|
|
3707
|
-
supportedRange: "^14.
|
|
3707
|
+
supportedRange: "^14.6.0"
|
|
3708
3708
|
}), new NodeRelease(16, {
|
|
3709
3709
|
endOfLife: new Date("2024-04-30"),
|
|
3710
3710
|
supportedRange: "^16.3.0"
|