Skip to content

Commit

Permalink
release v0.2.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-harshrastogi authored Feb 16, 2024
1 parent d70297f commit 8610e77
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 47 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.2.1-rc2'
version = u'v0.2.1'
# The full version, including alpha/beta/rc tags.
release = u'v0.2.1-rc2'
release = u'v0.2.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.2.1-rc2
>> 0.2.1
MOI Derivation Path
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Documentation
=============

This documentation is for js-moi-sdk v0.1.0.
This documentation is for js-moi-sdk v0.2.1.

--------------------------------------------------------------------------------

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.2.1-rc2",
"version": "0.2.1",
"description": "JavaScript library to interact with MOI Protocol via RPC API",
"private": true,
"main": "packages/js-moi/dist/index.js",
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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2",
"js-moi-signer": "^0.2.1-rc2",
"js-moi-constants": "^0.2.1-rc2",
"js-moi-utils": "^0.2.1-rc2",
"js-moi-hdnode": "^0.2.1",
"js-moi-signer": "^0.2.1",
"js-moi-constants": "^0.2.1",
"js-moi-utils": "^0.2.1",
"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.2.1-rc2";
export declare const VERSION = "0.2.1";
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.2.1-rc2";
exports.VERSION = "0.2.1";
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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2";
export const VERSION = "0.2.1";
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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2",
"js-moi-utils": "^0.2.1",
"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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2",
"js-moi-utils": "^0.2.1-rc2",
"js-moi-providers": "^0.2.1-rc2",
"js-moi-signer": "^0.2.1-rc2",
"js-moi-manifest": "^0.2.1",
"js-moi-utils": "^0.2.1",
"js-moi-providers": "^0.2.1",
"js-moi-signer": "^0.2.1",
"blakejs": "^1.2.1",
"buffer": "^6.0.3"
}
Expand Down
4 changes: 2 additions & 2 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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2",
"js-moi-utils": "^0.2.1",
"js-polo": "^0.1.2"
}
}
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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2",
"js-moi-manifest": "^0.2.1-rc2",
"js-moi-utils": "^0.2.1",
"js-moi-manifest": "^0.2.1",
"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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2",
"js-moi-utils": "^0.2.1-rc2",
"js-moi-providers": "^0.2.1",
"js-moi-utils": "^0.2.1",
"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.2.1-rc2",
"version": "0.2.1",
"description": "Collection of utility functions used in js-moi-sdk.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 7 additions & 7 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.2.1-rc2",
"version": "0.2.1",
"description": "Module to interact with the MOI accounts.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,12 +23,12 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-hdnode": "^0.2.1-rc2",
"js-moi-signer": "^0.2.1-rc2",
"js-moi-providers": "^0.2.1-rc2",
"js-moi-constants": "^0.2.1-rc2",
"js-moi-utils": "^0.2.1-rc2",
"js-moi-bip39": "^0.2.1-rc2",
"js-moi-hdnode": "^0.2.1",
"js-moi-signer": "^0.2.1",
"js-moi-providers": "^0.2.1",
"js-moi-constants": "^0.2.1",
"js-moi-utils": "^0.2.1",
"js-moi-bip39": "^0.2.1",
"buffer": "^6.0.3",
"crypto": "npm:crypto-browserify",
"elliptic": "^6.5.4",
Expand Down
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.2.1-rc2",
"version": "0.2.1",
"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.2.1-rc2",
"js-moi-manifest": "^0.2.1-rc2",
"js-moi-logic": "^0.2.1-rc2",
"js-moi-hdnode": "^0.2.1-rc2",
"js-moi-wallet": "^0.2.1-rc2",
"js-moi-signer": "^0.2.1-rc2",
"js-moi-bip39": "^0.2.1-rc2",
"js-moi-constants": "^0.2.1-rc2",
"js-moi-utils": "^0.2.1-rc2"
"js-moi-providers": "^0.2.1",
"js-moi-manifest": "^0.2.1",
"js-moi-logic": "^0.2.1",
"js-moi-hdnode": "^0.2.1",
"js-moi-wallet": "^0.2.1",
"js-moi-signer": "^0.2.1",
"js-moi-bip39": "^0.2.1",
"js-moi-constants": "^0.2.1",
"js-moi-utils": "^0.2.1"
}
}

0 comments on commit 8610e77

Please sign in to comment.