Compare commits

..
Author SHA1 Message Date
dboreham 8e852ad2ce Changes to match repo renaming 2022-10-10 16:13:24 -06:00
dboreham 62d47f0c4b Merge pull request #2 from cerc-io/dboreham/doc-fixes
Blind attempt to re-brand
2022-10-03 12:19:57 -06:00
dboreham faf7c18e5c Merge pull request #1 from cerc-io/dboreham/fix-dependency-versions
Fix dependencies to remove yarn warnings
2022-10-03 12:19:27 -06:00
dboreham 5f1f3fa9e6 Fix dependencies to remove yarn warnings 2022-09-28 11:22:34 -06:00
3 changed files with 775 additions and 1093 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# laconic-client # laconic-sdk
## Tests ## 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. - 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 ```bash
yarn test yarn test
+7 -6
View File
@@ -1,9 +1,9 @@
{ {
"name": "laconic-client", "name": "laconic-sdk",
"version": "0.1.0", "version": "0.1.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"repository": "git@github.com:cerc-io/laconic-client.git", "repository": "git@github.com:cerc-io/laconic-sdk.git",
"author": "", "author": "",
"license": "UNLICENSED", "license": "UNLICENSED",
"devDependencies": { "devDependencies": {
@@ -12,9 +12,10 @@
"@types/lodash": "^4.14.181", "@types/lodash": "^4.14.181",
"@types/semver": "^7.3.9", "@types/semver": "^7.3.9",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"jest": "^27.5.1", "protoc-gen-ts": "^0.8.5",
"protoc-gen-ts": "^0.8.2", "google-protobuf": "^3.21.0",
"ts-jest": "^27.1.3", "jest": "29.0.0",
"ts-jest": "^29.0.2",
"typescript": "^4.6.2" "typescript": "^4.6.2"
}, },
"dependencies": { "dependencies": {
@@ -33,7 +34,7 @@
"graphql.js": "^0.6.8", "graphql.js": "^0.6.8",
"is-url": "^1.2.4", "is-url": "^1.2.4",
"js-sha256": "^0.9.0", "js-sha256": "^0.9.0",
"js-yaml": "^4.1.0", "js-yaml": "^3.14.1",
"jsonschema": "^1.4.0", "jsonschema": "^1.4.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"node-yaml": "^4.0.1", "node-yaml": "^4.0.1",
+766 -1085
View File
File diff suppressed because it is too large Load Diff