lunesjs 1.5.5 → 1.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "lunesjs",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Library for communication with nodes in mainnet or testnet of the lunes-blockchain network",
5
- "main": "dist/*.js",
6
- "types": "dist/*.d.ts",
5
+ "main": "dist/**/*.js",
6
+ "types": "dist/**/*/*.d.ts",
7
7
  "repository": "git@git.lunes.io:blockchain/labs/lunesjs.git",
8
8
  "keywords": [
9
9
  "blockchain",
@@ -30,4 +30,4 @@
30
30
  "axios": "^0.26.1",
31
31
  "lunesrs": "1.8.1"
32
32
  }
33
- }
33
+ }