@adobe/spacecat-shared-data-access 2.15.0 → 2.15.1
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.15.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.15.0...@adobe/spacecat-shared-data-access-v2.15.1) (2025-04-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* completion queue url for audit jobs ([#697](https://github.com/adobe/spacecat-shared/issues/697)) ([5987a4c](https://github.com/adobe/spacecat-shared/commit/5987a4cda6f682e12270e202d5bfd262b156d104))
|
|
7
|
+
|
|
1
8
|
# [@adobe/spacecat-shared-data-access-v2.15.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.14.1...@adobe/spacecat-shared-data-access-v2.15.0) (2025-04-17)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -132,7 +132,7 @@ class Audit extends BaseModel {
|
|
|
132
132
|
processingType: stepResult.processingType || 'default',
|
|
133
133
|
skipMessage: false,
|
|
134
134
|
allowCache: true,
|
|
135
|
-
completionQueueUrl: stepResult.completionQueueUrl || context.env?.
|
|
135
|
+
completionQueueUrl: stepResult.completionQueueUrl || context.env?.AUDIT_JOBS_QUEUE_URL,
|
|
136
136
|
auditContext,
|
|
137
137
|
}),
|
|
138
138
|
},
|