@backstage/plugin-auth-node 0.0.0-nightly-20220217022146 → 0.0.0-nightly-20220219022334

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 +23 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,34 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20220217022146
3
+ ## 0.0.0-nightly-20220219022334
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@0.0.0-nightly-20220219022334
9
+
10
+ ## 0.1.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Fix for the previous release with missing type declarations.
15
+ - Updated dependencies
16
+ - @backstage/backend-common@0.10.9
17
+ - @backstage/catalog-model@0.10.1
18
+ - @backstage/config@0.1.15
19
+ - @backstage/errors@0.2.2
20
+
21
+ ## 0.1.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
26
  - c77c5c7eb6: Added `backstage.role` to `package.json`
9
27
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20220217022146
11
- - @backstage/errors@0.0.0-nightly-20220217022146
12
- - @backstage/catalog-model@0.0.0-nightly-20220217022146
13
- - @backstage/config@0.0.0-nightly-20220217022146
28
+ - @backstage/backend-common@0.10.8
29
+ - @backstage/errors@0.2.1
30
+ - @backstage/catalog-model@0.10.0
31
+ - @backstage/config@0.1.14
14
32
 
15
33
  ## 0.1.0
16
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20220217022146",
3
+ "version": "0.0.0-nightly-20220219022334",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,16 +23,16 @@
23
23
  "start": "backstage-cli package start"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20220217022146",
27
- "@backstage/catalog-model": "^0.0.0-nightly-20220217022146",
28
- "@backstage/config": "^0.0.0-nightly-20220217022146",
29
- "@backstage/errors": "^0.0.0-nightly-20220217022146",
26
+ "@backstage/backend-common": "^0.10.8",
27
+ "@backstage/catalog-model": "^0.0.0-nightly-20220219022334",
28
+ "@backstage/config": "^0.1.14",
29
+ "@backstage/errors": "^0.2.1",
30
30
  "jose": "^1.27.1",
31
31
  "node-fetch": "^2.6.7",
32
32
  "winston": "^3.2.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.0.0-nightly-20220217022146",
35
+ "@backstage/cli": "^0.0.0-nightly-20220219022334",
36
36
  "msw": "^0.35.0",
37
37
  "uuid": "^8.0.0"
38
38
  },