@backstage/plugin-auth-node 0.0.0-nightly-20230818020953 → 0.0.0-nightly-20230819020703

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20230818020953
3
+ ## 0.0.0-nightly-20230819020703
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -32,8 +32,8 @@
32
32
  ### Patch Changes
33
33
 
34
34
  - Updated dependencies
35
- - @backstage/backend-plugin-api@0.0.0-nightly-20230818020953
36
- - @backstage/backend-common@0.0.0-nightly-20230818020953
35
+ - @backstage/backend-common@0.0.0-nightly-20230819020703
36
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230819020703
37
37
  - @backstage/catalog-client@1.4.3
38
38
  - @backstage/catalog-model@1.4.1
39
39
  - @backstage/config@1.0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20230818020953",
3
+ "version": "0.0.0-nightly-20230819020703",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,8 +28,8 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20230818020953",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230818020953",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230819020703",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230819020703",
33
33
  "@backstage/catalog-client": "^1.4.3",
34
34
  "@backstage/catalog-model": "^1.4.1",
35
35
  "@backstage/config": "^1.0.8",
@@ -47,8 +47,8 @@
47
47
  "zod-to-json-schema": "^3.21.4"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230818020953",
51
- "@backstage/cli": "^0.0.0-nightly-20230818020953",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230819020703",
51
+ "@backstage/cli": "^0.0.0-nightly-20230819020703",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "express-promise-router": "^4.1.1",
54
54
  "lodash": "^4.17.21",