@backstage/plugin-auth-node 0.0.0-nightly-20220816025405 → 0.0.0-nightly-20220825025934

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 +19 -2
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,11 +1,28 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20220816025405
3
+ ## 0.0.0-nightly-20220825025934
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 9212439d15: Minor update to tests
8
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
7
9
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20220816025405
10
+ - @backstage/backend-common@0.0.0-nightly-20220825025934
11
+
12
+ ## 0.2.5-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.15.1-next.0
19
+
20
+ ## 0.2.4
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-common@0.15.0
9
26
 
10
27
  ## 0.2.4-next.0
11
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20220816025405",
3
+ "version": "0.0.0-nightly-20220825025934",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  "start": "backstage-cli package start"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "0.0.0-nightly-20220816025405",
26
+ "@backstage/backend-common": "0.0.0-nightly-20220825025934",
27
27
  "@backstage/config": "^1.0.1",
28
28
  "@backstage/errors": "^1.1.0",
29
29
  "jose": "^4.6.0",
@@ -31,9 +31,10 @@
31
31
  "winston": "^3.2.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/cli": "0.0.0-nightly-20220816025405",
34
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220825025934",
35
+ "@backstage/cli": "0.0.0-nightly-20220825025934",
35
36
  "lodash": "^4.17.21",
36
- "msw": "^0.44.0",
37
+ "msw": "^0.45.0",
37
38
  "uuid": "^8.0.0"
38
39
  },
39
40
  "files": [