Skip to content

Commit

Permalink
Implemented v0.3.0-rc2 changes (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-harshrastogi authored Feb 19, 2024
1 parent d44b8ca commit 53c1889
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 49 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.3.0-rc1'
version = u'v0.3.0-rc2'
# The full version, including alpha/beta/rc tags.
release = u'v0.3.0-rc1'
release = u'v0.3.0-rc2'

# -- 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.3.0-rc1
>> 0.3.0-rc2
MOI Derivation Path
-------------------
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moi",
"version": "0.3.0-rc1",
"version": "0.3.0-rc2",
"description": "JavaScript library to interact with MOI Protocol via RPC API",
"private": true,
"main": "packages/js-moi/dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"crypto": "npm:crypto-browserify",
"elliptic": "^6.5.4",
"hdkey": "^2.1.0",
"js-polo": "^0.1.2",
"js-polo": "^0.1.3",
"keccak": "^3.0.3",
"stream": "npm:stream-browserify",
"websocket": "^1.0.34"
Expand Down
10 changes: 5 additions & 5 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "Bitcoin BIP39 package for deterministic key generation using mnemonic code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,10 +24,10 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-hdnode": "^0.3.0-rc1",
"js-moi-signer": "^0.3.0-rc1",
"js-moi-constants": "^0.3.0-rc1",
"js-moi-utils": "^0.3.0-rc1",
"js-moi-hdnode": "^0.3.0-rc2",
"js-moi-signer": "^0.3.0-rc2",
"js-moi-constants": "^0.3.0-rc2",
"js-moi-utils": "^0.3.0-rc2",
"buffer": "^6.0.3",
"@noble/hashes": "^1.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/js-moi-constants/dist/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "0.3.0-rc1";
export declare const VERSION = "0.3.0-rc2";
2 changes: 1 addition & 1 deletion packages/js-moi-constants/dist/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "0.3.0-rc1";
exports.VERSION = "0.3.0-rc2";
2 changes: 1 addition & 1 deletion 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "Collection of constant variables used in js-moi-sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-moi-constants/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.3.0-rc1";
export const VERSION = "0.3.0-rc2";
4 changes: 2 additions & 2 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "BIP32 HD Node for cryptocurrency key management.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.3.0-rc1",
"js-moi-utils": "^0.3.0-rc2",
"buffer": "^6.0.3",
"hdkey": "^2.1.0",
"assert": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "Module to interact with MOI Logic Objects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,10 +23,10 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-manifest": "^0.3.0-rc1",
"js-moi-utils": "^0.3.0-rc1",
"js-moi-providers": "^0.3.0-rc1",
"js-moi-signer": "^0.3.0-rc1",
"js-moi-manifest": "^0.3.0-rc2",
"js-moi-utils": "^0.3.0-rc2",
"js-moi-providers": "^0.3.0-rc2",
"js-moi-signer": "^0.3.0-rc2",
"blakejs": "^1.2.1",
"buffer": "^6.0.3"
}
Expand Down
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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "Module to encode and decode MOI Logic Engine input and output.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.3.0-rc1",
"js-polo": "^0.1.2"
"js-moi-utils": "^0.3.0-rc2",
"js-polo": "^0.1.3"
}
}
6 changes: 3 additions & 3 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "Module to connect and interact with MOI network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.3.0-rc1",
"js-moi-manifest": "^0.3.0-rc1",
"js-moi-utils": "^0.3.0-rc2",
"js-moi-manifest": "^0.3.0-rc2",
"cross-fetch": "^4.0.0",
"websocket": "^1.0.34"
}
Expand Down
6 changes: 3 additions & 3 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "This package enables users to sign and verify messages in their applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-providers": "^0.3.0-rc1",
"js-moi-utils": "^0.3.0-rc1",
"js-moi-providers": "^0.3.0-rc2",
"js-moi-utils": "^0.3.0-rc2",
"blake2b": "^2.1.4",
"buffer": "^6.0.3",
"@noble/hashes": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "Collection of utility functions used in js-moi-sdk.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "Module to interact with the MOI accounts.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,16 +23,16 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-hdnode": "^0.3.0-rc1",
"js-moi-signer": "^0.3.0-rc1",
"js-moi-providers": "^0.3.0-rc1",
"js-moi-constants": "^0.3.0-rc1",
"js-moi-utils": "^0.3.0-rc1",
"js-moi-bip39": "^0.3.0-rc1",
"js-moi-hdnode": "^0.3.0-rc2",
"js-moi-signer": "^0.3.0-rc2",
"js-moi-providers": "^0.3.0-rc2",
"js-moi-constants": "^0.3.0-rc2",
"js-moi-utils": "^0.3.0-rc2",
"js-moi-bip39": "^0.3.0-rc2",
"buffer": "^6.0.3",
"crypto": "npm:crypto-browserify",
"elliptic": "^6.5.4",
"js-polo": "^0.1.2",
"js-polo": "^0.1.3",
"keccak": "^3.0.3"
}
}
20 changes: 10 additions & 10 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.3.0-rc1",
"version": "0.3.0-rc2",
"description": "A feature-rich library designed to seamlessly interact with the MOI Protocol.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,14 +23,14 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-providers": "^0.3.0-rc1",
"js-moi-manifest": "^0.3.0-rc1",
"js-moi-logic": "^0.3.0-rc1",
"js-moi-hdnode": "^0.3.0-rc1",
"js-moi-wallet": "^0.3.0-rc1",
"js-moi-signer": "^0.3.0-rc1",
"js-moi-bip39": "^0.3.0-rc1",
"js-moi-constants": "^0.3.0-rc1",
"js-moi-utils": "^0.3.0-rc1"
"js-moi-providers": "^0.3.0-rc2",
"js-moi-manifest": "^0.3.0-rc2",
"js-moi-logic": "^0.3.0-rc2",
"js-moi-hdnode": "^0.3.0-rc2",
"js-moi-wallet": "^0.3.0-rc2",
"js-moi-signer": "^0.3.0-rc2",
"js-moi-bip39": "^0.3.0-rc2",
"js-moi-constants": "^0.3.0-rc2",
"js-moi-utils": "^0.3.0-rc2"
}
}

0 comments on commit 53c1889

Please sign in to comment.