Skip to content

Commit 8e1682d

Browse files
committed
chore(release): lib update for iteration 113
1 parent 1f0020c commit 8e1682d

File tree

10 files changed

+217
-137
lines changed

10 files changed

+217
-137
lines changed

libs/media-messages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"build:compile": "tsc"
2222
},
2323
"devDependencies": {
24-
"@axinom/mosaic-cli": "0.40.0",
25-
"@axinom/mosaic-message-bus-abstractions": "0.21.0",
24+
"@axinom/mosaic-cli": "0.41.0",
25+
"@axinom/mosaic-message-bus-abstractions": "0.22.0",
2626
"@types/glob": "^7.2.0",
2727
"chokidar-cli": "^3.0.0",
2828
"concurrently": "^5.3.0",
@@ -31,4 +31,4 @@
3131
"tsc-watch": "^4.6.2",
3232
"typescript": "^4.9.4"
3333
}
34-
}
34+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"yarn:de-dupe": "npx yarn-deduplicate yarn.lock"
5757
},
5858
"devDependencies": {
59-
"@axinom/mosaic-cli": "0.40.0",
59+
"@axinom/mosaic-cli": "0.41.0",
6060
"@jest/globals": "^29.5.0",
6161
"@types/jest": "^29.4.1",
6262
"@types/node": "^18.11.19",
@@ -112,4 +112,4 @@
112112
"jest": "^29",
113113
"jest-cli": "^29"
114114
}
115-
}
115+
}

services/catalog/service/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
4242
},
4343
"dependencies": {
44-
"@axinom/mosaic-db-common": "0.44.0",
45-
"@axinom/mosaic-graphql-common": "0.20.0",
46-
"@axinom/mosaic-id-guard": "0.39.0",
47-
"@axinom/mosaic-messages": "0.50.0",
48-
"@axinom/mosaic-message-bus": "0.34.0",
49-
"@axinom/mosaic-message-bus-abstractions": "0.21.0",
50-
"@axinom/mosaic-service-common": "0.56.0",
51-
"@axinom/mosaic-transactional-inbox-outbox": "0.16.0",
44+
"@axinom/mosaic-db-common": "0.45.0",
45+
"@axinom/mosaic-graphql-common": "0.21.0",
46+
"@axinom/mosaic-id-guard": "0.40.0",
47+
"@axinom/mosaic-messages": "0.51.0",
48+
"@axinom/mosaic-message-bus": "0.35.0",
49+
"@axinom/mosaic-message-bus-abstractions": "0.22.0",
50+
"@axinom/mosaic-service-common": "0.57.0",
51+
"@axinom/mosaic-transactional-inbox-outbox": "0.17.0",
5252
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
5353
"add": "^2.0.6",
5454
"dotenv": "^8.6.0",
@@ -85,4 +85,4 @@
8585
"typescript": "^4.9.4",
8686
"uuid": "^8.3.2"
8787
}
88-
}
88+
}

services/channel/service/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
4545
},
4646
"dependencies": {
47-
"@axinom/mosaic-db-common": "0.44.0",
48-
"@axinom/mosaic-graphql-common": "0.20.0",
49-
"@axinom/mosaic-id-guard": "0.39.0",
50-
"@axinom/mosaic-id-link-be": "0.28.0",
51-
"@axinom/mosaic-message-bus": "0.34.0",
52-
"@axinom/mosaic-message-bus-abstractions": "0.21.0",
53-
"@axinom/mosaic-messages": "0.50.0",
54-
"@axinom/mosaic-service-common": "0.56.0",
55-
"@axinom/mosaic-transactional-inbox-outbox": "0.16.0",
47+
"@axinom/mosaic-db-common": "0.45.0",
48+
"@axinom/mosaic-graphql-common": "0.21.0",
49+
"@axinom/mosaic-id-guard": "0.40.0",
50+
"@axinom/mosaic-id-link-be": "0.29.0",
51+
"@axinom/mosaic-message-bus": "0.35.0",
52+
"@axinom/mosaic-message-bus-abstractions": "0.22.0",
53+
"@axinom/mosaic-messages": "0.51.0",
54+
"@axinom/mosaic-service-common": "0.57.0",
55+
"@axinom/mosaic-transactional-inbox-outbox": "0.17.0",
5656
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
5757
"dotenv": "^8.6.0",
5858
"env-cmd": "^10.1.0",
@@ -81,7 +81,7 @@
8181
"zapatos": "^3.6.0"
8282
},
8383
"devDependencies": {
84-
"@axinom/mosaic-cli": "0.40.0",
84+
"@axinom/mosaic-cli": "0.41.0",
8585
"@graphql-codegen/cli": "^4.0.1",
8686
"@graphql-codegen/typescript": "^2.7.3",
8787
"@graphql-codegen/typescript-graphql-request": "^4.5.5",
@@ -104,4 +104,4 @@
104104
"tsc-watch": "^4.6.2",
105105
"typescript": "^4.9.4"
106106
}
107-
}
107+
}

services/channel/workflows/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"dependencies": {
2929
"@apollo/client": "^3.7.10",
30-
"@axinom/mosaic-managed-workflow-integration": "0.22.0",
31-
"@axinom/mosaic-ui": "0.54.0",
30+
"@axinom/mosaic-managed-workflow-integration": "0.23.0",
31+
"@axinom/mosaic-ui": "0.55.0",
3232
"clsx": "^1.2.1",
3333
"env-cmd": "^10.1.0",
3434
"formik": "^2.2.9",
@@ -40,7 +40,7 @@
4040
"yup": "^0.32.11"
4141
},
4242
"devDependencies": {
43-
"@axinom/mosaic-portal": "0.38.1",
43+
"@axinom/mosaic-portal": "0.39.0",
4444
"@graphql-codegen/cli": "^4.0.1",
4545
"@graphql-codegen/typescript": "^2.7.3",
4646
"@graphql-codegen/typescript-operations": "^2.5.3",
@@ -78,4 +78,4 @@
7878
"tslib": "*"
7979
},
8080
"peerModules": []
81-
}
81+
}

