diff --git a/package.json b/package.json index 63177e714cf386e181f4a74e7d113b9c69bae5c2..270bd54446a6e52187ba4df821e230efe42aad0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkabot", - "version": "0.0.5", + "version": "0.4.4", "description": "Matrix Bot for Polkadot", "main": "./dist/polkabot.js", "bin": { @@ -9,7 +9,7 @@ "repository": "https://gitlab.com/Polkabot/polkabot", "scripts": { "dev": "nodemon ./src/polkabot -c ./config.js --exec babel-node --presets env", - "start": "babel-node ./src/polkabot -c ./config.js", + "start": "yarn patch; babel-node ./src/polkabot -c ./config.js", "test": "mocha --timeout 5000 --require babel-core/register test/* --exit", "test:local": "mocha --require babel-core/register test/* --exit", "test:watch": "mocha --watch --require babel-core/register test/* --exit", @@ -19,7 +19,8 @@ "prepublishOnly": "npm run build", "build:doc": "jsdoc -r -d out -c jsdoc.conf", "build:docker": "docker build -t chevdor/polkabot .", - "docker:run": "docker run --rm -it chevdor/mypolkabot " + "docker:run": "docker run --rm -it chevdor/mypolkabot", + "patch": "echo 'Disabling package uniqueness check. See https://github.com/polkadot-js/api/issues/984'; sed -i '/function assertSingletonPackage(name) {/ a return' node_modules/@polkadot/util/assertSingletonPackage.js" }, "author": "chevdor", "license": "ISC", diff --git a/plugins/polkabot-plugin-blockstats b/plugins/polkabot-plugin-blockstats index d183198479fd5ee1486b1355ee07e2cb5f073535..c0ef32b35a85fcba69370960be615a0c27ef2104 160000 --- a/plugins/polkabot-plugin-blockstats +++ b/plugins/polkabot-plugin-blockstats @@ -1 +1 @@ -Subproject commit d183198479fd5ee1486b1355ee07e2cb5f073535 +Subproject commit c0ef32b35a85fcba69370960be615a0c27ef2104 diff --git a/plugins/polkabot-plugin-blocthday b/plugins/polkabot-plugin-blocthday index f780c4662f74d6d8a81acc2fadaa77621acd6df4..8b686557701f56bc7a29373143d6e93875642d00 160000 --- a/plugins/polkabot-plugin-blocthday +++ b/plugins/polkabot-plugin-blocthday @@ -1 +1 @@ -Subproject commit f780c4662f74d6d8a81acc2fadaa77621acd6df4 +Subproject commit 8b686557701f56bc7a29373143d6e93875642d00 diff --git a/plugins/polkabot-plugin-operator b/plugins/polkabot-plugin-operator index 6e91251db0737a381c51551644a3f68e88e06409..1324f1abb74f132f16ec40eaf83fed9368a3a0cb 160000 --- a/plugins/polkabot-plugin-operator +++ b/plugins/polkabot-plugin-operator @@ -1 +1 @@ -Subproject commit 6e91251db0737a381c51551644a3f68e88e06409 +Subproject commit 1324f1abb74f132f16ec40eaf83fed9368a3a0cb diff --git a/plugins/polkabot-plugin-reporter b/plugins/polkabot-plugin-reporter index 5257eab4e9a688651bc48e620152a73530f4f6c7..a1e7d5ecb91a43500ecf6bd614ec8354d7086edf 160000 --- a/plugins/polkabot-plugin-reporter +++ b/plugins/polkabot-plugin-reporter @@ -1 +1 @@ -Subproject commit 5257eab4e9a688651bc48e620152a73530f4f6c7 +Subproject commit a1e7d5ecb91a43500ecf6bd614ec8354d7086edf diff --git a/plugins/polkabot-plugin-stallwatcher b/plugins/polkabot-plugin-stallwatcher index acfda3e2ddc5c07528144fd23b5d3c8d19fa1737..69444a91f44cee2a8429d013f7c1b22534339e6e 160000 --- a/plugins/polkabot-plugin-stallwatcher +++ b/plugins/polkabot-plugin-stallwatcher @@ -1 +1 @@ -Subproject commit acfda3e2ddc5c07528144fd23b5d3c8d19fa1737 +Subproject commit 69444a91f44cee2a8429d013f7c1b22534339e6e