@axinom/mosaic-service-common 0.20.0-rc.3 → 0.20.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.20.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.19.1&targetVersion=GT@axinom/mosaic-service-common@0.20.0) (2022-06-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * :technologist: disable secure logging mode for NOD_ENV=development ([766eb43](https://dev.azure.com/axinom/CMS/_git/Navy/commit/766eb4311e39b2e0a153437adbb1e9c30983c0c1))
12
+ * identifier key constraint and validation added to ax utils ([fce1560](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fce15608292239e77b70d889678a362e8fb4bb0d))
13
+
14
+
15
+
6
16
  ### [0.19.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.19.0&targetVersion=GT@axinom/mosaic-service-common@0.19.1) (2022-06-07)
7
17
 
8
18
  **Note:** Version bump only for package @axinom/mosaic-service-common
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-service-common",
3
- "version": "0.20.0-rc.3",
3
+ "version": "0.20.0",
4
4
  "description": "Common helpers and PostgreSQL-related functionality",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "e517c10ca716e54709bd083e6f48fa5251577df2"
67
+ "gitHead": "3364523e895740e5f8ee1eaa319977df90f2ec56"
68
68
  }