jsii-rosetta 5.4.20-dev.4 → 5.4.21-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "memfs": "^4.9.2",
59
59
  "mock-fs": "^5.2.0",
60
60
  "prettier": "^2.8.8",
61
- "projen": "^0.81.15",
61
+ "projen": "^0.81.16",
62
62
  "tar": "^6.2.1",
63
63
  "ts-jest": "^29.1.3",
64
64
  "ts-node": "^10.9.2"
@@ -84,7 +84,10 @@
84
84
  "main": "lib/index.js",
85
85
  "license": "Apache-2.0",
86
86
  "homepage": "https://aws.github.io/jsii",
87
- "version": "5.4.20-dev.4",
87
+ "publishConfig": {
88
+ "access": "public"
89
+ },
90
+ "version": "5.4.21-dev.0",
88
91
  "types": "lib/index.d.ts",
89
92
  "exports": {
90
93
  ".": "./lib/index.js",