@adobe/spacecat-shared-tokowaka-client 1.16.2 → 1.17.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/.releaserc.cjs CHANGED
@@ -10,7 +10,7 @@ module.exports = {
10
10
  ["@semantic-release/changelog", {
11
11
  "changelogFile": "CHANGELOG.md",
12
12
  }],
13
- "@semantic-release/npm",
13
+ ...(process.env.SR_NO_NPM_AUTH === 'true' ? [] : ["@semantic-release/npm"]),
14
14
  ["@semantic-release/git", {
15
15
  "assets": ["package.json", "CHANGELOG.md"],
16
16
  "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [@adobe/spacecat-shared-tokowaka-client-v1.17.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-tokowaka-client-v1.17.0...@adobe/spacecat-shared-tokowaka-client-v1.17.1) (2026-05-23)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update external fixes ([#1623](https://github.com/adobe/spacecat-shared/issues/1623)) ([19cb2a4](https://github.com/adobe/spacecat-shared/commit/19cb2a4fec00735ad4eead3030f9ea6b2573fdc3))
6
+
7
+ ## [@adobe/spacecat-shared-tokowaka-client-v1.17.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-tokowaka-client-v1.16.2...@adobe/spacecat-shared-tokowaka-client-v1.17.0) (2026-05-21)
8
+
9
+ ### Features
10
+
11
+ * **ci:** migrate npm publishing to OIDC Trusted Publishers ([#1592](https://github.com/adobe/spacecat-shared/issues/1592)) ([7556295](https://github.com/adobe/spacecat-shared/commit/75562957a223b5783a97998c8dc12eebd3e4db34))
12
+
1
13
  ## [@adobe/spacecat-shared-tokowaka-client-v1.16.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-tokowaka-client-v1.16.1...@adobe/spacecat-shared-tokowaka-client-v1.16.2) (2026-05-14)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-tokowaka-client",
3
- "version": "1.16.2",
3
+ "version": "1.17.1",
4
4
  "description": "Tokowaka Client for SpaceCat - Edge optimization config management",
5
5
  "type": "module",
6
6
  "engines": {
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@adobe/spacecat-shared-utils": "1.81.1",
38
- "@aws-sdk/client-cloudfront": "3.1045.0",
39
- "@aws-sdk/client-s3": "3.1045.0",
38
+ "@aws-sdk/client-cloudfront": "3.1053.0",
39
+ "@aws-sdk/client-s3": "3.1053.0",
40
40
  "hast-util-from-html": "2.0.3",
41
41
  "mdast-util-from-markdown": "2.0.3",
42
42
  "mdast-util-to-hast": "13.2.1",
@@ -47,7 +47,7 @@
47
47
  "c8": "11.0.0",
48
48
  "chai": "6.2.2",
49
49
  "esmock": "2.7.5",
50
- "mocha": "11.7.5",
50
+ "mocha": "11.7.6",
51
51
  "nock": "14.0.15",
52
52
  "sinon": "21.1.2",
53
53
  "sinon-chai": "4.0.1"