@backstage/plugin-catalog-backend-module-puppetdb 0.2.14-next.1 → 0.2.14
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 +10 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-puppetdb
|
|
2
2
|
|
|
3
|
+
## 0.2.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- afd368e: **BREAKING ALPHA**: The module has been moved from the `/alpha` export to the root of the package.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-catalog-node@1.19.0
|
|
10
|
+
- @backstage/types@1.2.2
|
|
11
|
+
- @backstage/backend-plugin-api@1.4.3
|
|
12
|
+
|
|
3
13
|
## 0.2.14-next.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-puppetdb",
|
|
3
|
-
"version": "0.2.14
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -57,19 +57,19 @@
|
|
|
57
57
|
"test": "backstage-cli package test"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/backend-plugin-api": "1.4.3
|
|
61
|
-
"@backstage/catalog-model": "1.7.5",
|
|
62
|
-
"@backstage/config": "1.3.3",
|
|
63
|
-
"@backstage/errors": "1.2.7",
|
|
64
|
-
"@backstage/plugin-catalog-node": "1.19.0
|
|
65
|
-
"@backstage/types": "1.2.
|
|
60
|
+
"@backstage/backend-plugin-api": "^1.4.3",
|
|
61
|
+
"@backstage/catalog-model": "^1.7.5",
|
|
62
|
+
"@backstage/config": "^1.3.3",
|
|
63
|
+
"@backstage/errors": "^1.2.7",
|
|
64
|
+
"@backstage/plugin-catalog-node": "^1.19.0",
|
|
65
|
+
"@backstage/types": "^1.2.2",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
67
|
"luxon": "^3.0.0",
|
|
68
68
|
"uuid": "^11.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@backstage/backend-test-utils": "1.9.0
|
|
72
|
-
"@backstage/cli": "0.34.2
|
|
71
|
+
"@backstage/backend-test-utils": "^1.9.0",
|
|
72
|
+
"@backstage/cli": "^0.34.2",
|
|
73
73
|
"@types/lodash": "^4.14.151",
|
|
74
74
|
"msw": "^1.0.0"
|
|
75
75
|
},
|