@mimicprotocol/test-ts 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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @mimicprotocol/test-ts
2
2
 
3
+ ## 0.0.1-rc.41
4
+
5
+ ### Patch Changes
6
+
7
+ - 54f7344: Add Polygon, Avalanche, and BNB chain support
8
+
9
+ ## 0.0.1-rc.40
10
+
11
+ ### Patch Changes
12
+
13
+ - 32adf4f: Fix ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING for new node versions
14
+ - 2bbe278: update eslint config
15
+
3
16
  ## 0.0.1-rc.39
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimicprotocol/test-ts",
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
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "@types/chai": "^4.3.5",
24
24
  "@types/mocha": "^10.0.1",
25
25
  "chai": "^4.3.7",
26
- "eslint-config-mimic": "^0.0.3",
26
+ "eslint-config-mimic": "^0.0.4",
27
27
  "mocha": "^10.2.0",
28
28
  "nodemon": "^2.0.22",
29
29
  "ts-mocha": "^10.0.0",