@backstage/plugin-auth-node 0.0.0-nightly-20220411023616 → 0.0.0-nightly-20220414023749

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20220411023616
3
+ ## 0.0.0-nightly-20220414023749
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20220411023616
12
+ - @backstage/backend-common@0.0.0-nightly-20220414023749
13
13
 
14
14
  ## 0.2.0-next.0
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-20220411023616",
3
+ "version": "0.0.0-nightly-20220414023749",
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-20220411023616",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20220414023749",
27
27
  "@backstage/config": "^1.0.0",
28
28
  "@backstage/errors": "^1.0.0",
29
29
  "jose": "^1.27.1",
@@ -31,7 +31,7 @@
31
31
  "winston": "^3.2.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/cli": "^0.0.0-nightly-20220411023616",
34
+ "@backstage/cli": "^0.0.0-nightly-20220414023749",
35
35
  "msw": "^0.35.0",
36
36
  "uuid": "^8.0.0"
37
37
  },