Skip to content

Commit e0025cd

Browse files
authored
feat(clients): move source files to 'src' folder (#2845)
1 parent cfcdeb6 commit e0025cd

File tree

17,643 files changed

+30983
-29601
lines changed

Some content is hidden

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

17,643 files changed

+30983
-29601
lines changed

clients/client-accessanalyzer/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/build/
33
/coverage/
44
/docs/
5-
/dist/
5+
/dist-*
66
*.tsbuildinfo
77
*.tgz
88
*.log

clients/client-accessanalyzer/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@
1111
"clean": "yarn clean:dist && yarn clean:docs",
1212
"clean:dist": "rimraf ./dist",
1313
"clean:docs": "rimraf ./docs",
14-
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
14+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
1515
"test": "exit 0"
1616
},
17-
"main": "./dist/cjs/index.js",
18-
"types": "./dist/types/index.d.ts",
19-
"module": "./dist/es/index.js",
20-
"browser": {
21-
"./runtimeConfig": "./runtimeConfig.browser"
22-
},
23-
"react-native": {
24-
"./runtimeConfig": "./runtimeConfig.native"
25-
},
17+
"main": "./dist-cjs/index.js",
18+
"types": "./dist-types/index.d.ts",
19+
"module": "./dist-es/index.js",
2620
"sideEffects": false,
2721
"dependencies": {
2822
"@aws-crypto/sha256-browser": "^1.0.0",
@@ -74,8 +68,8 @@
7468
},
7569
"typesVersions": {
7670
"<4.0": {
77-
"dist/types/*": [
78-
"dist/types/ts3.4/*"
71+
"dist-types/*": [
72+
"dist-types/ts3.4/*"
7973
]
8074
}
8175
},
@@ -84,6 +78,12 @@
8478
"url": "https://aws.amazon.com/javascript/"
8579
},
8680
"license": "Apache-2.0",
81+
"browser": {
82+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
83+
},
84+
"react-native": {
85+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
86+
},
8787
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-accessanalyzer",
8888
"repository": {
8989
"type": "git",

clients/client-accessanalyzer/runtimeConfig.browser.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

clients/client-accessanalyzer/runtimeConfig.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.
File renamed without changes.

clients/client-accessanalyzer/AccessAnalyzerClient.ts renamed to clients/client-accessanalyzer/src/AccessAnalyzerClient.ts

File renamed without changes.

clients/client-accessanalyzer/commands/ApplyArchiveRuleCommand.ts renamed to clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts

File renamed without changes.

clients/client-accessanalyzer/commands/CancelPolicyGenerationCommand.ts renamed to clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts

File renamed without changes.

clients/client-accessanalyzer/commands/CreateAccessPreviewCommand.ts renamed to clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts

File renamed without changes.

clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts renamed to clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts

File renamed without changes.

0 commit comments

Comments
 (0)