@adobe/spacecat-shared-rum-api-client 1.3.3 → 1.3.4

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 (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [@adobe/spacecat-shared-rum-api-client-v1.3.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v1.3.3...@adobe/spacecat-shared-rum-api-client-v1.3.4) (2024-01-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * missing module releaserc ([0ec70ba](https://github.com/adobe/spacecat-shared/commit/0ec70ba171edd66f4aa4e3770cc9b2a3e29d752c))
7
+ * monorepo extends overwrites config ([#99](https://github.com/adobe/spacecat-shared/issues/99)) ([fea357f](https://github.com/adobe/spacecat-shared/commit/fea357f105d96e3d9dbf87687c26bc34b21f8b5d))
8
+ * rollback test change for node 18 ([ff981fb](https://github.com/adobe/spacecat-shared/commit/ff981fbb658cba611a188a57a1b1c79f1ba8e89a))
9
+ * update node to lts/20, semantic release, misc ([#91](https://github.com/adobe/spacecat-shared/issues/91)) ([099662a](https://github.com/adobe/spacecat-shared/commit/099662af314866852313e250cecead2404e52f42))
10
+
1
11
  # [@adobe/spacecat-shared-rum-api-client-v1.3.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v1.3.2...@adobe/spacecat-shared-rum-api-client-v1.3.3) (2024-01-20)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-rum-api-client",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Shared modules of the Spacecat Services - Rum API client",
5
5
  "type": "module",
6
6
  "main": "src/index.js",