jsii-release 0.2.367 → 0.2.370

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/bin/publib-pypi CHANGED
@@ -32,4 +32,4 @@ if [ -z "$(ls *.whl)" ]; then
32
32
  fi
33
33
 
34
34
  python3 -m pip install --user --upgrade twine
35
- python3 -m twine upload --skip-existing *
35
+ python3 -m twine upload --verbose --skip-existing *
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "organization": true
50
50
  },
51
51
  "devDependencies": {
52
- "@types/jest": "^27.5.1",
52
+ "@types/jest": "^27.5.2",
53
53
  "@types/node": "^12",
54
54
  "@typescript-eslint/eslint-plugin": "^5",
55
55
  "@typescript-eslint/parser": "^5",
@@ -74,7 +74,7 @@
74
74
  "main": "lib/index.js",
75
75
  "license": "Apache-2.0",
76
76
  "homepage": "https://github.com/cdklabs/publib",
77
- "version": "0.2.367",
77
+ "version": "0.2.370",
78
78
  "jest": {
79
79
  "testMatch": [
80
80
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/package.json.bak CHANGED
@@ -49,7 +49,7 @@
49
49
  "organization": true
50
50
  },
51
51
  "devDependencies": {
52
- "@types/jest": "^27.5.1",
52
+ "@types/jest": "^27.5.2",
53
53
  "@types/node": "^12",
54
54
  "@typescript-eslint/eslint-plugin": "^5",
55
55
  "@typescript-eslint/parser": "^5",
@@ -74,7 +74,7 @@
74
74
  "main": "lib/index.js",
75
75
  "license": "Apache-2.0",
76
76
  "homepage": "https://github.com/cdklabs/publib",
77
- "version": "0.2.367",
77
+ "version": "0.2.370",
78
78
  "jest": {
79
79
  "testMatch": [
80
80
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",