Skip to content

Commit

Permalink
chore: bump package versions to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-harshrastogi committed Jul 10, 2024
1 parent f5053ea commit ce86f2b
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# built documents.
#
# The short X.Y version.
version = u'v0.4.0'
version = u'v0.4.1'
# The full version, including alpha/beta/rc tags.
release = u'v0.4.0'
release = u'v0.4.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/source/constants.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ js-moi-sdk package.
console.log(moi.VERSION)
>> 0.4.0
>> 0.4.1
MOI Derivation Path
-------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moi",
"version": "0.4.0",
"version": "0.4.1",
"description": "JavaScript library to interact with MOI Protocol via RPC API",
"private": true,
"main": "packages/js-moi/lib.cjs/index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/js-moi-bip39/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-bip39",
"version": "0.4.0",
"version": "0.4.1",
"description": "Bitcoin BIP39 package for deterministic key generation using mnemonic code",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -24,11 +24,11 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-hdnode": "^0.4.0",
"js-moi-signer": "^0.4.0",
"js-moi-constants": "^0.4.0",
"js-moi-utils": "^0.4.0",
"js-moi-hdnode": "^0.4.1",
"js-moi-signer": "^0.4.1",
"js-moi-constants": "^0.4.1",
"js-moi-utils": "^0.4.1",
"buffer": "^6.0.3",
"@noble/hashes": "^1.1.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/js-moi-constants/lib.cjs/version.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare const VERSION = "0.4.0";
//# sourceMappingURL=version.d.ts.map
export declare const VERSION = "0.4.1";
//# sourceMappingURL=version.d.ts.map
4 changes: 2 additions & 2 deletions packages/js-moi-constants/lib.cjs/version.js

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

4 changes: 2 additions & 2 deletions packages/js-moi-constants/lib.esm/version.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare const VERSION = "0.4.0";
//# sourceMappingURL=version.d.ts.map
export declare const VERSION = "0.4.1";
//# sourceMappingURL=version.d.ts.map
4 changes: 2 additions & 2 deletions packages/js-moi-constants/lib.esm/version.js

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

4 changes: 2 additions & 2 deletions packages/js-moi-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-constants",
"version": "0.4.0",
"version": "0.4.1",
"description": "Collection of constant variables used in js-moi-sdk",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -22,4 +22,4 @@
],
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT"
}
}
2 changes: 1 addition & 1 deletion packages/js-moi-constants/src.ts/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.4.0";
export const VERSION = "0.4.1";
6 changes: 3 additions & 3 deletions packages/js-moi-hdnode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-hdnode",
"version": "0.4.0",
"version": "0.4.1",
"description": "BIP32 HD Node for cryptocurrency key management.",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand Down Expand Up @@ -28,9 +28,9 @@
"buffer": "^6.0.3",
"crypto": "npm:crypto-browserify",
"hdkey": "^2.1.0",
"js-moi-utils": "^0.4.0",
"js-moi-utils": "^0.4.1",
"process": "^0.11.10",
"secp256k1": "^5.0.0",
"stream": "npm:stream-browserify"
}
}
}
12 changes: 6 additions & 6 deletions packages/js-moi-logic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-logic",
"version": "0.4.0",
"version": "0.4.1",
"description": "Module to interact with MOI Logic Objects.",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -23,11 +23,11 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-manifest": "^0.4.0",
"js-moi-utils": "^0.4.0",
"js-moi-providers": "^0.4.0",
"js-moi-signer": "^0.4.0",
"js-moi-manifest": "^0.4.1",
"js-moi-utils": "^0.4.1",
"js-moi-providers": "^0.4.1",
"js-moi-signer": "^0.4.1",
"@noble/hashes": "^1.1.5",
"buffer": "^6.0.3"
}
}
}
6 changes: 3 additions & 3 deletions packages/js-moi-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-manifest",
"version": "0.4.0",
"version": "0.4.1",
"description": "Module to encode and decode MOI Logic Engine input and output.",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -23,7 +23,7 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.4.0",
"js-moi-utils": "^0.4.1",
"js-polo": "^0.1.3"
}
}
}
8 changes: 4 additions & 4 deletions packages/js-moi-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-providers",
"version": "0.4.0",
"version": "0.4.1",
"description": "Module to connect and interact with MOI network",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -23,9 +23,9 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.4.0",
"js-moi-manifest": "^0.4.0",
"js-moi-utils": "^0.4.1",
"js-moi-manifest": "^0.4.1",
"cross-fetch": "^4.0.0",
"websocket": "^1.0.34"
}
}
}
8 changes: 4 additions & 4 deletions packages/js-moi-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-signer",
"version": "0.4.0",
"version": "0.4.1",
"description": "This package enables users to sign and verify messages in their applications.",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -23,10 +23,10 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-providers": "^0.4.0",
"js-moi-utils": "^0.4.0",
"js-moi-providers": "^0.4.1",
"js-moi-utils": "^0.4.1",
"buffer": "^6.0.3",
"@noble/hashes": "^1.1.5",
"@noble/secp256k1": "^1.7.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/js-moi-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-utils",
"version": "0.4.0",
"version": "0.4.1",
"description": "Collection of utility functions used in js-moi-sdk.",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"devDependencies": {
"@types/bn.js": "^5.1.5"
}
}
}
16 changes: 8 additions & 8 deletions packages/js-moi-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-wallet",
"version": "0.4.0",
"version": "0.4.1",
"description": "Module to interact with the MOI accounts.",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -23,16 +23,16 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-hdnode": "^0.4.0",
"js-moi-signer": "^0.4.0",
"js-moi-providers": "^0.4.0",
"js-moi-constants": "^0.4.0",
"js-moi-utils": "^0.4.0",
"js-moi-bip39": "^0.4.0",
"js-moi-hdnode": "^0.4.1",
"js-moi-signer": "^0.4.1",
"js-moi-providers": "^0.4.1",
"js-moi-constants": "^0.4.1",
"js-moi-utils": "^0.4.1",
"js-moi-bip39": "^0.4.1",
"@noble/hashes": "^1.1.5",
"buffer": "^6.0.3",
"aes-js": "4.0.0-beta.5",
"elliptic": "^6.5.4",
"js-polo": "^0.1.3"
}
}
}
22 changes: 11 additions & 11 deletions packages/js-moi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-moi-sdk",
"version": "0.4.0",
"version": "0.4.1",
"description": "A feature-rich library designed to seamlessly interact with the MOI Protocol.",
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand All @@ -23,14 +23,14 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-providers": "^0.4.0",
"js-moi-manifest": "^0.4.0",
"js-moi-logic": "^0.4.0",
"js-moi-hdnode": "^0.4.0",
"js-moi-wallet": "^0.4.0",
"js-moi-signer": "^0.4.0",
"js-moi-bip39": "^0.4.0",
"js-moi-constants": "^0.4.0",
"js-moi-utils": "^0.4.0"
"js-moi-providers": "^0.4.1",
"js-moi-manifest": "^0.4.1",
"js-moi-logic": "^0.4.1",
"js-moi-hdnode": "^0.4.1",
"js-moi-wallet": "^0.4.1",
"js-moi-signer": "^0.4.1",
"js-moi-bip39": "^0.4.1",
"js-moi-constants": "^0.4.1",
"js-moi-utils": "^0.4.1"
}
}
}

0 comments on commit ce86f2b

Please sign in to comment.