@aws-sdk/client-sagemaker 3.231.0 → 3.232.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/commands/DescribeAppCommand.js +2 -1
  2. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +1 -2
  3. package/dist-cjs/commands/UpdateImageCommand.js +2 -1
  4. package/dist-cjs/endpoint/ruleset.js +0 -9
  5. package/dist-cjs/models/models_1.js +10 -10
  6. package/dist-cjs/models/models_2.js +9 -9
  7. package/dist-cjs/models/models_3.js +10 -10
  8. package/dist-cjs/models/models_4.js +5 -1
  9. package/dist-cjs/protocols/Aws_json1_1.js +58 -0
  10. package/dist-es/commands/DescribeAppCommand.js +2 -1
  11. package/dist-es/commands/ListCodeRepositoriesCommand.js +1 -2
  12. package/dist-es/commands/UpdateImageCommand.js +2 -1
  13. package/dist-es/endpoint/ruleset.js +0 -9
  14. package/dist-es/models/models_1.js +3 -3
  15. package/dist-es/models/models_2.js +3 -3
  16. package/dist-es/models/models_3.js +3 -3
  17. package/dist-es/models/models_4.js +3 -0
  18. package/dist-es/protocols/Aws_json1_1.js +58 -0
  19. package/dist-types/SageMaker.d.ts +166 -181
  20. package/dist-types/SageMakerClient.d.ts +4 -4
  21. package/dist-types/commands/AddTagsCommand.d.ts +5 -5
  22. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCompilationJobCommand.d.ts +9 -9
  24. package/dist-types/commands/CreateDomainCommand.d.ts +0 -2
  25. package/dist-types/commands/CreateEndpointCommand.d.ts +22 -24
  26. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +6 -6
  27. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -2
  29. package/dist-types/commands/CreateLabelingJobCommand.d.ts +9 -9
  30. package/dist-types/commands/CreateModelCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateModelPackageCommand.d.ts +7 -7
  32. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +10 -12
  33. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +5 -5
  34. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -4
  35. package/dist-types/commands/CreateTrainingJobCommand.d.ts +20 -21
  36. package/dist-types/commands/CreateTransformJobCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -4
  38. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteTagsCommand.d.ts +5 -5
  45. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -2
  46. package/dist-types/commands/DescribeAppCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeWorkforceCommand.d.ts +2 -2
  52. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -2
  53. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -2
  55. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
  56. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  57. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  58. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +0 -2
  59. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  60. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateImageCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateWorkforceCommand.d.ts +10 -12
  65. package/dist-types/models/models_0.d.ts +698 -706
  66. package/dist-types/models/models_1.d.ts +1112 -1191
  67. package/dist-types/models/models_2.d.ts +377 -336
  68. package/dist-types/models/models_3.d.ts +151 -112
  69. package/dist-types/models/models_4.d.ts +26 -11
  70. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/models/models_1.d.ts +8 -19
  74. package/dist-types/ts3.4/models/models_2.d.ts +19 -16
  75. package/dist-types/ts3.4/models/models_3.d.ts +16 -6
  76. package/dist-types/ts3.4/models/models_4.d.ts +6 -0
  77. package/package.json +1 -1
