@rosen-bridge/cli 2.1.1 → 2.1.2

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @rosen-bridge/cli
2
2
 
3
+ ## 2.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Update dependency @rosen-bridge/encryption@1.0.1
8
+
3
9
  ## 2.1.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rosen-bridge/cli",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "The official Rosen bridge cli, providing helpers for the tasks related to Rosen bridge",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "rosen"
28
28
  ],
29
29
  "dependencies": {
30
- "@rosen-bridge/encryption": "^0.1.2",
30
+ "@rosen-bridge/encryption": "^1.0.1",
31
31
  "@rosen-bridge/utils": "^2.0.2",
32
32
  "@zxcvbn-ts/core": "^3.0.4",
33
33
  "@zxcvbn-ts/language-common": "^3.0.4",