Thomas E Lackey
990e427c3f
Some checks failed
Tests / sdk_tests (push) Failing after 24m12s
``` message ApplicationDeploymentRemovalRequest { string type = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""]; string version = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""]; string deployment = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""]; string request = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""]; string meta = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""]; repeated string tags = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""]; } message ApplicationDeploymentRemovalRecord { string type = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""]; string version = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""]; string deployment = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""]; string request = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""]; string meta = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""]; repeated string tags = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""]; } ``` Reviewed-on: #51 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@cerc-io/laconic-sdk",
|
|
"version": "0.1.13",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": "git@github.com:cerc-io/laconic-sdk.git",
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.4.1",
|
|
"@types/lodash": "^4.14.181",
|
|
"@types/semver": "^7.3.9",
|
|
"@types/tiny-secp256k1": "1.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"google-protobuf": "^3.21.0",
|
|
"jest": "29.0.0",
|
|
"protoc-gen-ts": "^0.8.7",
|
|
"ts-jest": "^29.0.2",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/amino": "^0.28.1",
|
|
"@cosmjs/crypto": "^0.28.1",
|
|
"@cosmjs/encoding": "^0.28.1",
|
|
"@ipld/dag-cbor": "^7.0.1",
|
|
"@ipld/dag-json": "^8.0.9",
|
|
"@metamask/eth-sig-util": "^4.0.0",
|
|
"@tharsis/address-converter": "^0.1.7",
|
|
"@tharsis/eip712": "^0.2.1",
|
|
"@tharsis/proto": "^0.1.16",
|
|
"@tharsis/provider": "^0.2.4",
|
|
"@tharsis/transactions": "^0.2.2",
|
|
"axios": "^0.26.1",
|
|
"bip32": "3.0.1",
|
|
"bip39": "^3.0.4",
|
|
"canonical-json": "^0.0.4",
|
|
"ethers": "^5.6.2",
|
|
"evmosjs": "^0.2.5",
|
|
"graphql.js": "^0.6.8",
|
|
"js-sha256": "^0.9.0",
|
|
"js-yaml": "^3.14.1",
|
|
"jsonschema": "^1.4.0",
|
|
"lodash": "^4.17.21",
|
|
"multiformats": "^9.5.4",
|
|
"node-yaml": "^4.0.1",
|
|
"secp256k1": "^4.0.1",
|
|
"semver": "^7.3.5",
|
|
"tiny-secp256k1": "^1.1.6"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --runInBand --verbose",
|
|
"test:auctions": "TEST_AUCTIONS_ENABLED=1 jest --runInBand --verbose src/auction.test.ts",
|
|
"test:nameservice-expiry": "TEST_NAMESERVICE_EXPIRY=1 jest --runInBand --verbose src/nameservice-expiry.test.ts",
|
|
"build": "tsc"
|
|
}
|
|
}
|