@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20230308023220 → 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 +7 -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-20230308023220
3
+ ## 0.0.0-nightly-20230309023342
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,12 +9,12 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230308023220
13
- - @backstage/backend-tasks@0.0.0-nightly-20230308023220
14
- - @backstage/backend-common@0.0.0-nightly-20230308023220
15
- - @backstage/errors@0.0.0-nightly-20230308023220
16
- - @backstage/catalog-model@0.0.0-nightly-20230308023220
17
- - @backstage/config@0.0.0-nightly-20230308023220
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
19
 
20
20
  ## 0.1.0-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-20230308023220",
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-20230308023220",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20230308023220",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20230308023220",
40
- "@backstage/config": "^0.0.0-nightly-20230308023220",
41
- "@backstage/errors": "^0.0.0-nightly-20230308023220",
42
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230308023220",
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-20230308023220",
52
- "@backstage/cli": "^0.0.0-nightly-20230308023220",
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
  },