@axinom/mosaic-id-link-be 0.3.6 → 0.3.7-rc.13

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 +0 -5
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -12,11 +12,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
12
12
 
13
13
 
14
14
 
15
- # Change Log
16
-
17
- All notable changes to this project will be documented in this file. See
18
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
19
-
20
15
  ### 0.3.5 (2021-09-01)
21
16
 
22
17
  **Note:** Version bump only for package @axinom/mosaic-id-link-be
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-id-link-be",
3
- "version": "0.3.6",
3
+ "version": "0.3.7-rc.13",
4
4
  "description": "Integration utilities from id-service for Axinom Mosaic services",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -17,6 +17,7 @@
17
17
  "scripts": {
18
18
  "clean": "rimraf dist",
19
19
  "build": "yarn clean && tsc",
20
+ "build:ci": "yarn workspaces focus && yarn build",
20
21
  "start:dev": "tsc -w",
21
22
  "codegen": "graphql-codegen -r dotenv/config --config codegen.yml",
22
23
  "test": "jest --silent",
@@ -28,8 +29,8 @@
28
29
  },
29
30
  "dependencies": {
30
31
  "@apollo/client": "^3.2.5",
31
- "@axinom/mosaic-id-utils": "^0.2.4",
32
- "@axinom/mosaic-service-common": "^0.6.0",
32
+ "@axinom/mosaic-id-utils": "^0.2.5-rc.10",
33
+ "@axinom/mosaic-service-common": "^0.7.0-rc.7",
33
34
  "axios": "^0.19.2",
34
35
  "cross-fetch": "^3.0.4",
35
36
  "graphql": "^15.4.0",
@@ -46,5 +47,5 @@
46
47
  "publishConfig": {
47
48
  "access": "public"
48
49
  },
49
- "gitHead": "5f020a81155f188a872cb1006bc1cf34c4128b70"
50
+ "gitHead": "e0867da36db9376fc23eaa16b83f2f15735be984"
50
51
  }