Skip to content

Commit

Permalink
update versions in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Oct 29, 2024
1 parent 5e05e9d commit 9a57caf
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 140 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ enableGlobalCache: true
nmMode: hardlinks-local

nodeLinker: node-modules

1 change: 1 addition & 0 deletions packages/demo-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@webzjs/demo-wallet",
"source": "index.html",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"serve": "vite preview",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webzjs/wasm",
"version": "1.0.0",
"version": "0.1.0",
"main": "lib/index.js",
"browser": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
26 changes: 26 additions & 0 deletions packages/webz-core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@webzjs/webz-core",
"type": "module",
"collaborators": [
"ChainSafe Systems"
],
"description": "A browser client-side library for implementing Zcash wallets",
"version": "0.1.0",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/WebZjs"
},
"files": [
"webz_core_bg.wasm",
"webz_core.js",
"webz_core.d.ts",
"LICENSE-APACHE",
"LICENSE-MIT"
],
"main": "webz_core.js",
"types": "webz_core.d.ts",
"sideEffects": [
"./snippets/*"
]
}
Loading

0 comments on commit 9a57caf

Please sign in to comment.