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

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
- CJS dist/index.cjs 1.55 KB
14
- CJS dist/index.cjs.map 3.80 KB
15
- CJS ⚡️ Build success in 356ms
16
13
  ESM dist/index.js 1.52 KB
17
14
  ESM dist/index.js.map 3.80 KB
18
- ESM ⚡️ Build success in 358ms
15
+ ESM ⚡️ Build success in 410ms
16
+ CJS dist/index.cjs 1.55 KB
17
+ CJS dist/index.cjs.map 3.80 KB
18
+ CJS ⚡️ Build success in 411ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 5401ms
20
+ DTS ⚡️ Build success in 5440ms
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,9 +1,11 @@
1
1
  # @avalabs/avalanche-module
2
2
 
3
- ## 0.0.0-refactor-params-20240711144718
3
+ ## 0.0.0-refactor-params-20240711144842
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - e0c3f2b: make module interface more consistent
7
8
  - 02560da: Created Avalanche module
8
9
  - Updated dependencies [cd97708]
9
- - @avalabs/vm-module-types@0.0.0-refactor-params-20240711144718
10
+ - Updated dependencies [e0c3f2b]
11
+ - @avalabs/vm-module-types@0.0.0-refactor-params-20240711144842
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@avalabs/avalanche-module",
3
- "version": "0.0.0-refactor-params-20240711144718",
3
+ "version": "0.0.0-refactor-params-20240711144842",
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-20240711144718",
9
+ "@avalabs/vm-module-types": "0.0.0-refactor-params-20240711144842",
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.1"
18
+ "eslint-config-custom": "0.0.0-refactor-params-20240711144842"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "tsup",