Skip to content

Commit 352393d

Browse files
authored
fix: use updated dist glob pattern in package.json (#4628)
1 parent e695cb2 commit 352393d

File tree

469 files changed

+469
-469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

469 files changed

+469
-469
lines changed

clients/client-accessanalyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
},
8080
"files": [
81-
"dist-*"
81+
"dist-*/**"
8282
],
8383
"author": {
8484
"name": "AWS SDK for JavaScript Team",

clients/client-account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
"files": [
79-
"dist-*"
79+
"dist-*/**"
8080
],
8181
"author": {
8282
"name": "AWS SDK for JavaScript Team",

clients/client-acm-pca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
},
7979
"files": [
80-
"dist-*"
80+
"dist-*/**"
8181
],
8282
"author": {
8383
"name": "AWS SDK for JavaScript Team",

clients/client-acm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
},
7979
"files": [
80-
"dist-*"
80+
"dist-*/**"
8181
],
8282
"author": {
8383
"name": "AWS SDK for JavaScript Team",

clients/client-alexa-for-business/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
},
8080
"files": [
81-
"dist-*"
81+
"dist-*/**"
8282
],
8383
"author": {
8484
"name": "AWS SDK for JavaScript Team",

clients/client-amp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
}
8080
},
8181
"files": [
82-
"dist-*"
82+
"dist-*/**"
8383
],
8484
"author": {
8585
"name": "AWS SDK for JavaScript Team",

clients/client-amplify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
"files": [
79-
"dist-*"
79+
"dist-*/**"
8080
],
8181
"author": {
8282
"name": "AWS SDK for JavaScript Team",

clients/client-amplifybackend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
"files": [
79-
"dist-*"
79+
"dist-*/**"
8080
],
8181
"author": {
8282
"name": "AWS SDK for JavaScript Team",

clients/client-amplifyuibuilder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
},
8080
"files": [
81-
"dist-*"
81+
"dist-*/**"
8282
],
8383
"author": {
8484
"name": "AWS SDK for JavaScript Team",

clients/client-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
},
7979
"files": [
80-
"dist-*"
80+
"dist-*/**"
8181
],
8282
"author": {
8383
"name": "AWS SDK for JavaScript Team",

0 commit comments

Comments
 (0)