@axinom/mosaic-messages 0.11.0-rc.9 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [0.11.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.10.0&targetVersion=GT@axinom/mosaic-messages@0.11.0) (2022-03-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish payment provider events ([be5c766](https://dev.azure.com/axinom/CMS/_git/Navy/commit/be5c766e1e880569e047f994b34eead7111db7eb))
|
|
12
|
+
* updated id-service to use built-in Google IDP ([3ad142b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3ad142b3fe227a7fb904e710ac9c7d285b01d32c))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* :goal_net: introduce schema validations to sub-domain length ([24fe5ed](https://dev.azure.com/axinom/CMS/_git/Navy/commit/24fe5edb07d166e5d4b0302b8427afe87c9739b0))
|
|
18
|
+
* query names fixed from plural to singular for monetization service events ([a878722](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a878722a81ad65e33795a0beea2e5ff9d98e5bd2)), closes [#34357](https://dev.azure.com/axinom/CMS/_workitems/edit/34357)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.10.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.9.0&targetVersion=GT@axinom/mosaic-messages@0.10.0) (2022-02-21)
|
|
7
23
|
|
|
8
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Shared types for Axinom Mosaic service messages",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@axinom/mosaic-cli": "^0.8.0
|
|
31
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.2.2
|
|
30
|
+
"@axinom/mosaic-cli": "^0.8.0",
|
|
31
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.2.2",
|
|
32
32
|
"@types/glob": "^7.1.3",
|
|
33
33
|
"concurrently": "^5.3.0",
|
|
34
34
|
"rimraf": "^3.0.2",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "2f3085cfbf61f629644f119e67b08e400fb14350"
|
|
44
44
|
}
|