@backstage/backend-dev-utils 0.1.2 → 0.1.3-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage/backend-dev-utils
2
2
 
3
+ ## 0.1.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 516fd3e: Updated README to reflect release status
8
+
3
9
  ## 0.1.2
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # @backstage/backend-dev-utils
2
2
 
3
- **This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins**
4
-
5
3
  This package helps set up local development environments for Backstage backend packages.
6
4
 
7
5
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-dev-utils",
3
- "version": "0.1.2",
3
+ "version": "0.1.3-next.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,7 +28,7 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "devDependencies": {
31
- "@backstage/cli": "^0.23.0"
31
+ "@backstage/cli": "^0.25.1-next.1"
32
32
  },
33
33
  "files": [
34
34
  "dist"