Skip to content

Commit 62ba401

Browse files
author
awstools
committed
Publish v3.732.0
1 parent 0d212b4 commit 62ba401

File tree

35 files changed

+182
-18
lines changed

35 files changed

+182
-18
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-flexible-checksums:** skip checksum validation if CRC64NVME dependency is absent ([#6835](https://github.com/aws/aws-sdk-js-v3/issues/6835)) ([7dbc1c9](https://github.com/aws/aws-sdk-js-v3/commit/7dbc1c9dfa9378ee0a2b5bdd35e146637ab82dd6))
12+
13+
14+
### Features
15+
16+
* **client-cognito-identity-provider:** corrects the dual-stack endpoint configuration for cognitoidp ([757843c](https://github.com/aws/aws-sdk-js-v3/commit/757843ce384edad383af6029b5e4d23b8c19f4c3))
17+
* **client-connect:** Added DeleteContactFlowVersion API and the CAMPAIGN flow type ([c6e07aa](https://github.com/aws/aws-sdk-js-v3/commit/c6e07aa62214e1de2e0d93ab849939f13cf328e2))
18+
* **client-emr-serverless:** Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb. ([14a89bc](https://github.com/aws/aws-sdk-js-v3/commit/14a89bcab827b72279fd48dd727277a946862d08))
19+
* **client-iotsitewise:** AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in. ([a0e3771](https://github.com/aws/aws-sdk-js-v3/commit/a0e377147a52d4c43f9ded4da2e679b8189d0ec3))
20+
* **client-quicksight:** Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting. ([a009440](https://github.com/aws/aws-sdk-js-v3/commit/a009440bc6333c100cb7f315038d4cd7c6200c7b))
21+
* **clients:** update client endpoints as of 2025-01-21 ([0d212b4](https://github.com/aws/aws-sdk-js-v3/commit/0d212b45f7f7b17eef6851a1fbd6912d1693b6a8))
22+
23+
24+
25+
26+
627
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
728

829
**Note:** Version bump only for package aws-sdk-js-v3

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5252
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53-
|@aws-sdk/s3-request-presigner|3.731.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53+
|@aws-sdk/s3-request-presigner|3.731.1|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5555
|@aws-sdk/signature-v4-crt|3.730.0|54.5 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|

clients/client-batch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-batch
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/client-batch

clients/client-batch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-batch",
33
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-batch",

clients/client-cloudwatch-logs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-logs
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-logs

clients/client-cloudwatch-logs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudwatch-logs",
33
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",

clients/client-cognito-identity-provider/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
9+
### Features
10+
11+
* **client-cognito-identity-provider:** corrects the dual-stack endpoint configuration for cognitoidp ([757843c](https://github.com/aws/aws-sdk-js-v3/commit/757843ce384edad383af6029b5e4d23b8c19f4c3))
12+
13+
14+
15+
16+
617
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
718

819
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider

clients/client-cognito-identity-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cognito-identity-provider",
33
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",

clients/client-connect/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Added DeleteContactFlowVersion API and the CAMPAIGN flow type ([c6e07aa](https://github.com/aws/aws-sdk-js-v3/commit/c6e07aa62214e1de2e0d93ab849939f13cf328e2))
12+
13+
14+
15+
16+
617
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
718

819
**Note:** Version bump only for package @aws-sdk/client-connect

clients/client-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-connect",

clients/client-iotsitewise/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
9+
### Features
10+
11+
* **client-iotsitewise:** AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in. ([a0e3771](https://github.com/aws/aws-sdk-js-v3/commit/a0e377147a52d4c43f9ded4da2e679b8189d0ec3))
12+
13+
14+
15+
16+
617
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
718

819
**Note:** Version bump only for package @aws-sdk/client-iotsitewise

clients/client-iotsitewise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-iotsitewise",
33
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-iotsitewise",

clients/client-quicksight/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
9+
### Features
10+
11+
* **client-quicksight:** Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting. ([a009440](https://github.com/aws/aws-sdk-js-v3/commit/a009440bc6333c100cb7f315038d4cd7c6200c7b))
12+
13+
14+
15+
16+
617
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
718

819
**Note:** Version bump only for package @aws-sdk/client-quicksight

clients/client-quicksight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-quicksight",
33
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",

clients/client-s3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-s3
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/client-s3

clients/client-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-s3",
33
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-s3",

clients/client-sns/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-sns
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/client-sns

clients/client-sns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-sns",
33
"description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sns",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.731.1",
2+
"version": "3.732.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

lib/lib-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.731.1",
3+
"version": "3.732.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/crc64-nvme-crt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/crc64-nvme-crt
9+
10+
11+
12+
13+
614
# [3.731.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.730.0...v3.731.0) (2025-01-17)
715

816
**Note:** Version bump only for package @aws-sdk/crc64-nvme-crt

packages/crc64-nvme-crt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/crc64-nvme-crt",
3-
"version": "3.731.0",
3+
"version": "3.732.0",
44
"description": "An implementation of CRC64-NVME checksum based on AWS Common Runtime https://github.com/awslabs/aws-crt-nodejs",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/middleware-flexible-checksums/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-flexible-checksums:** skip checksum validation if CRC64NVME dependency is absent ([#6835](https://github.com/aws/aws-sdk-js-v3/issues/6835)) ([7dbc1c9](https://github.com/aws/aws-sdk-js-v3/commit/7dbc1c9dfa9378ee0a2b5bdd35e146637ab82dd6))
12+
13+
14+
15+
16+
617
# [3.731.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.730.0...v3.731.0) (2025-01-17)
718

819
**Note:** Version bump only for package @aws-sdk/middleware-flexible-checksums

packages/middleware-flexible-checksums/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/middleware-flexible-checksums",
3-
"version": "3.731.0",
3+
"version": "3.732.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",

packages/s3-presigned-post/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/s3-presigned-post

packages/s3-presigned-post/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-presigned-post",
3-
"version": "3.731.1",
3+
"version": "3.732.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",

packages/s3-request-presigner/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-request-presigner
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/s3-request-presigner

packages/s3-request-presigner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-request-presigner",
3-
"version": "3.731.1",
3+
"version": "3.732.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",

private/aws-client-api-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)
715

816
**Note:** Version bump only for package @aws-sdk/aws-client-api-test

private/aws-client-api-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-client-api-test",
33
"description": "Test suite for client interface stability",
4-
"version": "3.731.1",
4+
"version": "3.732.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)