@adobe/spacecat-shared-data-access 1.41.5 → 1.41.7

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,17 @@
1
+ # [@adobe/spacecat-shared-data-access-v1.41.7](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.41.6...@adobe/spacecat-shared-data-access-v1.41.7) (2024-08-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * move metrics-store and s3 in shared utils ([#327](https://github.com/adobe/spacecat-shared/issues/327)) ([bff367c](https://github.com/adobe/spacecat-shared/commit/bff367cf05f9b7d802a7b8c24bc81abbf0e2665c))
7
+
8
+ # [@adobe/spacecat-shared-data-access-v1.41.6](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.41.5...@adobe/spacecat-shared-data-access-v1.41.6) (2024-08-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * experimentation IT tests failing intermittently ([#337](https://github.com/adobe/spacecat-shared/issues/337)) ([b6651d6](https://github.com/adobe/spacecat-shared/commit/b6651d60bdfe93ffb55f95018352ea3647432b0d))
14
+
1
15
  # [@adobe/spacecat-shared-data-access-v1.41.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.41.4...@adobe/spacecat-shared-data-access-v1.41.5) (2024-08-19)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "1.41.5",
3
+ "version": "1.41.7",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -38,10 +38,10 @@
38
38
  "uuid": "10.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "chai": "4.5.0",
41
+ "chai": "5.1.1",
42
42
  "chai-as-promised": "8.0.0",
43
43
  "dynamo-db-local": "8.0.0",
44
44
  "sinon": "18.0.0",
45
- "sinon-chai": "3.7.0"
45
+ "sinon-chai": "4.0.0"
46
46
  }
47
47
  }
package/src/index.d.ts CHANGED
@@ -84,6 +84,7 @@ export interface Audit {
84
84
  getScores: () => object;
85
85
  }
86
86
 
87
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
87
88
  export interface Config {
88
89
 
89
90
  }