@aws-sdk/client-customer-profiles 3.750.0 → 3.751.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.
package/dist-cjs/index.js
CHANGED
|
@@ -3629,7 +3629,7 @@ var se_Dimension = /* @__PURE__ */ __name((input, context) => {
|
|
|
3629
3629
|
return Dimension.visit(input, {
|
|
3630
3630
|
CalculatedAttributes: (value) => ({ CalculatedAttributes: se_CalculatedCustomAttributes(value, context) }),
|
|
3631
3631
|
ProfileAttributes: (value) => ({ ProfileAttributes: se_ProfileAttributes(value, context) }),
|
|
3632
|
-
_: (name, value) => ({ name: value })
|
|
3632
|
+
_: (name, value) => ({ [name]: value })
|
|
3633
3633
|
});
|
|
3634
3634
|
}, "se_Dimension");
|
|
3635
3635
|
var se_DimensionList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2392,7 +2392,7 @@ const se_Dimension = (input, context) => {
|
|
|
2392
2392
|
return Dimension.visit(input, {
|
|
2393
2393
|
CalculatedAttributes: (value) => ({ CalculatedAttributes: se_CalculatedCustomAttributes(value, context) }),
|
|
2394
2394
|
ProfileAttributes: (value) => ({ ProfileAttributes: se_ProfileAttributes(value, context) }),
|
|
2395
|
-
_: (name, value) => ({ name: value }),
|
|
2395
|
+
_: (name, value) => ({ [name]: value }),
|
|
2396
2396
|
});
|
|
2397
2397
|
};
|
|
2398
2398
|
const se_DimensionList = (input, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-customer-profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.751.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-customer-profiles",
|