Skip to content

Commit 30bb6c3

Browse files
author
AWS CDK Team
committed
chore(release): v1.111.0
1 parent 310bc04 commit 30bb6c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/embedded/resources/lib/program.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15160,7 +15160,7 @@ var __webpack_modules__ = {
1516015160
},
1516115161
8330: module => {
1516215162
"use strict";
15163-
module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.110.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_USE_FLAT_CONFIG=false 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.110.0","@jsii/check-node":"1.110.0","@jsii/spec":"^1.110.0"},"devDependencies":{"@scope/jsii-calc-base":"^1.110.0","@scope/jsii-calc-lib":"^1.110.0","jsii-build-tools":"^1.110.0","jsii-calc":"^3.20.120","source-map-loader":"^5.0.0","webpack":"^5.98.0","webpack-cli":"^6.0.1"}}');
15163+
module.exports = JSON.parse('{"name":"@jsii/runtime","version":"1.111.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_USE_FLAT_CONFIG=false 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.111.0","@jsii/check-node":"1.111.0","@jsii/spec":"^1.111.0"},"devDependencies":{"@scope/jsii-calc-base":"^1.111.0","@scope/jsii-calc-lib":"^1.111.0","jsii-build-tools":"^1.111.0","jsii-calc":"^3.20.120","source-map-loader":"^5.0.0","webpack":"^5.98.0","webpack-cli":"^6.0.1"}}');
1516415164
},
1516515165
8463: (module, __unused_webpack_exports, __webpack_require__) => {
1516615166
"use strict";

internal/kernel/version.generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package kernel
22

3-
const version = "1.110.0"
3+
const version = "1.111.0"

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.110.0
1+
1.111.0

0 commit comments

Comments
 (0)