@backstage/plugin-devtools 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240822021958

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.
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240822021958
4
+
5
+ ### Patch Changes
6
+
7
+ - 019d9ad: Minor dockerfile syntax update
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240822021958
10
+ - @backstage/core-compat-api@0.0.0-nightly-20240822021958
11
+ - @backstage/core-components@0.14.10
12
+ - @backstage/core-plugin-api@1.9.3
13
+ - @backstage/plugin-permission-react@0.4.25
14
+
15
+ ## 0.1.17
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - c7603e8: Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead
8
20
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240820021901
10
- - @backstage/core-components@0.0.0-nightly-20240820021901
11
- - @backstage/core-compat-api@0.0.0-nightly-20240820021901
21
+ - @backstage/frontend-plugin-api@0.7.0
22
+ - @backstage/core-components@0.14.10
23
+ - @backstage/core-compat-api@0.2.8
12
24
  - @backstage/core-plugin-api@1.9.3
13
25
  - @backstage/errors@1.2.4
14
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240820021901
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20240820021901
26
+ - @backstage/plugin-devtools-common@0.1.12
27
+ - @backstage/plugin-permission-react@0.4.25
16
28
 
17
29
  ## 0.1.17-next.3
18
30
 
package/README.md CHANGED
@@ -20,7 +20,7 @@ You may need to modify your Dockerfile to ensure `backstage.json` is copied into
20
20
  ```sh
21
21
  WORKDIR /app
22
22
  # This switches many Node.js dependencies to production mode.
23
- ENV NODE_ENV production
23
+ ENV NODE_ENV=production
24
24
 
25
25
  # Then copy the rest of the backend bundle, along with any other files we might want (including backstage.json).
26
26
  COPY --chown=node:node ... backstage.json ./
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools__alpha",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240822021958",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240822021958",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/core-compat-api": "^0.0.0-nightly-20240820021901",
54
- "@backstage/core-components": "^0.0.0-nightly-20240820021901",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240822021958",
54
+ "@backstage/core-components": "^0.14.10",
55
55
  "@backstage/core-plugin-api": "^1.9.3",
56
56
  "@backstage/errors": "^1.2.4",
57
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240820021901",
58
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240820021901",
59
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240820021901",
57
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240822021958",
58
+ "@backstage/plugin-devtools-common": "^0.1.12",
59
+ "@backstage/plugin-permission-react": "^0.4.25",
60
60
  "@material-ui/core": "^4.9.13",
61
61
  "@material-ui/icons": "^4.9.1",
62
62
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -64,8 +64,8 @@
64
64
  "react-use": "^17.2.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
68
- "@backstage/dev-utils": "^0.0.0-nightly-20240820021901",
67
+ "@backstage/cli": "^0.27.0",
68
+ "@backstage/dev-utils": "^0.0.0-nightly-20240822021958",
69
69
  "@testing-library/jest-dom": "^6.0.0"
70
70
  },
71
71
  "peerDependencies": {