Skip to content

Commit

Permalink
[AB#45638][AB#45648][AB#45651] release: iteration 105 (#363)
Browse files Browse the repository at this point in the history
* chore(release): lib update for iteration 105

* feat: added quick edits for media details pages (#359)

* feat: added quick edits for all media workflows (#362)

---------

Co-authored-by: Isuru <[email protected]>
  • Loading branch information
yohanAnushka and axisuru authored Sep 10, 2024
1 parent e5a6c7c commit 54f3357
Show file tree
Hide file tree
Showing 11 changed files with 124 additions and 137 deletions.
4 changes: 2 additions & 2 deletions libs/media-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"build:compile": "tsc"
},
"devDependencies": {
"@axinom/mosaic-cli": "0.36.0",
"@axinom/mosaic-message-bus-abstractions": "0.17.0",
"@axinom/mosaic-cli": "0.37.0",
"@axinom/mosaic-message-bus-abstractions": "0.18.0",
"@types/glob": "^7.2.0",
"concurrently": "^5.3.0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"yarn:de-dupe": "npx yarn-deduplicate yarn.lock"
},
"devDependencies": {
"@axinom/mosaic-cli": "0.36.0",
"@axinom/mosaic-cli": "0.37.0",
"@dbeining/react-atom": "^4.1.21",
"@jest/globals": "^29.5.0",
"@libre/atom": "^1.3.3",
Expand Down
16 changes: 8 additions & 8 deletions services/catalog/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
},
"dependencies": {
"@axinom/mosaic-db-common": "0.40.0",
"@axinom/mosaic-graphql-common": "0.16.0",
"@axinom/mosaic-id-guard": "0.35.0",
"@axinom/mosaic-messages": "0.46.0",
"@axinom/mosaic-message-bus": "0.30.0",
"@axinom/mosaic-message-bus-abstractions": "0.17.0",
"@axinom/mosaic-service-common": "0.52.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.12.0",
"@axinom/mosaic-db-common": "0.41.0",
"@axinom/mosaic-graphql-common": "0.17.0",
"@axinom/mosaic-id-guard": "0.36.0",
"@axinom/mosaic-messages": "0.47.0",
"@axinom/mosaic-message-bus": "0.31.0",
"@axinom/mosaic-message-bus-abstractions": "0.18.0",
"@axinom/mosaic-service-common": "0.53.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.13.0",
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
"add": "^2.0.6",
"amqplib": "^0.6.0",
Expand Down
20 changes: 10 additions & 10 deletions services/channel/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
},
"dependencies": {
"@axinom/mosaic-db-common": "0.40.0",
"@axinom/mosaic-graphql-common": "0.16.0",
"@axinom/mosaic-id-guard": "0.35.0",
"@axinom/mosaic-id-link-be": "0.24.0",
"@axinom/mosaic-message-bus": "0.30.0",
"@axinom/mosaic-message-bus-abstractions": "0.17.0",
"@axinom/mosaic-messages": "0.46.0",
"@axinom/mosaic-service-common": "0.52.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.12.0",
"@axinom/mosaic-db-common": "0.41.0",
"@axinom/mosaic-graphql-common": "0.17.0",
"@axinom/mosaic-id-guard": "0.36.0",
"@axinom/mosaic-id-link-be": "0.25.0",
"@axinom/mosaic-message-bus": "0.31.0",
"@axinom/mosaic-message-bus-abstractions": "0.18.0",
"@axinom/mosaic-messages": "0.47.0",
"@axinom/mosaic-service-common": "0.53.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.13.0",
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
"amqplib": "^0.6.0",
"dotenv": "^8.6.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"zapatos": "^3.6.0"
},
"devDependencies": {
"@axinom/mosaic-cli": "0.36.0",
"@axinom/mosaic-cli": "0.37.0",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-graphql-request": "^4.5.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('Program Cue points business constraints', () => {

expect(resp.errors).toMatchObject([
{
code: 'DATABASE_VALIDATION_FAILED',
code: 'UNIQUE_CONSTRAINT_ERROR',
details: undefined,
message:
'Attempt to create or update an element failed, as it would have resulted in a duplicate element.',
Expand Down Expand Up @@ -371,7 +371,7 @@ describe('Program Cue points business constraints', () => {

expect(resp.errors).toMatchObject([
{
code: 'DATABASE_VALIDATION_FAILED',
code: 'UNIQUE_CONSTRAINT_ERROR',
details: undefined,
message:
'Attempt to create or update an element failed, as it would have resulted in a duplicate element.',
Expand Down
8 changes: 4 additions & 4 deletions services/channel/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
"dependencies": {
"@apollo/client": "^3.7.10",
"@axinom/mosaic-managed-workflow-integration": "0.18.0",
"@axinom/mosaic-ui": "0.50.0",
"@axinom/mosaic-managed-workflow-integration": "0.19.0",
"@axinom/mosaic-ui": "0.51.0",
"clsx": "^1.2.1",
"env-cmd": "^10.1.0",
"formik": "^2.2.9",
Expand All @@ -40,7 +40,7 @@
"yup": "^0.32.11"
},
"devDependencies": {
"@axinom/mosaic-portal": "0.34.0",
"@axinom/mosaic-portal": "0.35.1",
"@dbeining/react-atom": "^4.1.21",
"@graphql-codegen/cli": "^2.13.4",
"@graphql-codegen/typescript": "^2.7.3",
Expand Down Expand Up @@ -86,4 +86,4 @@
"tslib": "*"
},
"peerModules": []
}
}
16 changes: 8 additions & 8 deletions services/entitlement/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
},
"dependencies": {
"@axinom/mosaic-db-common": "0.40.0",
"@axinom/mosaic-graphql-common": "0.16.0",
"@axinom/mosaic-id-guard": "0.35.0",
"@axinom/mosaic-id-utils": "0.16.0",
"@axinom/mosaic-message-bus": "0.30.0",
"@axinom/mosaic-messages": "0.46.0",
"@axinom/mosaic-service-common": "0.52.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.12.0",
"@axinom/mosaic-db-common": "0.41.0",
"@axinom/mosaic-graphql-common": "0.17.0",
"@axinom/mosaic-id-guard": "0.36.0",
"@axinom/mosaic-id-utils": "0.17.0",
"@axinom/mosaic-message-bus": "0.31.0",
"@axinom/mosaic-messages": "0.47.0",
"@axinom/mosaic-service-common": "0.53.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.13.0",
"ajv": "^7.2.4",
"ajv-formats": "^1.6.1",
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
Expand Down
18 changes: 9 additions & 9 deletions services/media/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"util:define-func-migration": "yarn mosaic generate-define-func-migration"
},
"dependencies": {
"@axinom/mosaic-db-common": "0.40.0",
"@axinom/mosaic-graphql-common": "0.16.0",
"@axinom/mosaic-id-guard": "0.35.0",
"@axinom/mosaic-id-link-be": "0.24.0",
"@axinom/mosaic-message-bus": "0.30.0",
"@axinom/mosaic-message-bus-abstractions": "0.17.0",
"@axinom/mosaic-messages": "0.46.0",
"@axinom/mosaic-service-common": "0.52.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.12.0",
"@axinom/mosaic-db-common": "0.41.0",
"@axinom/mosaic-graphql-common": "0.17.0",
"@axinom/mosaic-id-guard": "0.36.0",
"@axinom/mosaic-id-link-be": "0.25.0",
"@axinom/mosaic-message-bus": "0.31.0",
"@axinom/mosaic-message-bus-abstractions": "0.18.0",
"@axinom/mosaic-messages": "0.47.0",
"@axinom/mosaic-service-common": "0.53.0",
"@axinom/mosaic-transactional-inbox-outbox": "0.13.0",
"@faker-js/faker": "^7.6.0",
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
"ajv": "^7.2.4",
Expand Down
2 changes: 1 addition & 1 deletion services/media/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"yup": "^0.32.11"
},
"devDependencies": {
"@axinom/mosaic-portal": "0.35.0",
"@axinom/mosaic-portal": "0.35.1",
"@dbeining/react-atom": "^4.1.21",
"@graphql-codegen/cli": "^2.13.4",
"@graphql-codegen/typescript": "^2.7.3",
Expand Down
8 changes: 4 additions & 4 deletions services/vod-to-live/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"util:load-vars": "env-cmd -f .env env-cmd -f ../../../.env"
},
"dependencies": {
"@axinom/mosaic-id-guard": "0.35.0",
"@axinom/mosaic-message-bus": "0.30.0",
"@axinom/mosaic-messages": "0.46.0",
"@axinom/mosaic-service-common": "0.52.0",
"@axinom/mosaic-id-guard": "0.36.0",
"@axinom/mosaic-message-bus": "0.31.0",
"@axinom/mosaic-messages": "0.47.0",
"@axinom/mosaic-service-common": "0.53.0",
"@azure/storage-blob": "^12.14.0",
"amqplib": "^0.6.0",
"axios": "^0.24.0",
Expand Down
Loading

0 comments on commit 54f3357

Please sign in to comment.