@mimicprotocol/cli 0.0.1-rc.39 → 0.0.1-rc.41

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mimicprotocol/cli
2
2
 
3
+ ## 0.0.1-rc.41
4
+
5
+ ### Patch Changes
6
+
7
+ - 54f7344: Add Polygon, Avalanche, and BNB chain support
8
+ - Updated dependencies [54f7344]
9
+ - @mimicprotocol/lib-ts@0.0.1-rc.41
10
+
11
+ ## 0.0.1-rc.40
12
+
13
+ ### Patch Changes
14
+
15
+ - 32adf4f: Fix ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING for new node versions
16
+ - 2bbe278: update eslint config
17
+ - Updated dependencies [32adf4f]
18
+ - Updated dependencies [2bbe278]
19
+ - @mimicprotocol/lib-ts@0.0.1-rc.40
20
+
3
21
  ## 0.0.1-rc.39
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimicprotocol/cli",
3
- "version": "0.0.1-rc.39",
3
+ "version": "0.0.1-rc.41",
4
4
  "license": "GPL-3.0",
5
5
  "private": false,
6
6
  "type": "commonjs",
@@ -42,7 +42,7 @@
42
42
  "@types/node": "^22.10.5",
43
43
  "axios-mock-adapter": "^2.1.0",
44
44
  "chai": "^4.3.7",
45
- "eslint-config-mimic": "^0.0.3",
45
+ "eslint-config-mimic": "^0.0.4",
46
46
  "mocha": "^10.2.0",
47
47
  "sinon": "^18.0.0",
48
48
  "ts-mocha": "^10.0.0",
@@ -50,7 +50,7 @@
50
50
  "typescript": "^5.8.3"
51
51
  },
52
52
  "peerDependencies": {
53
- "@mimicprotocol/lib-ts": ">=0.0.1-rc.39"
53
+ "@mimicprotocol/lib-ts": ">=0.0.1-rc.41"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "@mimicprotocol/lib-ts": {