@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20230307023404 → 0.0.0-nightly-20230309023342

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 +21 -7
  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.0.0-nightly-20230309023342
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,24 @@
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
12
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20230309023342
13
+ - @backstage/backend-tasks@0.0.0-nightly-20230309023342
14
+ - @backstage/backend-common@0.0.0-nightly-20230309023342
15
+ - @backstage/errors@0.0.0-nightly-20230309023342
16
+ - @backstage/catalog-model@0.0.0-nightly-20230309023342
17
+ - @backstage/config@0.0.0-nightly-20230309023342
18
18
  - @backstage/types@1.0.2
19
+
20
+ ## 0.1.0-next.0
21
+
22
+ ### Minor Changes
23
+
24
+ - a1efcf9a658: Initial version of the plugin.
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @backstage/backend-tasks@0.5.0-next.2
30
+ - @backstage/backend-common@0.18.3-next.2
31
+ - @backstage/plugin-catalog-backend@1.8.0-next.2
32
+ - @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.0.0-nightly-20230309023342",
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.0.0-nightly-20230309023342",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230309023342",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20230309023342",
40
+ "@backstage/config": "^0.0.0-nightly-20230309023342",
41
+ "@backstage/errors": "^0.0.0-nightly-20230309023342",
42
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230309023342",
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.0.0-nightly-20230309023342",
52
+ "@backstage/cli": "^0.0.0-nightly-20230309023342",
53
53
  "@types/lodash": "^4.14.151",
54
54
  "msw": "^0.49.0"
55
55
  },