Browse Source

bump types and metadata npm package version

Mokhtar Naamani 3 years ago
parent
commit
f4cb727dec

+ 2 - 2
cli/package.json

@@ -12,8 +12,8 @@
     "cross-fetch": "^3.0.6",
     "@apidevtools/json-schema-ref-parser": "^9.0.6",
     "@ffprobe-installer/ffprobe": "^1.1.0",
-    "@joystream/metadata-protobuf": "^2.0.0",
-    "@joystream/types": "^0.18.2",
+    "@joystream/metadata-protobuf": "^2.1.0",
+    "@joystream/types": "^0.18.3",
     "@oclif/command": "^1.5.19",
     "@oclif/config": "^1.14.0",
     "@oclif/plugin-autocomplete": "^0.2.0",

+ 2 - 2
distributor-node/package.json

@@ -10,8 +10,8 @@
   "dependencies": {
     "@apollo/client": "^3.2.5",
     "@elastic/ecs-winston-format": "^1.1.0",
-    "@joystream/metadata-protobuf": "^2.0.0",
-    "@joystream/types": "^0.18.2",
+    "@joystream/metadata-protobuf": "^2.1.0",
+    "@joystream/types": "^0.18.3",
     "@oclif/command": "^1",
     "@oclif/config": "^1",
     "@oclif/plugin-help": "^3",

+ 1 - 1
metadata-protobuf/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@joystream/metadata-protobuf",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "description": "Joystream Metadata Protobuf Library (Olympia Release)",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",

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

@@ -20,8 +20,8 @@
     "@polkadot/types": "5.9.1",
     "@joystream/hydra-common": "^3.1.0-alpha.20",
     "@joystream/hydra-db-utils": "^3.1.0-alpha.20",
-    "@joystream/metadata-protobuf": "^2.0.0",
-    "@joystream/types": "^0.18.2",
+    "@joystream/metadata-protobuf": "^2.1.0",
+    "@joystream/types": "^0.18.3",
     "@joystream/warthog": "^2.41.4",
     "@apollo/client": "^3.2.5"
   },

+ 2 - 2
storage-node/package.json

@@ -10,8 +10,8 @@
   "dependencies": {
     "@apollo/client": "^3.3.21",
     "@elastic/ecs-winston-format": "^1.3.1",
-    "@joystream/metadata-protobuf": "^2.0.0",
-    "@joystream/types": "^0.18.2",
+    "@joystream/metadata-protobuf": "^2.1.0",
+    "@joystream/types": "^0.18.3",
     "@oclif/command": "^1",
     "@oclif/config": "^1",
     "@oclif/plugin-help": "^3",

+ 1 - 1
tests/network-tests/package.json

@@ -15,7 +15,7 @@
   },
   "dependencies": {
     "@apollo/client": "^3.2.5",
-    "@joystream/types": "^0.18.0",
+    "@joystream/types": "^0.18.3",
     "@polkadot/api": "5.9.1",
     "@polkadot/keyring": "7.3.1",
     "@types/async-lock": "^1.1.3",

+ 1 - 1
types/package.json

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

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

@@ -12,7 +12,7 @@
     "storage-dev-init": "./dev-init-storage.sh"
   },
   "dependencies": {
-    "@joystream/types": "^0.18.2",
+    "@joystream/types": "^0.18.3",
     "@polkadot/api": "5.9.1",
     "@polkadot/types": "5.9.1",
     "@polkadot/keyring": "7.3.1",

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

@@ -12,7 +12,7 @@
     "@oclif/config": "^1",
     "@oclif/plugin-help": "^3.2.3",
     "tslib": "^1",
-    "@joystream/types": "^0.18.2",
+    "@joystream/types": "^0.18.3",
     "@polkadot/api": "5.9.1",
     "@polkadot/types": "5.9.1",
     "@polkadot/keyring": "7.3.1",