@backstage/plugin-auth-node 0.0.0-nightly-20230801022410 → 0.0.0-nightly-20230803021824

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 +12 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20230801022410
3
+ ## 0.0.0-nightly-20230803021824
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 12a8c94eda8d: Add package repository and homepage metadata
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20230801022410
9
+ - @backstage/backend-common@0.0.0-nightly-20230803021824
10
+ - @backstage/config@1.0.8
11
+ - @backstage/errors@1.2.1
12
+
13
+ ## 0.2.17-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 12a8c94eda8d: Add package repository and homepage metadata
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.19.2-next.1
10
20
  - @backstage/config@1.0.8
11
21
  - @backstage/errors@1.2.1
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20230801022410",
3
+ "version": "0.0.0-nightly-20230803021824",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,7 +28,7 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20230801022410",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230803021824",
32
32
  "@backstage/config": "^1.0.8",
33
33
  "@backstage/errors": "^1.2.1",
34
34
  "@types/express": "*",
@@ -38,8 +38,8 @@
38
38
  "winston": "^3.2.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230801022410",
42
- "@backstage/cli": "^0.0.0-nightly-20230801022410",
41
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230803021824",
42
+ "@backstage/cli": "^0.0.0-nightly-20230803021824",
43
43
  "lodash": "^4.17.21",
44
44
  "msw": "^1.0.0",
45
45
  "uuid": "^8.0.0"