Skip to content

Commit 59e9501

Browse files
chore: update to 3.1002.0
1 parent 0504f5f commit 59e9501

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🟡 Community Browser CDN Build – JavaScript SDK Client Package
22

33
This repository provides a **community-maintained, browser-ready distribution** of the npm module
4-
[`@aws-sdk/client-directory-service`](https://www.npmjs.com/package/@aws-sdk/client-directory-service/v/3.1001.0).
4+
[`@aws-sdk/client-directory-service`](https://www.npmjs.com/package/@aws-sdk/client-directory-service/v/3.1002.0).
55

66
Each package is **automatically built and published to a CDN**, allowing developers to use the SDK client **directly in browsers** with **zero bundling or build steps**.
77

@@ -28,13 +28,13 @@ You can use this package directly in the browser via **jsDelivr** using an **imp
2828
CDN URL
2929

3030
```text
31-
https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1001.0/index.min.mjs
31+
https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1002.0/index.min.mjs
3232
```
3333

3434
SRI SHA Hash
3535

3636
```text
37-
sha384-2n0dcgns4itoyyzxwFUQqnEGPX1YasrL7HBgErSpPTrfoCeazNO7AHKnF8x4rgkn
37+
sha384-YJ7EHknkHLKff86FG+eJr3/HW8bX8BkpGPftF4g1j1oLoTSPuRDJMjt9TCTBRmhV
3838
```
3939

4040
### 📌 Latest Version
@@ -61,10 +61,10 @@ ImportMap
6161
<script type="importmap">
6262
{
6363
"imports": {
64-
"@aws-sdk/client-directory-service": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1001.0/index.min.mjs"
64+
"@aws-sdk/client-directory-service": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1002.0/index.min.mjs"
6565
},
6666
"integrity": {
67-
"https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1001.0/index.min.mjs": "sha384-2n0dcgns4itoyyzxwFUQqnEGPX1YasrL7HBgErSpPTrfoCeazNO7AHKnF8x4rgkn"
67+
"https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1002.0/index.min.mjs": "sha384-YJ7EHknkHLKff86FG+eJr3/HW8bX8BkpGPftF4g1j1oLoTSPuRDJMjt9TCTBRmhV"
6868
}
6969
}
7070
</script>
@@ -81,10 +81,10 @@ Full Importmap Example
8181
<script type="importmap">
8282
{
8383
"imports": {
84-
"@aws-sdk/client-directory-service": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1001.0/index.min.mjs"
84+
"@aws-sdk/client-directory-service": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1002.0/index.min.mjs"
8585
},
8686
"integrity": {
87-
"https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1001.0/index.min.mjs": "sha384-2n0dcgns4itoyyzxwFUQqnEGPX1YasrL7HBgErSpPTrfoCeazNO7AHKnF8x4rgkn"
87+
"https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-directory-service@3.1002.0/index.min.mjs": "sha384-YJ7EHknkHLKff86FG+eJr3/HW8bX8BkpGPftF4g1j1oLoTSPuRDJMjt9TCTBRmhV"
8888
}
8989
}
9090
</script>
@@ -151,7 +151,7 @@ Replace
151151

152152
When using CDN builds in production environments:
153153

154-
* Always pin to a specific version (`@3.1001.0`)
154+
* Always pin to a specific version (`@3.1002.0`)
155155
* Avoid using `latest` in production to prevent unexpected breaking changes
156156

157157
---
@@ -171,7 +171,7 @@ https://github.com/cloud-sdk-builds/.github/issues
171171
This distribution follows the license terms included in the repository:
172172

173173
```
174-
https://github.com/cloud-sdk-builds/client-directory-service/blob/refs/tags/3.1001.0/LICENSE
174+
https://github.com/cloud-sdk-builds/client-directory-service/blob/refs/tags/3.1002.0/LICENSE
175175
```
176176

177177
---

.github/tmp/LAST_VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1001.0
1+
3.1002.0

index.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)