@backstage/plugin-auth-node 0.0.0-nightly-20220713025014 → 0.0.0-nightly-20220716024822

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 +4 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20220713025014
3
+ ## 0.0.0-nightly-20220716024822
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a70869e775: Updated dependency `msw` to `^0.43.0`.
8
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
8
9
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20220713025014
10
- - @backstage/errors@0.0.0-nightly-20220713025014
10
+ - @backstage/backend-common@0.0.0-nightly-20220716024822
11
+ - @backstage/errors@0.0.0-nightly-20220716024822
11
12
 
12
13
  ## 0.2.3-next.2
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20220713025014",
3
+ "version": "0.0.0-nightly-20220716024822",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,17 +23,17 @@
23
23
  "start": "backstage-cli package start"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "0.0.0-nightly-20220713025014",
26
+ "@backstage/backend-common": "0.0.0-nightly-20220716024822",
27
27
  "@backstage/config": "^1.0.1",
28
- "@backstage/errors": "0.0.0-nightly-20220713025014",
28
+ "@backstage/errors": "0.0.0-nightly-20220716024822",
29
29
  "jose": "^4.6.0",
30
30
  "node-fetch": "^2.6.7",
31
31
  "winston": "^3.2.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/cli": "0.0.0-nightly-20220713025014",
34
+ "@backstage/cli": "0.0.0-nightly-20220716024822",
35
35
  "lodash": "^4.17.21",
36
- "msw": "^0.43.0",
36
+ "msw": "^0.44.0",
37
37
  "uuid": "^8.0.0"
38
38
  },
39
39
  "files": [