@adobe/spacecat-shared-tokowaka-client 1.16.1 → 1.17.0

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.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)
2
+
3
+ ### Features
4
+
5
+ * **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))
6
+
7
+ ## [@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)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update external fixes ([#1533](https://github.com/adobe/spacecat-shared/issues/1533)) ([0a3e2ab](https://github.com/adobe/spacecat-shared/commit/0a3e2abbbc5f58b5320518f7d596d4cef6271fa0))
12
+
1
13
  ## [@adobe/spacecat-shared-tokowaka-client-v1.16.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-tokowaka-client-v1.16.0...@adobe/spacecat-shared-tokowaka-client-v1.16.1) (2026-05-06)
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.1",
3
+ "version": "1.17.0",
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.1024.0",
39
- "@aws-sdk/client-s3": "3.1024.0",
38
+ "@aws-sdk/client-cloudfront": "3.1045.0",
39
+ "@aws-sdk/client-s3": "3.1045.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",
@@ -46,10 +46,10 @@
46
46
  "aws-sdk-client-mock": "4.1.0",
47
47
  "c8": "11.0.0",
48
48
  "chai": "6.2.2",
49
- "esmock": "2.7.3",
49
+ "esmock": "2.7.5",
50
50
  "mocha": "11.7.5",
51
- "nock": "14.0.10",
52
- "sinon": "21.0.3",
51
+ "nock": "14.0.15",
52
+ "sinon": "21.1.2",
53
53
  "sinon-chai": "4.0.1"
54
54
  }
55
55
  }