@adobe/alloy 2.22.0-beta.2 → 2.22.0-beta.3
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.
|
@@ -182,7 +182,7 @@ var _default = ({
|
|
|
182
182
|
detail: {
|
|
183
183
|
...propsByScope
|
|
184
184
|
},
|
|
185
|
-
message: "Scopes: " + propsByScope + " successfully executed.",
|
|
185
|
+
message: "Scopes: " + JSON.stringify(propsByScope) + " successfully executed.",
|
|
186
186
|
logLevel: "info"
|
|
187
187
|
});
|
|
188
188
|
return renderedPropositions;
|
|
@@ -14,4 +14,4 @@ governing permissions and limitations under the License.
|
|
|
14
14
|
*/
|
|
15
15
|
// The __VERSION__ keyword will be replace at alloy build time with the package.json version.
|
|
16
16
|
// see babel-plugin-version
|
|
17
|
-
var _default = exports.default = "2.22.0-beta.
|
|
17
|
+
var _default = exports.default = "2.22.0-beta.3";
|
|
@@ -180,7 +180,7 @@ export default (({
|
|
|
180
180
|
detail: {
|
|
181
181
|
...propsByScope
|
|
182
182
|
},
|
|
183
|
-
message: `Scopes: ${propsByScope} successfully executed.`,
|
|
183
|
+
message: `Scopes: ${JSON.stringify(propsByScope)} successfully executed.`,
|
|
184
184
|
logLevel: "info"
|
|
185
185
|
});
|
|
186
186
|
return renderedPropositions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/alloy",
|
|
3
|
-
"version": "2.22.0-beta.
|
|
3
|
+
"version": "2.22.0-beta.3",
|
|
4
4
|
"description": "Adobe Experience Platform Web SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "libEs5/index.js",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"uuid": "^10.0.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@adobe/alloy": "^2.22.0-beta.
|
|
98
|
+
"@adobe/alloy": "^2.22.0-beta.2",
|
|
99
99
|
"@babel/cli": "^7.24.8",
|
|
100
100
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
101
101
|
"@eslint/js": "^9.9.0",
|