@jsii/runtime 1.116.0 → 1.118.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 +8 -8
- package/webpack/lib/program.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsii/runtime",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.118.0",
|
|
4
4
|
"description": "jsii runtime kernel process",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsc --build && chmod +x bin/jsii-runtime && npx webpack-cli && yarn lint",
|
|
29
29
|
"watch": "tsc --build -w",
|
|
30
|
-
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .js,.ts --ignore-path=.gitignore --ignore-pattern=webpack.config.js",
|
|
30
|
+
"lint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS='--disable-warning=ESLintRCWarning' eslint . --ext .js,.ts --ignore-path=.gitignore --ignore-pattern=webpack.config.js",
|
|
31
31
|
"lint:fix": "yarn lint --fix",
|
|
32
32
|
"test": "jest",
|
|
33
33
|
"test:update": "jest -u",
|
|
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.118.0",
|
|
38
|
+
"@jsii/check-node": "1.118.0",
|
|
39
|
+
"@jsii/spec": "1.118.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.118.0",
|
|
43
|
+
"@scope/jsii-calc-lib": "^1.118.0",
|
|
44
|
+
"jsii-build-tools": "^1.118.0",
|
|
45
45
|
"jsii-calc": "^3.20.120",
|
|
46
46
|
"source-map-loader": "^5.0.0",
|
|
47
47
|
"webpack": "^5.101.3",
|
package/webpack/lib/program.js
CHANGED
|
@@ -155,7 +155,7 @@ var __webpack_modules__ = {
|
|
|
155
155
|
const onExit = __webpack_require__(9743);
|
|
156
156
|
const wire = __webpack_require__(1663);
|
|
157
157
|
const tar = __webpack_require__(7344);
|
|
158
|
-
exports.ASSEMBLY_SUPPORTED_FEATURES = [ "intersection-types" ];
|
|
158
|
+
exports.ASSEMBLY_SUPPORTED_FEATURES = [ "intersection-types", "class-covariant-overrides" ];
|
|
159
159
|
class JsiiFault extends Error {
|
|
160
160
|
constructor(message) {
|
|
161
161
|
super(message);
|
|
@@ -15171,7 +15171,7 @@ var __webpack_modules__ = {
|
|
|
15171
15171
|
},
|
|
15172
15172
|
8330: module => {
|
|
15173
15173
|
"use strict";
|
|
15174
|
-
module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.
|
|
15174
|
+
module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.118.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 && yarn lint","watch":"tsc --build -w","lint":"ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=\'--disable-warning=ESLintRCWarning\' 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.118.0","@jsii/check-node":"1.118.0","@jsii/spec":"1.118.0"},"devDependencies":{"@scope/jsii-calc-base":"^1.118.0","@scope/jsii-calc-lib":"^1.118.0","jsii-build-tools":"^1.118.0","jsii-calc":"^3.20.120","source-map-loader":"^5.0.0","webpack":"^5.101.3","webpack-cli":"^6.0.1"}}');
|
|
15175
15175
|
},
|
|
15176
15176
|
8463: (module, __unused_webpack_exports, __webpack_require__) => {
|
|
15177
15177
|
"use strict";
|