Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0glabs/0g-serving-broker",
"version": "0.7.0",
"version": "0.7.1",
"description": "TS SDK for 0G Compute Network",
"main": "./lib.commonjs/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src.ts/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const program = new Command()
program
.name('0g-compute-cli')
.description('CLI for interacting with ZG Compute Network')
.version('0.7.0')
.version('0.7.1')

ledger(program)

Expand Down
13 changes: 13 additions & 0 deletions web-ui/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Override .gitignore for npm packaging
# The out/ directory must be included in the published package
# (web-ui/.gitignore excludes out/ which prevents npm from packing it)

node_modules/
.next/
src/
public/
.env
.env.*
*.tsbuildinfo
next-env.d.ts
.vercel
2 changes: 1 addition & 1 deletion web-ui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.