@jsii/runtime 1.60.0 → 1.60.1

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.
@@ -15124,7 +15124,7 @@ var __webpack_modules__ = {
15124
15124
  },
15125
15125
  4147: module => {
15126
15126
  "use strict";
15127
- module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.60.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.5.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.60.0","@jsii/check-node":"1.60.0","@jsii/spec":"^1.60.0"},"devDependencies":{"@scope/jsii-calc-base":"^1.60.0","@scope/jsii-calc-lib":"^1.60.0","jsii-build-tools":"^1.60.0","jsii-calc":"^3.20.120","source-map-loader":"^3.0.1","webpack":"^5.72.1","webpack-cli":"^4.9.2"}}');
15127
+ module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.60.1","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.5.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.60.1","@jsii/check-node":"1.60.1","@jsii/spec":"^1.60.1"},"devDependencies":{"@scope/jsii-calc-base":"^1.60.1","@scope/jsii-calc-lib":"^1.60.1","jsii-build-tools":"^1.60.1","jsii-calc":"^3.20.120","source-map-loader":"^3.0.1","webpack":"^5.72.1","webpack-cli":"^4.9.2"}}');
15128
15128
  },
15129
15129
  5277: module => {
15130
15130
  "use strict";
package/webpack.config.js CHANGED
@@ -18,7 +18,7 @@ module.exports = {
18
18
  iife: false,
19
19
  },
20
20
  devtool: 'source-map',
21
- target: 'node14.5',
21
+ target: 'node12', // Continue to target node 12 so that check-node does not fail to load on it.
22
22
  node: {
23
23
  global: false,
24
24
  __filename: false,