@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20240302020838 → 0.0.0-nightly-20240304022137

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,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20240302020838
3
+ ## 0.0.0-nightly-20240304022137
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
8
8
  Updated dependency `@types/uuid` to `^9.0.0`.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240302020838
11
- - @backstage/config@0.0.0-nightly-20240302020838
12
- - @backstage/errors@0.0.0-nightly-20240302020838
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240302020838
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240302020838
15
- - @backstage/backend-tasks@0.0.0-nightly-20240302020838
16
- - @backstage/catalog-model@0.0.0-nightly-20240302020838
10
+ - @backstage/backend-common@0.0.0-nightly-20240304022137
11
+ - @backstage/config@0.0.0-nightly-20240304022137
12
+ - @backstage/errors@0.0.0-nightly-20240304022137
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240304022137
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240304022137
15
+ - @backstage/backend-tasks@0.0.0-nightly-20240304022137
16
+ - @backstage/catalog-model@0.0.0-nightly-20240304022137
17
17
  - @backstage/types@1.1.1
18
18
 
19
19
  ## 0.1.18-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
- "version": "0.0.0-nightly-20240302020838",
3
+ "version": "0.0.0-nightly-20240304022137",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
- "version": "0.0.0-nightly-20240302020838",
3
+ "version": "0.0.0-nightly-20240304022137",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.0.0-nightly-20240302020838",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240302020838",
55
- "@backstage/backend-tasks": "^0.0.0-nightly-20240302020838",
56
- "@backstage/catalog-model": "^0.0.0-nightly-20240302020838",
57
- "@backstage/config": "^0.0.0-nightly-20240302020838",
58
- "@backstage/errors": "^0.0.0-nightly-20240302020838",
59
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240302020838",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240304022137",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240304022137",
55
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240304022137",
56
+ "@backstage/catalog-model": "^0.0.0-nightly-20240304022137",
57
+ "@backstage/config": "^0.0.0-nightly-20240304022137",
58
+ "@backstage/errors": "^0.0.0-nightly-20240304022137",
59
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240304022137",
60
60
  "@backstage/types": "^1.1.1",
61
61
  "lodash": "^4.17.21",
62
62
  "luxon": "^3.0.0",
@@ -65,8 +65,8 @@
65
65
  "winston": "^3.2.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240302020838",
69
- "@backstage/cli": "^0.0.0-nightly-20240302020838",
68
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240304022137",
69
+ "@backstage/cli": "^0.0.0-nightly-20240304022137",
70
70
  "@types/lodash": "^4.14.151",
71
71
  "msw": "^1.0.0"
72
72
  },