Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/package #346

Merged
merged 2 commits into from
Sep 18, 2023
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
8 changes: 8 additions & 0 deletions .changeset/great-teachers-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@bnb-chain/create-gnfd-app': patch
'@bnb-chain/greenfiled-file-handle': patch
'@bnb-chain/greenfield-zk-crypto': patch
'@bnb-chain/greenfield-js-sdk': patch
---

chore: Update package.json
11 changes: 0 additions & 11 deletions .codesandbox/ci.json

This file was deleted.

3 changes: 2 additions & 1 deletion packages/create-gnfd-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"url": "https://github.com/bnb-chain/greenfield-js-sdk",
"directory": "packages/create-gnfd-app"
},
"homepage": "https://github.com/bnb-chain/greenfield-js-sdk/packages/create-gnfd-app#readme",
"homepage": "https://github.com/bnb-chain/greenfield-js-sdk/tree/alpha/packages/create-gnfd-app#readme",
"bugs": "https://github.com/bnb-chain/greenfield-js-sdk/issues",
"scripts": {
"dev": "rollup -cw",
"build": "rollup -c"
Expand Down
12 changes: 11 additions & 1 deletion packages/file-handle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,17 @@
"build": "webpack",
"test": ""
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/bnb-chain/greenfield-js-sdk",
"directory": "packages/file-handle"
},
"homepage": "https://github.com/bnb-chain/greenfield-js-sdk/tree/alpha/packages/file-handle#readme",
"bugs": "https://github.com/bnb-chain/greenfield-js-sdk/issues",
"keywords": [
"greenfiled",
"checksums"
],
"author": "",
"license": "GPLv3",
"engines": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 12 additions & 2 deletions packages/chain-sdk/package.json → packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,17 @@
"test": "jest --runInBand",
"lint": "prettier --write './src/*.{ts,tsx,js,jsx}' && eslint ./src/ --ext .js,.jsx,.ts,.tsx --fix"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/bnb-chain/greenfield-js-sdk",
"directory": "packages/js-sdk"
},
"homepage": "https://github.com/bnb-chain/greenfield-js-sdk/tree/alpha/packages/js-sdk#readme",
"bugs": "https://github.com/bnb-chain/greenfield-js-sdk/issues",
"keywords": [
"greenfiled",
"js-sdk"
],
"author": "",
"license": "GPLv3",
"engines": {
Expand Down Expand Up @@ -90,4 +100,4 @@
"tslib": "^2.5.0",
"typescript": "^4.9.5"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
SimulateOptions,
TxResponse,
} from '..';
import { RpcQueryClient } from '../clients/queryclient';
import { RpcQueryClient } from './queryclient';
import { DEFAULT_DENOM, ZERO_PUBKEY } from '../constants';
import {
createEIP712,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 14 additions & 1 deletion packages/zk-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,20 @@
"dist",
"types"
],
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/bnb-chain/greenfield-js-sdk",
"directory": "packages/zk-crypto"
},
"homepage": "https://github.com/bnb-chain/greenfield-js-sdk/tree/alpha/packages/zk-crypto#readme",
"bugs": "https://github.com/bnb-chain/greenfield-js-sdk/issues",
"keywords": [
"greenfiled",
"crypto",
"signature",
"EDDSA",
"ECDSA"
],
"author": "",
"license": "MIT",
"devDependencies": {
Expand Down