@avalabs/vm-module-types 0.1.0 → 0.1.1

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,4 +6,4 @@ This package exposes the types for the VM modules
6
6
 
7
7
  ## Installation
8
8
 
9
- The module is privately available on NPM as `@avalabs/vm-module-types`
9
+ The module is available on NPM as `@avalabs/vm-module-types`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/vm-module-types",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "tsup": "7.2.0",
20
20
  "bn.js": "5.2.1",
21
21
  "@types/bn.js": "5.1.5",
22
- "@avalabs/coingecko-sdk": "v2.8.0-alpha.193",
23
- "@avalabs/glacier-sdk": "v2.8.0-alpha.193",
24
- "@avalabs/utils-sdk": "2.8.0-alpha.193",
22
+ "@avalabs/core-coingecko-sdk": "3.0.0",
23
+ "@avalabs/glacier-sdk": "3.0.0",
24
+ "@avalabs/core-utils-sdk": "3.0.0",
25
25
  "@internal/tsup-config": "0.0.1",
26
26
  "eslint-config-custom": "0.0.1"
27
27
  },