@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20230307023404 → 0.1.0-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 +5 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20230307023404
3
+ ## 0.1.0-next.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230307023404
13
- - @backstage/errors@0.0.0-nightly-20230307023404
14
- - @backstage/backend-tasks@0.0.0-nightly-20230307023404
15
- - @backstage/backend-common@0.0.0-nightly-20230307023404
16
- - @backstage/catalog-model@0.0.0-nightly-20230307023404
17
- - @backstage/config@0.0.0-nightly-20230307023404
18
- - @backstage/types@1.0.2
12
+ - @backstage/backend-tasks@0.5.0-next.2
13
+ - @backstage/backend-common@0.18.3-next.2
14
+ - @backstage/plugin-catalog-backend@1.8.0-next.2
15
+ - @backstage/config@1.0.7-next.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
4
- "version": "0.0.0-nightly-20230307023404",
4
+ "version": "0.1.0-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20230307023404",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20230307023404",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20230307023404",
40
- "@backstage/config": "^0.0.0-nightly-20230307023404",
41
- "@backstage/errors": "^0.0.0-nightly-20230307023404",
42
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230307023404",
37
+ "@backstage/backend-common": "^0.18.3-next.2",
38
+ "@backstage/backend-tasks": "^0.5.0-next.2",
39
+ "@backstage/catalog-model": "^1.2.1-next.1",
40
+ "@backstage/config": "^1.0.7-next.0",
41
+ "@backstage/errors": "^1.1.5-next.0",
42
+ "@backstage/plugin-catalog-backend": "^1.8.0-next.2",
43
43
  "@backstage/types": "^1.0.2",
44
44
  "lodash": "^4.17.21",
45
45
  "luxon": "^3.0.0",
@@ -48,8 +48,8 @@
48
48
  "winston": "^3.2.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230307023404",
52
- "@backstage/cli": "^0.0.0-nightly-20230307023404",
51
+ "@backstage/backend-test-utils": "^0.1.35-next.2",
52
+ "@backstage/cli": "^0.22.4-next.1",
53
53
  "@types/lodash": "^4.14.151",
54
54
  "msw": "^0.49.0"
55
55
  },