@jsii/runtime 1.47.0 → 1.51.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.47.0",
3
+ "version": "1.51.0",
4
4
  "description": "jsii runtime kernel process",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -34,24 +34,24 @@
34
34
  "package": "package-js"
35
35
  },
36
36
  "dependencies": {
37
- "@jsii/kernel": "^1.47.0",
38
- "@jsii/check-node": "1.47.0",
39
- "@jsii/spec": "^1.47.0"
37
+ "@jsii/kernel": "^1.51.0",
38
+ "@jsii/check-node": "1.51.0",
39
+ "@jsii/spec": "^1.51.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@scope/jsii-calc-base": "^1.47.0",
43
- "@scope/jsii-calc-lib": "^1.47.0",
42
+ "@scope/jsii-calc-base": "^1.51.0",
43
+ "@scope/jsii-calc-lib": "^1.51.0",
44
44
  "@types/jest": "^27.0.3",
45
- "@types/node": "^12.20.37",
46
- "eslint": "^8.3.0",
47
- "jest": "^27.3.1",
48
- "jsii-build-tools": "^1.47.0",
45
+ "@types/node": "^12.20.39",
46
+ "eslint": "^8.5.0",
47
+ "jest": "^27.4.5",
48
+ "jsii-build-tools": "^1.51.0",
49
49
  "jsii-calc": "^3.20.120",
50
- "prettier": "^2.4.1",
50
+ "prettier": "^2.5.1",
51
51
  "source-map-loader": "^3.0.0",
52
- "ts-jest": "^27.0.7",
52
+ "ts-jest": "^27.1.2",
53
53
  "typescript": "~3.9.10",
54
- "webpack": "^5.64.3",
54
+ "webpack": "^5.65.0",
55
55
  "webpack-cli": "^4.9.1"
56
56
  }
57
57
  }
@@ -4040,7 +4040,7 @@ var __webpack_modules__ = {
4040
4040
  if (Buffer.isBuffer(chunk) && this[ENCODING]) chunk = this[DECODER].write(chunk);
4041
4041
  if (this.flowing) {
4042
4042
  if (this[BUFFERLENGTH] !== 0) this[FLUSH](true);
4043
- this.emit("data", chunk);
4043
+ this.flowing ? this.emit("data", chunk) : this[BUFFERPUSH](chunk);
4044
4044
  } else this[BUFFERPUSH](chunk);
4045
4045
  if (this[BUFFERLENGTH] !== 0) this.emit("readable");
4046
4046
  if (cb) cb();
@@ -10182,7 +10182,7 @@ var __webpack_modules__ = {
10182
10182
  },
10183
10183
  4147: module => {
10184
10184
  "use strict";
10185
- module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.47.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":">= 12.7.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.47.0","@jsii/check-node":"1.47.0","@jsii/spec":"^1.47.0"},"devDependencies":{"@scope/jsii-calc-base":"^1.47.0","@scope/jsii-calc-lib":"^1.47.0","@types/jest":"^27.0.3","@types/node":"^12.20.37","eslint":"^8.3.0","jest":"^27.3.1","jsii-build-tools":"^1.47.0","jsii-calc":"^3.20.120","prettier":"^2.4.1","source-map-loader":"^3.0.0","ts-jest":"^27.0.7","typescript":"~3.9.10","webpack":"^5.64.3","webpack-cli":"^4.9.1"}}');
10185
+ module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.51.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":">= 12.7.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.51.0","@jsii/check-node":"1.51.0","@jsii/spec":"^1.51.0"},"devDependencies":{"@scope/jsii-calc-base":"^1.51.0","@scope/jsii-calc-lib":"^1.51.0","@types/jest":"^27.0.3","@types/node":"^12.20.39","eslint":"^8.5.0","jest":"^27.4.5","jsii-build-tools":"^1.51.0","jsii-calc":"^3.20.120","prettier":"^2.5.1","source-map-loader":"^3.0.0","ts-jest":"^27.1.2","typescript":"~3.9.10","webpack":"^5.65.0","webpack-cli":"^4.9.1"}}');
10186
10186
  },
10187
10187
  9402: module => {
10188
10188
  "use strict";