@manifest-network/manifestjs 3.0.1 → 4.0.0

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 (1) hide show
  1. package/package.json +10 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manifest-network/manifestjs",
3
- "version": "3.0.1",
3
+ "version": "4.0.0",
4
4
  "description": "Javascript library for interacting with Manifest",
5
5
  "author": "Manifest Network <hello@manifest.network>",
6
6
  "homepage": "https://github.com/manifest-network/manifestjs#readme",
@@ -16,8 +16,8 @@
16
16
  "!CHANGELOG.md"
17
17
  ],
18
18
  "scripts": {
19
- "build:cjs": "yarn tsc -p tsconfig.json --outDir dist --module commonjs || true",
20
- "build:mjs": "yarn tsc -p tsconfig.json --outDir mjs --module es2022 --declaration false || true",
19
+ "build:cjs": "yarn tsc -p tsconfig.json --outDir dist --module commonjs",
20
+ "build:mjs": "yarn tsc -p tsconfig.json --outDir mjs --module es2022 --declaration false",
21
21
  "clean:mjs": "rimraf mjs",
22
22
  "clean:dist": "rimraf dist",
23
23
  "clean": "npm run clean:mjs && npm run clean:dist",
@@ -34,11 +34,14 @@
34
34
  "starship:watch": "jest --watch --config ./jest.starship.config.js"
35
35
  },
36
36
  "publishConfig": {
37
- "access": "public"
37
+ "access": "public",
38
+ "registry": "https://registry.npmjs.org",
39
+ "provenance": true
38
40
  },
39
41
  "repository": {
40
42
  "type": "git",
41
- "url": "https://github.com/manifest-network/manifestjs"
43
+ "url": "git+https://github.com/manifest-network/manifestjs.git",
44
+ "directory": "."
42
45
  },
43
46
  "keywords": [],
44
47
  "bugs": {
@@ -70,8 +73,8 @@
70
73
  "@cosmjs/amino": "^0.32.4",
71
74
  "@cosmjs/encoding": "^0.32.4",
72
75
  "@cosmjs/proto-signing": "^0.32.4",
73
- "@cosmjs/stargate": "npm:@manifest-network/stargate@0.32.4-ll.4",
76
+ "@cosmjs/stargate": "npm:@manifest-network/stargate@0.32.4-ll.5",
74
77
  "@cosmjs/tendermint-rpc": "^0.32.4",
75
- "@cosmology/lcd": "npm:@manifest-network/lcd@^0.14.6"
78
+ "@cosmology/lcd": "npm:@manifest-network/lcd@^0.14.7"
76
79
  }
77
80
  }