Bladeren bron

@joystream/types v0.16.1

Mokhtar Naamani 3 jaren geleden
bovenliggende
commit
20653d141d

+ 1 - 1
cli/package.json

@@ -10,7 +10,7 @@
   "dependencies": {
     "@apidevtools/json-schema-ref-parser": "^9.0.6",
     "@ffprobe-installer/ffprobe": "^1.1.0",
-    "@joystream/types": "^0.16.0",
+    "@joystream/types": "^0.16.1",
     "@oclif/command": "^1.5.19",
     "@oclif/config": "^1.14.0",
     "@oclif/plugin-autocomplete": "^0.2.0",

+ 1 - 1
query-node/mappings/package.json

@@ -15,7 +15,7 @@
     "@dzlzv/hydra-common": "2.1.0-beta.7",
     "@dzlzv/hydra-db-utils": "2.1.0-beta.7",
     "@joystream/content-metadata-protobuf": "^1.1.0",
-    "@joystream/types": "^0.16.0",
+    "@joystream/types": "^0.16.1",
     "iso-639-1": "^2.1.8",
     "query-node": "^0.1.0",
     "warthog": "https://github.com/metmirr/warthog/releases/download/v2.23.0/warthog-v2.23.0.tgz"

+ 1 - 1
storage-node/packages/cli/package.json

@@ -46,7 +46,7 @@
   "dependencies": {
     "@joystream/storage-runtime-api": "^0.1.0",
     "@joystream/storage-utils": "^0.1.0",
-    "@joystream/types": "^0.16.0",
+    "@joystream/types": "^0.16.1",
     "axios": "^0.21.1",
     "chalk": "^2.4.2",
     "lodash": "^4.17.11",

+ 1 - 1
storage-node/packages/runtime-api/package.json

@@ -49,7 +49,7 @@
   },
   "dependencies": {
     "@joystream/storage-utils": "^0.1.0",
-    "@joystream/types": "^0.16.0",
+    "@joystream/types": "^0.16.1",
     "@polkadot/api": "4.2.1",
     "async-lock": "^1.2.0",
     "lodash": "^4.17.11",

+ 1 - 1
types/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@joystream/types",
-  "version": "0.16.0",
+  "version": "0.16.1",
   "description": "Types for Joystream Substrate Runtime - Sumer release",
   "main": "index.js",
   "types": "index.d.ts",

+ 1 - 1
utils/api-scripts/package.json

@@ -11,7 +11,7 @@
     "tsnode-strict": "node -r ts-node/register --unhandled-rejections=strict"
   },
   "dependencies": {
-    "@joystream/types": "^0.16.0",
+    "@joystream/types": "^0.16.1",
     "@polkadot/api": "4.2.1",
     "@polkadot/types": "4.2.1",
     "@polkadot/keyring": "^6.0.5",