Compare commits

...
Author SHA1 Message Date
Zach 8e594d9664 TODO finish cleaning up 2023-03-06 15:53:11 -05:00
dboreham 2ef028a671 Update to latest sdk (#22) 2023-02-20 12:37:20 -07:00
Michael e7121de87b Merge pull request #20 from cerc-io/integrated_testing
Create manual_npm_publish.yml
2023-02-15 15:54:07 -05:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ CLI utility written in TS, used to interact with laconicd. Depends on [laconic-s
## Setup
* Run `yarn` to install all dependencies.
`npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/`
* Run `yarn && yarn build` to install all dependencies.
* Create a `config.yml` file from [config.example.yml](./config.example.yml) file.
+1 -1
View File
@@ -15,7 +15,7 @@
},
"dependencies": {
"fs-extra": "^10.1.0",
"@cerc-io/laconic-sdk": "0.1.5",
"@cerc-io/laconic-sdk": "0.1.6",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"lodash-clean": "^2.2.3",