forked from cerc-io/laconic-sdk
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e852ad2ce | ||
|
|
62d47f0c4b | ||
|
|
faf7c18e5c | ||
|
|
fb3edfabd3 | ||
|
|
5f1f3fa9e6 |
@@ -1,4 +1,4 @@
|
||||
# laconic-client
|
||||
# laconic-sdk
|
||||
|
||||
## Tests
|
||||
|
||||
@@ -24,7 +24,7 @@ Follow these steps to run the tests:
|
||||
|
||||
- Copy the private key and assign it to variable `PRIVATE_KEY` in the `.env` file.
|
||||
|
||||
- Run the tests in laconic-client repo:
|
||||
- Run the tests in laconic-sdk repo:
|
||||
|
||||
```bash
|
||||
yarn test
|
||||
|
||||
+8
-8
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "laconic-client",
|
||||
"name": "laconic-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"repository": "git@github.com:cerc-io/laconic-client.git",
|
||||
"repository": "git@github.com:cerc-io/laconic-sdk.git",
|
||||
"author": "",
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
@@ -12,9 +12,10 @@
|
||||
"@types/lodash": "^4.14.181",
|
||||
"@types/semver": "^7.3.9",
|
||||
"dotenv": "^16.0.0",
|
||||
"jest": "^27.5.1",
|
||||
"protoc-gen-ts": "^0.8.2",
|
||||
"ts-jest": "^27.1.3",
|
||||
"protoc-gen-ts": "^0.8.5",
|
||||
"google-protobuf": "^3.21.0",
|
||||
"jest": "29.0.0",
|
||||
"ts-jest": "^29.0.2",
|
||||
"typescript": "^4.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -33,7 +34,7 @@
|
||||
"graphql.js": "^0.6.8",
|
||||
"is-url": "^1.2.4",
|
||||
"js-sha256": "^0.9.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"js-yaml": "^3.14.1",
|
||||
"jsonschema": "^1.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
"node-yaml": "^4.0.1",
|
||||
@@ -44,7 +45,6 @@
|
||||
"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",
|
||||
"postinstall": "tsc --outDir ./dist"
|
||||
"build": "tsc"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user