Skip to content

Commit

Permalink
upd packge build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Jun 24, 2024
1 parent 9d2778f commit 1df39df
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"packages/*"
],
"scripts": {
"apply-version": "node scripts/versions.js $0 && yarn build:connector && yarn workspace @qtumproject/wallet-snap preversion",
"apply-version": "node scripts/versions.js $0 && yarn build:connector && yarn workspace @qtumproject/qtum-wallet preversion",
"build": "yarn workspaces foreach -pv --topological-dev --verbose --all run build",
"build:connector": "yarn workspace @qtumproject/wallet-snap-connector build",
"build:connector": "yarn workspace @qtumproject/qtum-wallet-connector build",
"postinstall": "patch-package",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint:eslint": "eslint . --cache --ext js,ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ QtumSnap connector is used to install snap and exposes methods for calling snap
### Installation

```bash
npm install @qtumproject/wallet-snap-connector
npm install @qtumproject/qtum-wallet-connector
```

```bash
yarn add @qtumproject/wallet-snap-connector
yarn add @qtumproject/qtum-wallet-connector
```

### Define raw provider (object which is similar to window.ethereum)
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qtumproject/qtum-wallet-connector",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "A Provider to be used in ethers.js to interact with Qtum's wallet",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/consts/snap.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const defaultSnapOrigin = 'npm:@qtumproject/wallet-snap';
export const defaultSnapOrigin = 'npm:@qtumproject/qtum-wallet';
2 changes: 1 addition & 1 deletion packages/connector/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.1.0"
"version": "0.1.0-rc.0"
}
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qtumproject/qtum-wallet",
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "Qtum Snap is a MetaMask Snap that plays the role of the RPC proxy that accepts requests to the MetaMask and forwards them to the Qtum network with the Qtum ethers adapter.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.0",
"version": "0.1.0-rc.0",
"description": "Securely store and manage all of your identity credentials. Use them across chains with ZK-protected privacy guarantees.",
"proposedName": "QtumSnap",
"repository": {
"type": "git",
"url": "https://github.com/qtumproject/qtum-extension-wallet.git"
},
"source": {
"shasum": "RDoretuEsMos4loEqdukCmh8woLbbTVVgVgUaD/ZxA0=",
"shasum": "Y8eu87M74DuiNnjJmKemX0zQKv9ebGxRF18/kCnWYl8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 1df39df

Please sign in to comment.