@dsmrt/axiom-cli 1.3.4 → 1.3.6

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @dsmrt/axiom-cli
2
2
 
3
+ ## 1.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 0459ce3: fix(ci): restore NPM_TOKEN auth — pnpm publish does not support npm Trusted Publishers OIDC
8
+ - Updated dependencies [0459ce3]
9
+ - @dsmrt/axiom-config@1.2.5
10
+ - @dsmrt/axiom-aws-sdk@1.0.3
11
+
12
+ ## 1.3.5
13
+
14
+ ### Patch Changes
15
+
16
+ - 762e5c6: chore: test npm Trusted Publisher OIDC publish flow
17
+ - Updated dependencies [762e5c6]
18
+ - @dsmrt/axiom-config@1.2.4
19
+ - @dsmrt/axiom-aws-sdk@1.0.2
20
+
3
21
  ## 1.3.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsmrt/axiom-cli",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "axiom cli for managing configs including secrets",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -48,8 +48,8 @@
48
48
  "chalk": "^4.1.2",
49
49
  "inquirer": "^8.2.6",
50
50
  "yargs": "^17.7.2",
51
- "@dsmrt/axiom-aws-sdk": "^1.0.1",
52
- "@dsmrt/axiom-config": "^1.2.3"
51
+ "@dsmrt/axiom-aws-sdk": "^1.0.3",
52
+ "@dsmrt/axiom-config": "^1.2.5"
53
53
  },
54
54
  "scripts": {
55
55
  "lint": "biome lint",