@backstage/plugin-auth-node 0.0.0-nightly-20220829030048 → 0.0.0-nightly-20220901025835

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