services/entitlement/service/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
4747
},
4848
"dependencies": {
49-
"@axinom/mosaic-db-common": "0.44.0",
50-
"@axinom/mosaic-graphql-common": "0.20.0",
51-
"@axinom/mosaic-id-guard": "0.39.0",
52-
"@axinom/mosaic-id-utils": "0.20.0",
53-
"@axinom/mosaic-message-bus": "0.34.0",
54-
"@axinom/mosaic-messages": "0.50.0",
55-
"@axinom/mosaic-service-common": "0.56.0",
56-
"@axinom/mosaic-transactional-inbox-outbox": "0.16.0",
49+
"@axinom/mosaic-db-common": "0.45.0",
50+
"@axinom/mosaic-graphql-common": "0.21.0",
51+
"@axinom/mosaic-id-guard": "0.40.0",
52+
"@axinom/mosaic-id-utils": "0.21.0",
53+
"@axinom/mosaic-message-bus": "0.35.0",
54+
"@axinom/mosaic-messages": "0.51.0",
55+
"@axinom/mosaic-service-common": "0.57.0",
56+
"@axinom/mosaic-transactional-inbox-outbox": "0.17.0",
5757
"ajv": "^7.2.4",
5858
"ajv-formats": "^1.6.1",
5959
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
@@ -114,4 +114,4 @@
114114
"ts-node": "^10.9.1",
115115
"tsc-watch": "^4.6.2"
116116
}
117-
}
117+
}

services/media/service/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
4646
},
4747
"dependencies": {
48-
"@axinom/mosaic-db-common": "0.44.0",
49-
"@axinom/mosaic-graphql-common": "0.20.0",
50-
"@axinom/mosaic-id-guard": "0.39.0",
51-
"@axinom/mosaic-id-link-be": "0.28.0",
52-
"@axinom/mosaic-message-bus": "0.34.0",
53-
"@axinom/mosaic-message-bus-abstractions": "0.21.0",
54-
"@axinom/mosaic-messages": "0.50.0",
55-
"@axinom/mosaic-service-common": "0.56.0",
56-
"@axinom/mosaic-transactional-inbox-outbox": "0.16.0",
48+
"@axinom/mosaic-db-common": "0.45.0",
49+
"@axinom/mosaic-graphql-common": "0.21.0",
50+
"@axinom/mosaic-id-guard": "0.40.0",
51+
"@axinom/mosaic-id-link-be": "0.29.0",
52+
"@axinom/mosaic-message-bus": "0.35.0",
53+
"@axinom/mosaic-message-bus-abstractions": "0.22.0",
54+
"@axinom/mosaic-messages": "0.51.0",
55+
"@axinom/mosaic-service-common": "0.57.0",
56+
"@axinom/mosaic-transactional-inbox-outbox": "0.17.0",
5757
"@faker-js/faker": "^7.6.0",
5858
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
5959
"ajv": "^7.2.4",
@@ -123,4 +123,4 @@
123123
"url-join": "^4.0.1",
124124
"yargs": "^16.2.0"
125125
}
126-
}
126+
}

services/media/workflows/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"dependencies": {
2929
"@apollo/client": "^3.7.10",
30-
"@axinom/mosaic-managed-workflow-integration": "0.22.0",
31-
"@axinom/mosaic-ui": "0.54.0",
30+
"@axinom/mosaic-managed-workflow-integration": "0.23.0",
31+
"@axinom/mosaic-ui": "0.55.0",
3232
"apollo-upload-client": "^14.1.3",
3333
"clsx": "^1.2.1",
3434
"env-cmd": "^10.1.0",
@@ -39,7 +39,7 @@
3939
"yup": "^0.32.11"
4040
},
4141
"devDependencies": {
42-
"@axinom/mosaic-portal": "0.38.1",
42+
"@axinom/mosaic-portal": "0.39.0",
4343
"@graphql-codegen/cli": "^4.0.1",
4444
"@graphql-codegen/typescript": "^2.7.3",
4545
"@graphql-codegen/typescript-operations": "^2.5.3",
@@ -75,4 +75,4 @@
7575
"tslib": "*"
7676
},
7777
"peerModules": []
78-
}
78+
}

services/vod-to-live/service/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"util:load-vars": "env-cmd -f .env env-cmd -f ../../../.env"
2828
},
2929
"dependencies": {
30-
"@axinom/mosaic-id-guard": "0.39.0",
31-
"@axinom/mosaic-message-bus": "0.34.0",
32-
"@axinom/mosaic-messages": "0.50.0",
33-
"@axinom/mosaic-service-common": "0.56.0",
30+
"@axinom/mosaic-id-guard": "0.40.0",
31+
"@axinom/mosaic-message-bus": "0.35.0",
32+
"@axinom/mosaic-messages": "0.51.0",
33+
"@axinom/mosaic-service-common": "0.57.0",
3434
"@azure/storage-blob": "^12.14.0",
3535
"axios": "^0.24.0",
3636
"env-cmd": "^10.1.0",
@@ -55,4 +55,4 @@
5555
"typescript": "^4.9.4",
5656
"uuid": "^8.3.2"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)