@avalabs/avalanche-module 0.0.0-refactor-params-20240711144842 → 0.0.0-refactor-params-20240711152250

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.
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/index.js 1.52 KB
14
- ESM dist/index.js.map 3.80 KB
15
- ESM ⚡️ Build success in 410ms
16
13
  CJS dist/index.cjs 1.55 KB
17
14
  CJS dist/index.cjs.map 3.80 KB
18
- CJS ⚡️ Build success in 411ms
15
+ CJS ⚡️ Build success in 349ms
16
+ ESM dist/index.js 1.52 KB
17
+ ESM dist/index.js.map 3.80 KB
18
+ ESM ⚡️ Build success in 351ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 5440ms
20
+ DTS ⚡️ Build success in 5664ms
21
21
  DTS dist/index.d.cts 752.00 B
22
22
  DTS dist/index.d.ts 752.00 B
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @avalabs/avalanche-module
2
2
 
3
- ## 0.0.0-refactor-params-20240711144842
3
+ ## 0.0.0-refactor-params-20240711152250
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,4 +8,4 @@
8
8
  - 02560da: Created Avalanche module
9
9
  - Updated dependencies [cd97708]
10
10
  - Updated dependencies [e0c3f2b]
11
- - @avalabs/vm-module-types@0.0.0-refactor-params-20240711144842
11
+ - @avalabs/vm-module-types@0.0.0-refactor-params-20240711152250
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@avalabs/avalanche-module",
3
- "version": "0.0.0-refactor-params-20240711144842",
3
+ "version": "0.0.0-refactor-params-20240711152250",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@avalabs/vm-module-types": "0.0.0-refactor-params-20240711144842",
9
+ "@avalabs/vm-module-types": "0.0.0-refactor-params-20240711152250",
10
10
  "@metamask/rpc-errors": "6.3.0"
11
11
  },
12
12
  "devDependencies": {
@@ -15,7 +15,7 @@
15
15
  "ts-jest": "29.1.1",
16
16
  "tsup": "7.2.0",
17
17
  "@internal/tsup-config": "0.0.1",
18
- "eslint-config-custom": "0.0.0-refactor-params-20240711144842"
18
+ "eslint-config-custom": "0.0.0-refactor-params-20240711152250"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "tsup",