jsii-release 0.2.837 → 0.2.839
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 +9 -5
- package/package.json.bak +9 -5
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"organization": true
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-sts": "^3.
|
|
56
|
+
"@aws-sdk/client-sts": "^3.583.0",
|
|
57
57
|
"@types/glob": "^8.1.0",
|
|
58
58
|
"@types/jest": "^27.5.2",
|
|
59
59
|
"@types/node": "^18",
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"eslint-plugin-import": "^2.29.1",
|
|
68
68
|
"jest": "^27.5.1",
|
|
69
69
|
"jest-junit": "^15",
|
|
70
|
-
"projen": "^0.
|
|
70
|
+
"projen": "^0.82.1",
|
|
71
71
|
"standard-version": "^9",
|
|
72
72
|
"ts-jest": "^27.1.5",
|
|
73
73
|
"ts-node": "^10.9.2",
|
|
74
74
|
"typescript": "~4.9.5"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@aws-sdk/client-codeartifact": "^3.
|
|
78
|
-
"@aws-sdk/credential-providers": "^3.
|
|
77
|
+
"@aws-sdk/client-codeartifact": "^3.583.0",
|
|
78
|
+
"@aws-sdk/credential-providers": "^3.583.0",
|
|
79
79
|
"@aws-sdk/types": "^3.577.0",
|
|
80
80
|
"@types/fs-extra": "^8.0.0",
|
|
81
81
|
"fs-extra": "^8.0.0",
|
|
@@ -87,8 +87,12 @@
|
|
|
87
87
|
"main": "lib/index.js",
|
|
88
88
|
"license": "Apache-2.0",
|
|
89
89
|
"homepage": "https://github.com/cdklabs/publib",
|
|
90
|
-
"
|
|
90
|
+
"publishConfig": {
|
|
91
|
+
"access": "public"
|
|
92
|
+
},
|
|
93
|
+
"version": "0.2.839",
|
|
91
94
|
"jest": {
|
|
95
|
+
"coverageProvider": "v8",
|
|
92
96
|
"testMatch": [
|
|
93
97
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
|
94
98
|
"<rootDir>/@(test|src)/**/*(*.)@(spec|test).ts?(x)"
|
package/package.json.bak
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"organization": true
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-sts": "^3.
|
|
56
|
+
"@aws-sdk/client-sts": "^3.583.0",
|
|
57
57
|
"@types/glob": "^8.1.0",
|
|
58
58
|
"@types/jest": "^27.5.2",
|
|
59
59
|
"@types/node": "^18",
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"eslint-plugin-import": "^2.29.1",
|
|
68
68
|
"jest": "^27.5.1",
|
|
69
69
|
"jest-junit": "^15",
|
|
70
|
-
"projen": "^0.
|
|
70
|
+
"projen": "^0.82.1",
|
|
71
71
|
"standard-version": "^9",
|
|
72
72
|
"ts-jest": "^27.1.5",
|
|
73
73
|
"ts-node": "^10.9.2",
|
|
74
74
|
"typescript": "~4.9.5"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@aws-sdk/client-codeartifact": "^3.
|
|
78
|
-
"@aws-sdk/credential-providers": "^3.
|
|
77
|
+
"@aws-sdk/client-codeartifact": "^3.583.0",
|
|
78
|
+
"@aws-sdk/credential-providers": "^3.583.0",
|
|
79
79
|
"@aws-sdk/types": "^3.577.0",
|
|
80
80
|
"@types/fs-extra": "^8.0.0",
|
|
81
81
|
"fs-extra": "^8.0.0",
|
|
@@ -87,8 +87,12 @@
|
|
|
87
87
|
"main": "lib/index.js",
|
|
88
88
|
"license": "Apache-2.0",
|
|
89
89
|
"homepage": "https://github.com/cdklabs/publib",
|
|
90
|
-
"
|
|
90
|
+
"publishConfig": {
|
|
91
|
+
"access": "public"
|
|
92
|
+
},
|
|
93
|
+
"version": "0.2.839",
|
|
91
94
|
"jest": {
|
|
95
|
+
"coverageProvider": "v8",
|
|
92
96
|
"testMatch": [
|
|
93
97
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
|
94
98
|
"<rootDir>/@(test|src)/**/*(*.)@(spec|test).ts?(x)"
|