@backstage/plugin-auth-node 0.0.0-nightly-20220920030005 → 0.0.0-nightly-20220924030329

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 +13 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20220920030005
3
+ ## 0.0.0-nightly-20220924030329
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20220924030329
9
+ - @backstage/config@0.0.0-nightly-20220924030329
10
+ - @backstage/errors@0.0.0-nightly-20220924030329
11
+
12
+ ## 0.2.5
4
13
 
5
14
  ### Patch Changes
6
15
 
@@ -10,9 +19,9 @@
10
19
  - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
11
20
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
12
21
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20220920030005
14
- - @backstage/config@0.0.0-nightly-20220920030005
15
- - @backstage/errors@0.0.0-nightly-20220920030005
22
+ - @backstage/backend-common@0.15.1
23
+ - @backstage/config@1.0.2
24
+ - @backstage/errors@1.1.1
16
25
 
17
26
  ## 0.2.5-next.3
18
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20220920030005",
3
+ "version": "0.0.0-nightly-20220924030329",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,9 +22,9 @@
22
22
  "start": "backstage-cli package start"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "0.0.0-nightly-20220920030005",
26
- "@backstage/config": "0.0.0-nightly-20220920030005",
27
- "@backstage/errors": "0.0.0-nightly-20220920030005",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20220924030329",
26
+ "@backstage/config": "^0.0.0-nightly-20220924030329",
27
+ "@backstage/errors": "^0.0.0-nightly-20220924030329",
28
28
  "@types/express": "*",
29
29
  "express": "^4.17.1",
30
30
  "jose": "^4.6.0",
@@ -32,8 +32,8 @@
32
32
  "winston": "^3.2.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-test-utils": "0.0.0-nightly-20220920030005",
36
- "@backstage/cli": "0.0.0-nightly-20220920030005",
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220924030329",
36
+ "@backstage/cli": "^0.0.0-nightly-20220924030329",
37
37
  "lodash": "^4.17.21",
38
38
  "msw": "^0.47.0",
39
39
  "uuid": "^8.0.0"
@@ -41,4 +41,4 @@
41
41
  "files": [
42
42
  "dist"
43
43
  ]
44
- }
44
+ }