@dsmrt/axiom-cli 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @dsmrt/axiom-cli
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c61c468: aws sdk issue with missing fast xml parser dep
8
+ - Updated dependencies [c61c468]
9
+ - @dsmrt/axiom-aws-sdk@0.2.1
10
+
3
11
  ## 0.2.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsmrt/axiom-cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "axiom cli for managing configs including secrets",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -51,8 +51,8 @@
51
51
  "chalk": "^4.1.2",
52
52
  "inquirer": "^8.0.0",
53
53
  "yargs": "^17.7.2",
54
- "@dsmrt/axiom-aws-sdk": "^0.2.0",
55
- "@dsmrt/axiom-config": "^0.2.0"
54
+ "@dsmrt/axiom-config": "^0.2.0",
55
+ "@dsmrt/axiom-aws-sdk": "^0.2.1"
56
56
  },
57
57
  "scripts": {
58
58
  "lint": "eslint ./src/ ./src/aws ./src/bin --ext .ts",