@flatjs/evolve 1.8.1-next.86 → 1.8.1-next.87

Sign up to get free protection for your applications and to get access to all the features.
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
  # @flatjs/evolve
2
2
 
3
+ ## 1.8.1-next.87
4
+
5
+ ### Patch Changes
6
+
7
+ - 9561920: bump `armit/git`` fix wrong requirements check issue
8
+
3
9
  ## 1.8.1-next.86
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.8.1-next.86",
3
+ "version": "1.8.1-next.87",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@armit/config-loader": "^0.0.48",
41
41
  "@armit/file-utility": "^0.0.27",
42
- "@armit/git": "^0.0.32",
42
+ "@armit/git": "^0.0.34",
43
43
  "@armit/package": "^0.0.42",
44
44
  "@armit/worker-threads": "^0.0.4",
45
45
  "@babel/core": "7.22.9",