@backstage/plugin-auth-node 0.2.7-next.1 → 0.2.8-next.0

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.2.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.16.1-next.0
10
+ - @backstage/config@1.0.5-next.0
11
+ - @backstage/errors@1.1.4-next.0
12
+
13
+ ## 0.2.7
14
+
15
+ ### Patch Changes
16
+
17
+ - 7573b65232: Internal refactor of imports to avoid circular dependencies
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.16.0
20
+ - @backstage/config@1.0.4
21
+ - @backstage/errors@1.1.3
22
+
3
23
  ## 0.2.7-next.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.2.7-next.1",
3
+ "version": "0.2.8-next.0",
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.16.0-next.1",
26
- "@backstage/config": "^1.0.4-next.0",
27
- "@backstage/errors": "^1.1.3-next.0",
25
+ "@backstage/backend-common": "^0.16.1-next.0",
26
+ "@backstage/config": "^1.0.5-next.0",
27
+ "@backstage/errors": "^1.1.4-next.0",
28
28
  "@types/express": "*",
29
29
  "express": "^4.17.1",
30
30
  "jose": "^4.6.0",
@@ -32,10 +32,10 @@
32
32
  "winston": "^3.2.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-test-utils": "^0.1.30-next.1",
36
- "@backstage/cli": "^0.21.0-next.1",
35
+ "@backstage/backend-test-utils": "^0.1.31-next.0",
36
+ "@backstage/cli": "^0.21.2-next.0",
37
37
  "lodash": "^4.17.21",
38
- "msw": "^0.47.0",
38
+ "msw": "^0.49.0",
39
39
  "uuid": "^8.0.0"
40
40
  },
41
41
  "files": [