@dsmrt/axiom-cli 1.3.6 → 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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 1.3.6
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsmrt/axiom-cli",
3
- "version": "1.3.6",
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.3",
52
- "@dsmrt/axiom-config": "^1.2.5"
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",