@@ -2,6 +2,12 @@ import { AdditionalInferenceSpecificationDefinition, BooleanOperator, ModelAppro
2
2
  import { _InstanceType, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
3
3
  import { Filter, ResourceType, Workforce, Workteam } from "./models_2";
4
4
  import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
5
+ export interface UpdateImageResponse {
6
+ /**
7
+ * <p>The Amazon Resource Name (ARN) of the image.</p>
8
+ */
9
+ ImageArn?: string;
10
+ }
5
11
  export interface UpdateInferenceExperimentRequest {
6
12
  /**
7
13
  * <p>The name of the inference experiment to be updated.</p>
@@ -21,17 +27,22 @@ export interface UpdateInferenceExperimentRequest {
21
27
  Description?: string;
22
28
  /**
23
29
  * <p>
24
- * Array of <code>ModelVariantConfigSummary</code> objects. There is one for each variant, whose infrastructure
30
+ * An array of <code>ModelVariantConfig</code> objects. There is one for each variant, whose infrastructure
25
31
  * configuration you want to update.
26
32
  * </p>
27
33
  */
28
34
  ModelVariants?: ModelVariantConfig[];
29
35
  /**
30
- * <p>The Amazon S3 storage configuration for the inference experiment.</p>
36
+ * <p>The Amazon S3 location and configuration for storing inference request and response data.</p>
31
37
  */
32
38
  DataStorageConfig?: InferenceExperimentDataStorageConfig;
33
39
  /**
34
- * <p>The Amazon S3 storage configuration for the inference experiment.</p>
40
+ * <p>
41
+ * The configuration of <code>ShadowMode</code> inference experiment type. Use this field to specify a
42
+ * production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a
43
+ * percentage of the inference requests. For the shadow variant also specify the percentage of requests that
44
+ * Amazon SageMaker replicates.
45
+ * </p>
35
46
  */
36
47
  ShadowModeConfig?: ShadowModeConfig;
37
48
  }
@@ -177,10 +188,10 @@ export interface UpdateNotebookInstanceInput {
177
188
  /**
178
189
  * <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access the
179
190
  * notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
180
- * <note>
191
+ * <note>
181
192
  * <p>To be able to pass this role to SageMaker, the caller of this API must have the
182
193
  * <code>iam:PassRole</code> permission.</p>
183
- * </note>
194
+ * </note>
184
195
  */
185
196
  RoleArn?: string;
186
197
  /**
@@ -253,11 +264,11 @@ export interface UpdateNotebookInstanceInput {
253
264
  /**
254
265
  * <p>Whether root access is enabled or disabled for users of the notebook instance. The
255
266
  * default value is <code>Enabled</code>.</p>
256
- * <note>
267
+ * <note>
257
268
  * <p>If you set this to <code>Disabled</code>, users don't have root access on the
258
269
  * notebook instance, but lifecycle configuration scripts still run with root
259
270
  * permissions.</p>
260
- * </note>
271
+ * </note>
261
272
  */
262
273
  RootAccess?: RootAccess | string;
263
274
  /**
@@ -543,7 +554,7 @@ export interface UpdateWorkforceRequest {
543
554
  /**
544
555
  * <p>A list of one to ten worker IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>) that can be used to
545
556
  * access tasks assigned to this workforce.</p>
546
- * <p>Maximum: Ten CIDR values</p>
557
+ * <p>Maximum: Ten CIDR values</p>
547
558
  */
548
559
  SourceIpConfig?: SourceIpConfig;
549
560
  /**
@@ -572,19 +583,19 @@ export interface UpdateWorkteamRequest {
572
583
  /**
573
584
  * <p>A list of <code>MemberDefinition</code> objects that contains objects that identify
574
585
  * the workers that make up the work team. </p>
575
- * <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP).
586
+ * <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP).
576
587
  * For private workforces created using Amazon Cognito use
577
588
  * <code>CognitoMemberDefinition</code>. For workforces created using your own OIDC identity
578
589
  * provider (IdP) use <code>OidcMemberDefinition</code>. You should not provide input
579
590
  * for both of these parameters in a single request.</p>
580
- * <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
591
+ * <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
581
592
  * <i>user groups</i> within the user pool used to create a workforce. All of the
582
593
  * <code>CognitoMemberDefinition</code> objects that make up the member definition must
583
594
  * have the same <code>ClientId</code> and <code>UserPool</code> values. To add a Amazon
584
595
  * Cognito user group to an existing worker pool, see <a href="">Adding groups to a User
585
596
  * Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon Cognito User
586
597
  * Pools</a>.</p>
587
- * <p>For workforces created using your own OIDC IdP, specify the user groups that you want
598
+ * <p>For workforces created using your own OIDC IdP, specify the user groups that you want
588
599
  * to include in your private work team in <code>OidcMemberDefinition</code> by listing
589
600
  * those groups in <code>Groups</code>. Be aware that user groups that are already in the
590
601
  * work team must also be listed in <code>Groups</code> when you make this request to
@@ -691,6 +702,10 @@ export interface SearchRequest {
691
702
  */
692
703
  MaxResults?: number;
693
704
  }
705
+ /**
706
+ * @internal
707
+ */
708
+ export declare const UpdateImageResponseFilterSensitiveLog: (obj: UpdateImageResponse) => any;
694
709
  /**
695
710
  * @internal
696
711
  */
@@ -6,7 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DescribeAppRequest, DescribeAppResponse } from "../models/models_1";
9
+ import { DescribeAppRequest } from "../models/models_1";
10
+ import { DescribeAppResponse } from "../models/models_2";
10
11
  import {
11
12
  SageMakerClientResolvedConfig,
12
13
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { ListCodeRepositoriesInput } from "../models/models_2";
10
- import { ListCodeRepositoriesOutput } from "../models/models_3";
9
+ import {
10
+ ListCodeRepositoriesInput,
11
+ ListCodeRepositoriesOutput,
12
+ } from "../models/models_3";
11
13
  import {
12
14
  SageMakerClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -6,7 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { UpdateImageRequest, UpdateImageResponse } from "../models/models_3";
9
+ import { UpdateImageRequest } from "../models/models_3";
10
+ import { UpdateImageResponse } from "../models/models_4";
10
11
  import {
11
12
  SageMakerClientResolvedConfig,
12
13
  ServiceInputTypes,
@@ -9,7 +9,6 @@ import {
9
9
  AlgorithmValidationSpecification,
10
10
  AnnotationConsolidationConfig,
11
11
  AppSpecification,
12
- AppStatus,
13
12
  AppType,
14
13
  ArtifactSource,
15
14
  AthenaDatasetDefinition,
@@ -57,7 +56,6 @@ import {
57
56
  ProcessingS3UploadMode,
58
57
  ProductionVariantInstanceType,
59
58
  ResourceConfig,
60
- ResourceSpec,
61
59
  S3StorageConfig,
62
60
  StoppingCondition,
63
61
  Tag,
@@ -468,6 +466,10 @@ export interface TrafficPattern {
468
466
  TrafficType?: TrafficType | string;
469
467
  Phases?: Phase[];
470
468
  }
469
+ export interface RecommendationJobVpcConfig {
470
+ SecurityGroupIds: string[] | undefined;
471
+ Subnets: string[] | undefined;
472
+ }
471
473
  export interface RecommendationJobInputConfig {
472
474
  ModelPackageVersionArn: string | undefined;
473
475
  JobDurationInSeconds?: number;
@@ -477,6 +479,7 @@ export interface RecommendationJobInputConfig {
477
479
  VolumeKmsKeyId?: string;
478
480
  ContainerConfig?: RecommendationJobContainerConfig;
479
481
  Endpoints?: EndpointInfo[];
482
+ VpcConfig?: RecommendationJobVpcConfig;
480
483
  }
481
484
  export declare enum RecommendationJobType {
482
485
  ADVANCED = "Advanced",
@@ -1646,20 +1649,6 @@ export interface DescribeAppRequest {
1646
1649
  AppName: string | undefined;
1647
1650
  SpaceName?: string;
1648
1651
  }
1649
- export interface DescribeAppResponse {
1650
- AppArn?: string;
1651
- AppType?: AppType | string;
1652
- AppName?: string;
1653
- DomainId?: string;
1654
- UserProfileName?: string;
1655
- Status?: AppStatus | string;
1656
- LastHealthCheckTimestamp?: Date;
1657
- LastUserActivityTimestamp?: Date;
1658
- CreationTime?: Date;
1659
- FailureReason?: string;
1660
- ResourceSpec?: ResourceSpec;
1661
- SpaceName?: string;
1662
- }
1663
1652
  export declare const OfflineStoreConfigFilterSensitiveLog: (
1664
1653
  obj: OfflineStoreConfig
1665
1654
  ) => any;
@@ -1823,6 +1812,9 @@ export declare const PhaseFilterSensitiveLog: (obj: Phase) => any;
1823
1812
  export declare const TrafficPatternFilterSensitiveLog: (
1824
1813
  obj: TrafficPattern
1825
1814
  ) => any;
1815
+ export declare const RecommendationJobVpcConfigFilterSensitiveLog: (
1816
+ obj: RecommendationJobVpcConfig
1817
+ ) => any;
1826
1818
  export declare const RecommendationJobInputConfigFilterSensitiveLog: (
1827
1819
  obj: RecommendationJobInputConfig
1828
1820
  ) => any;
@@ -2449,6 +2441,3 @@ export declare const DescribeAlgorithmOutputFilterSensitiveLog: (
2449
2441
  export declare const DescribeAppRequestFilterSensitiveLog: (
2450
2442
  obj: DescribeAppRequest
2451
2443
  ) => any;
2452
- export declare const DescribeAppResponseFilterSensitiveLog: (
2453
- obj: DescribeAppResponse
2454
- ) => any;
@@ -12,6 +12,8 @@ import {
12
12
  AppSecurityGroupManagement,
13
13
  AppSortKey,
14
14
  AppSpecification,
15
+ AppStatus,
16
+ AppType,
15
17
  ArtifactSource,
16
18
  ArtifactSummary,
17
19
  AssociationEdgeType,
@@ -37,8 +39,6 @@ import {
37
39
  CandidateStatus,
38
40
  Channel,
39
41
  CheckpointConfig,
40
- CodeRepositorySortBy,
41
- CodeRepositorySortOrder,
42
42
  CognitoConfig,
43
43
  CompilationJobStatus,
44
44
  ContainerDefinition,
@@ -174,6 +174,20 @@ import {
174
174
  TrialComponentParameterValue,
175
175
  TrialComponentStatus,
176
176
  } from "./models_1";
177
+ export interface DescribeAppResponse {
178
+ AppArn?: string;
179
+ AppType?: AppType | string;
180
+ AppName?: string;
181
+ DomainId?: string;
182
+ UserProfileName?: string;
183
+ Status?: AppStatus | string;
184
+ LastHealthCheckTimestamp?: Date;
185
+ LastUserActivityTimestamp?: Date;
186
+ CreationTime?: Date;
187
+ FailureReason?: string;
188
+ ResourceSpec?: ResourceSpec;
189
+ SpaceName?: string;
190
+ }
177
191
  export interface DescribeAppImageConfigRequest {
178
192
  AppImageConfigName: string | undefined;
179
193
  }
@@ -2375,17 +2389,9 @@ export interface ListCandidatesForAutoMLJobResponse {
2375
2389
  Candidates: AutoMLCandidate[] | undefined;
2376
2390
  NextToken?: string;
2377
2391
  }
2378
- export interface ListCodeRepositoriesInput {
2379
- CreationTimeAfter?: Date;
2380
- CreationTimeBefore?: Date;
2381
- LastModifiedTimeAfter?: Date;
2382
- LastModifiedTimeBefore?: Date;
2383
- MaxResults?: number;
2384
- NameContains?: string;
2385
- NextToken?: string;
2386
- SortBy?: CodeRepositorySortBy | string;
2387
- SortOrder?: CodeRepositorySortOrder | string;
2388
- }
2392
+ export declare const DescribeAppResponseFilterSensitiveLog: (
2393
+ obj: DescribeAppResponse
2394
+ ) => any;
2389
2395
  export declare const DescribeAppImageConfigRequestFilterSensitiveLog: (
2390
2396
  obj: DescribeAppImageConfigRequest
2391
2397
  ) => any;
@@ -3068,6 +3074,3 @@ export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (
3068
3074
  export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (
3069
3075
  obj: ListCandidatesForAutoMLJobResponse
3070
3076
  ) => any;
3071
- export declare const ListCodeRepositoriesInputFilterSensitiveLog: (
3072
- obj: ListCodeRepositoriesInput
3073
- ) => any;
@@ -10,6 +10,8 @@ import {
10
10
  Channel,
11
11
  CheckpointConfig,
12
12
  ClarifyCheckStepMetadata,
13
+ CodeRepositorySortBy,
14
+ CodeRepositorySortOrder,
13
15
  CodeRepositorySummary,
14
16
  CompilationJobStatus,
15
17
  CompilationJobSummary,
@@ -166,6 +168,17 @@ import {
166
168
  Workforce,
167
169
  Workteam,
168
170
  } from "./models_2";
171
+ export interface ListCodeRepositoriesInput {
172
+ CreationTimeAfter?: Date;
173
+ CreationTimeBefore?: Date;
174
+ LastModifiedTimeAfter?: Date;
175
+ LastModifiedTimeBefore?: Date;
176
+ MaxResults?: number;
177
+ NameContains?: string;
178
+ NextToken?: string;
179
+ SortBy?: CodeRepositorySortBy | string;
180
+ SortOrder?: CodeRepositorySortOrder | string;
181
+ }
169
182
  export interface ListCodeRepositoriesOutput {
170
183
  CodeRepositorySummaryList: CodeRepositorySummary[] | undefined;
171
184
  NextToken?: string;
@@ -2107,9 +2120,9 @@ export interface UpdateImageRequest {
2107
2120
  ImageName: string | undefined;
2108
2121
  RoleArn?: string;
2109
2122
  }
2110
- export interface UpdateImageResponse {
2111
- ImageArn?: string;
2112
- }
2123
+ export declare const ListCodeRepositoriesInputFilterSensitiveLog: (
2124
+ obj: ListCodeRepositoriesInput
2125
+ ) => any;
2113
2126
  export declare const ListCodeRepositoriesOutputFilterSensitiveLog: (
2114
2127
  obj: ListCodeRepositoriesOutput
2115
2128
  ) => any;
@@ -2834,6 +2847,3 @@ export declare const UpdateHubResponseFilterSensitiveLog: (
2834
2847
  export declare const UpdateImageRequestFilterSensitiveLog: (
2835
2848
  obj: UpdateImageRequest
2836
2849
  ) => any;
2837
- export declare const UpdateImageResponseFilterSensitiveLog: (
2838
- obj: UpdateImageResponse
2839
- ) => any;
@@ -38,6 +38,9 @@ import {
38
38
  ResourceConfigForUpdate,
39
39
  SearchSortOrder,
40
40
  } from "./models_3";
41
+ export interface UpdateImageResponse {
42
+ ImageArn?: string;
43
+ }
41
44
  export interface UpdateInferenceExperimentRequest {
42
45
  Name: string | undefined;
43
46
  Schedule?: InferenceExperimentSchedule;
@@ -222,6 +225,9 @@ export interface SearchRequest {
222
225
  NextToken?: string;
223
226
  MaxResults?: number;
224
227
  }
228
+ export declare const UpdateImageResponseFilterSensitiveLog: (
229
+ obj: UpdateImageResponse
230
+ ) => any;
225
231
  export declare const UpdateInferenceExperimentRequestFilterSensitiveLog: (
226
232
  obj: UpdateInferenceExperimentRequest
227
233
  ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.231.0",
4
+ "version": "3.232.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",