@backstage/plugin-auth-node 0.0.0-nightly-20230303030351 → 0.0.0-nightly-20230304023150

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 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20230303030351
3
+ ## 0.0.0-nightly-20230304023150
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 65454876fb2: Minor API report tweaks
8
8
  - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
9
9
  - Updated dependencies
10
- - @backstage/errors@0.0.0-nightly-20230303030351
11
- - @backstage/backend-common@0.0.0-nightly-20230303030351
12
- - @backstage/config@0.0.0-nightly-20230303030351
10
+ - @backstage/errors@0.0.0-nightly-20230304023150
11
+ - @backstage/backend-common@0.0.0-nightly-20230304023150
12
+ - @backstage/config@0.0.0-nightly-20230304023150
13
13
 
14
14
  ## 0.2.12-next.1
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20230303030351",
3
+ "version": "0.0.0-nightly-20230304023150",
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-20230303030351",
26
- "@backstage/config": "^0.0.0-nightly-20230303030351",
27
- "@backstage/errors": "^0.0.0-nightly-20230303030351",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20230304023150",
26
+ "@backstage/config": "^0.0.0-nightly-20230304023150",
27
+ "@backstage/errors": "^0.0.0-nightly-20230304023150",
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-20230303030351",
36
- "@backstage/cli": "^0.0.0-nightly-20230303030351",
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230304023150",
36
+ "@backstage/cli": "^0.0.0-nightly-20230304023150",
37
37
  "lodash": "^4.17.21",
38
38
  "msw": "^1.0.0",
39
39
  "uuid": "^8.0.0"