@dsmrt/axiom-cli 1.3.4 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @dsmrt/axiom-cli
2
2
 
3
+ ## 1.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 221d99c: chore: upgrade to Node 24 and add mise config for local dev
8
+ - Updated dependencies [221d99c]
9
+ - @dsmrt/axiom-config@1.2.6
10
+ - @dsmrt/axiom-aws-sdk@1.0.4
11
+
12
+ ## 1.3.6
13
+
14
+ ### Patch Changes
15
+
16
+ - 0459ce3: fix(ci): restore NPM_TOKEN auth — pnpm publish does not support npm Trusted Publishers OIDC
17
+ - Updated dependencies [0459ce3]
18
+ - @dsmrt/axiom-config@1.2.5
19
+ - @dsmrt/axiom-aws-sdk@1.0.3
20
+
21
+ ## 1.3.5
22
+
23
+ ### Patch Changes
24
+
25
+ - 762e5c6: chore: test npm Trusted Publisher OIDC publish flow
26
+ - Updated dependencies [762e5c6]
27
+ - @dsmrt/axiom-config@1.2.4
28
+ - @dsmrt/axiom-aws-sdk@1.0.2
29
+
3
30
  ## 1.3.4
4
31
 
5
32
  ### 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.7",
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.4",
52
+ "@dsmrt/axiom-config": "^1.2.6"
53
53
  },
54
54
  "scripts": {
55
55
  "lint": "biome lint",