Version Packages

This commit is contained in:
github-actions[bot]
2022-06-14 09:12:05 +00:00
parent c8c5115e58
commit 2e2a82c9d7
431 changed files with 5900 additions and 2965 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-tech-insights-node
## 0.3.1
### Patch Changes
- aa15229ec3: Introduce additional JsonValue types to be storable as facts. This enables the possibility to store more complex objects for fact checking purposes. The rules engine supports walking keyed object values directly to create rules and checks
Modify facts database table to have a more restricted timestamp precision for cases where the postgres server isn't configured to contain such value. This fixes the issue where in some cases `maxItems` lifecycle condition didn't work as expected.
- Updated dependencies
- @backstage/backend-common@0.14.0
## 0.3.1-next.1
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-node",
"version": "0.3.1-next.1",
"version": "0.3.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,7 +33,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.14.0-next.2",
"@backstage/backend-common": "^0.14.0",
"@backstage/config": "^1.0.1",
"@backstage/plugin-tech-insights-common": "^0.2.4",
"@backstage/types": "^1.0.0",
@@ -42,7 +42,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.2-next.2"
"@backstage/cli": "^0.17.2"
},
"files": [
"dist"