File tree 24 files changed +125
-29
lines changed
24 files changed +125
-29
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package hydra
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package hydra
Original file line number Diff line number Diff line change 3
3
" packages/*"
4
4
],
5
5
"npmClient" : " yarn" ,
6
- "version" : " 4.0.0-alpha.11 " ,
6
+ "version" : " 4.0.0-alpha.12 " ,
7
7
"useWorkspaces" : true ,
8
8
"command" : {
9
9
"version" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/bn-typeorm
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/bn-typeorm
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/bn-typeorm" ,
3
- "version" : " 4.0.0-alpha.11 " ,
3
+ "version" : " 4.0.0-alpha.12 " ,
4
4
"description" : " TypeORM transformer for BigNumber" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-cli
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/hydra-cli" ,
3
3
"description" : " CLI tool for building a Hydra query node" ,
4
- "version" : " 4.0.0-alpha.11 " ,
4
+ "version" : " 4.0.0-alpha.12 " ,
5
5
"author" : " metmirr @metmirr joystream @dzhelezov" ,
6
6
"license" : " MIT" ,
7
7
"bin" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-common
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-common
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/hydra-common" ,
3
- "version" : " 4.0.0-alpha.11 " ,
3
+ "version" : " 4.0.0-alpha.12 " ,
4
4
"description" : " Common Hydra tools" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-db-utils
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-db-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/hydra-db-utils" ,
3
- "version" : " 4.0.0-alpha.11 " ,
3
+ "version" : " 4.0.0-alpha.12 " ,
4
4
"description" : " Hydra Database tools" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
19
19
"test" : " nyc --extension .ts mocha --timeout 50000 --require ts-node/register --forbid-only \" test/**/*.test.ts\" "
20
20
},
21
21
"dependencies" : {
22
- "@joystream/hydra-common" : " ^4.0.0-alpha.11 " ,
22
+ "@joystream/hydra-common" : " ^4.0.0-alpha.12 " ,
23
23
"@types/ioredis" : " ^4.17.4" ,
24
24
"bn.js" : " ^5.2.1" ,
25
25
"ioredis" : " ^4.17.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-e2e-tests
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-e2e-tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/hydra-e2e-tests" ,
3
- "version" : " 4.0.0-alpha.11 " ,
3
+ "version" : " 4.0.0-alpha.12 " ,
4
4
"private" : " true" ,
5
5
"description" : " End-to-end tests for Hydra services" ,
6
6
"main" : " index.js" ,
32
32
"typedi" : " ^0.8.0"
33
33
},
34
34
"devDependencies" : {
35
- "@joystream/hydra-cli" : " ^4.0.0-alpha.11 " ,
35
+ "@joystream/hydra-cli" : " ^4.0.0-alpha.12 " ,
36
36
"@types/chai" : " ^4.2.13" ,
37
37
"@types/mocha" : " ^8.0.3" ,
38
38
"chai" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-indexer-gateway
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-indexer-gateway
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/hydra-indexer-gateway" ,
3
3
"private" : " true" ,
4
- "version" : " 4.0.0-alpha.11 " ,
4
+ "version" : " 4.0.0-alpha.12 " ,
5
5
"description" : " Generated Warthog Project" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
41
41
"test:watch" : " DEBUG= jest --watch"
42
42
},
43
43
"dependencies" : {
44
- "@joystream/bn-typeorm" : " ^4.0.0-alpha.11 " ,
45
- "@joystream/hydra-common" : " ^4.0.0-alpha.11 " ,
46
- "@joystream/hydra-db-utils" : " ^4.0.0-alpha.11 " ,
44
+ "@joystream/bn-typeorm" : " ^4.0.0-alpha.12 " ,
45
+ "@joystream/hydra-common" : " ^4.0.0-alpha.12 " ,
46
+ "@joystream/hydra-db-utils" : " ^4.0.0-alpha.12 " ,
47
47
"@joystream/warthog" : " ^2.41.9" ,
48
48
"@types/ioredis" : " ^4.17.4" ,
49
49
"bn.js" : " ^5.2.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-indexer
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-indexer
Original file line number Diff line number Diff line change 2
2
"name" : " @joystream/hydra-indexer" ,
3
3
"private" : " true" ,
4
4
"description" : " Block index builder for substrate based chains" ,
5
- "version" : " 4.0.0-alpha.11 " ,
5
+ "version" : " 4.0.0-alpha.12 " ,
6
6
"main" : " lib/index.js" ,
7
7
"types" : " lib/index.d.ts" ,
8
8
"license" : " MIT" ,
36
36
"test" : " nyc --extension .ts mocha --timeout 50000 --require ts-node/register --forbid-only --exclude \" test/integration/**/*.test.ts\" \" test/**/*.test.ts\" \" src/**/*.test.ts\" "
37
37
},
38
38
"dependencies" : {
39
- "@joystream/bn-typeorm" : " ^4.0.0-alpha.11 " ,
40
- "@joystream/hydra-common" : " ^4.0.0-alpha.11 " ,
41
- "@joystream/hydra-db-utils" : " ^4.0.0-alpha.11 " ,
39
+ "@joystream/bn-typeorm" : " ^4.0.0-alpha.12 " ,
40
+ "@joystream/hydra-common" : " ^4.0.0-alpha.12 " ,
41
+ "@joystream/hydra-db-utils" : " ^4.0.0-alpha.12 " ,
42
42
"@polkadot/api" : " 8.9.1" ,
43
43
"@types/express" : " ^4.17.8" ,
44
44
"@types/ioredis" : " ^4.17.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-processor
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-processor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/hydra-processor" ,
3
- "version" : " 4.0.0-alpha.11 " ,
3
+ "version" : " 4.0.0-alpha.12 " ,
4
4
"description" : " Hydra Processor CLI" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
37
37
"test:run" : " yarn nyc --extension .ts mocha --timeout 70000 --require ts-node/register --forbid-only \" ./{src,test}/**/*.spec.ts\" "
38
38
},
39
39
"dependencies" : {
40
- "@joystream/hydra-common" : " ^4.0.0-alpha.11 " ,
41
- "@joystream/hydra-db-utils" : " ^4.0.0-alpha.11 " ,
40
+ "@joystream/hydra-common" : " ^4.0.0-alpha.12 " ,
41
+ "@joystream/hydra-db-utils" : " ^4.0.0-alpha.12 " ,
42
42
"@oclif/command" : " ^1.8.0" ,
43
43
"@oclif/config" : " ^1" ,
44
44
"@oclif/errors" : " ^1.3.3" ,
65
65
"yaml-validator" : " ^3.0.0"
66
66
},
67
67
"devDependencies" : {
68
- "@joystream/hydra-cli" : " ^4.0.0-alpha.11 " ,
68
+ "@joystream/hydra-cli" : " ^4.0.0-alpha.12 " ,
69
69
"@polkadot/api" : " 8.9.1" ,
70
70
"@types/async-lock" : " ^1.1.3" ,
71
71
"@types/bn.js" : " ^5.1.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package @joystream/hydra-typegen
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package @joystream/hydra-typegen
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joystream/hydra-typegen" ,
3
- "version" : " 4.0.0-alpha.11 " ,
3
+ "version" : " 4.0.0-alpha.12 " ,
4
4
"description" : " \" Hydra-cli pluging for generating typed events\" " ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : " https://github.com/Joystream/hydra" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package sample
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package sample
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 4.0.0-alpha.12 (2023-04-03)
7
+
8
+ ** Note:** Version bump only for package sample-mappings
9
+
10
+
11
+
12
+
13
+
6
14
## 4.0.0-alpha.11 (2023-02-08)
7
15
8
16
** Note:** Version bump only for package sample-mappings
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sample-mappings" ,
3
3
"private" : true ,
4
- "version" : " 4.0.0-alpha.11 " ,
4
+ "version" : " 4.0.0-alpha.12 " ,
5
5
"description" : " Mappings for hydra-processor" ,
6
6
"main" : " lib/mappings/index.js" ,
7
7
"license" : " MIT" ,
11
11
"clean" : " rimraf lib"
12
12
},
13
13
"dependencies" : {
14
- "@joystream/hydra-common" : " ^4.0.0-alpha.11 " ,
14
+ "@joystream/hydra-common" : " ^4.0.0-alpha.12 " ,
15
15
"@polkadot/types" : " 8.9.1"
16
16
},
17
17
"devDependencies" : {
Original file line number Diff line number Diff line change 5
5
" ./generated/*" ,
6
6
" ./mappings"
7
7
],
8
- "version" : " 4.0.0-alpha.11 " ,
8
+ "version" : " 4.0.0-alpha.12 " ,
9
9
"description" : " GraphQL-based query node and Substrate processor. Generated with ♥ by Hydra-CLI" ,
10
10
"scripts" : {
11
11
"build" : " yarn clean && yarn codegen" ,
44
44
"tslib" : " ^2.0.0"
45
45
},
46
46
"devDependencies" : {
47
- "@joystream/hydra-cli" : " ^4.0.0-alpha.11 " ,
48
- "@joystream/hydra-common" : " ^4.0.0-alpha.11 " ,
49
- "@joystream/hydra-db-utils" : " ^4.0.0-alpha.11 " ,
50
- "@joystream/hydra-processor" : " ^4.0.0-alpha.11 " ,
51
- "@joystream/hydra-typegen" : " ^4.0.0-alpha.11 " ,
47
+ "@joystream/hydra-cli" : " ^4.0.0-alpha.12 " ,
48
+ "@joystream/hydra-common" : " ^4.0.0-alpha.12 " ,
49
+ "@joystream/hydra-db-utils" : " ^4.0.0-alpha.12 " ,
50
+ "@joystream/hydra-processor" : " ^4.0.0-alpha.12 " ,
51
+ "@joystream/hydra-typegen" : " ^4.0.0-alpha.12 " ,
52
52
"envsub" : " ^4.0.7"
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments