11# 🟡 Community Browser CDN Build – JavaScript SDK Client Package
22
33This 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
66Each 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
2828CDN 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
3434SRI 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
152152When 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
171171This 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---
0 commit comments