@backstage/plugin-tech-insights-common
Advanced tools
Comparing version 0.0.0-nightly-20230919021144 to 0.0.0-nightly-20240420021132
# @backstage/plugin-tech-insights-common | ||
## 0.0.0-nightly-20230919021144 | ||
## 0.0.0-nightly-20240420021132 | ||
### Patch Changes | ||
- 4565cda: These packages have been migrated to the [backstage/community-plugins](https://github.com/backstage/community-plugins) repository. | ||
- Updated dependencies | ||
- @backstage/types@1.1.1 | ||
## 0.2.12 | ||
### Patch Changes | ||
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds. | ||
- Updated dependencies | ||
- @backstage/types@0.0.0-nightly-20230919021144 | ||
- @backstage/types@1.1.1 | ||
@@ -11,0 +19,0 @@ ## 0.2.12-next.0 |
@@ -158,2 +158,2 @@ import { DateTime } from 'luxon'; | ||
export { BooleanCheckResult, BulkCheckResponse, CheckResponse, CheckResult, FactResponse, FactSchema }; | ||
export type { BooleanCheckResult, BulkCheckResponse, CheckResponse, CheckResult, FactResponse, FactSchema }; |
{ | ||
"name": "@backstage/plugin-tech-insights-common", | ||
"version": "0.0.0-nightly-20230919021144", | ||
"main": "dist/index.cjs.js", | ||
"types": "dist/index.d.ts", | ||
"license": "Apache-2.0", | ||
"version": "0.0.0-nightly-20240420021132", | ||
"backstage": { | ||
"role": "common-library", | ||
"moved": "@backstage-community/plugin-tech-insights-common" | ||
}, | ||
"publishConfig": { | ||
@@ -12,5 +13,6 @@ "access": "public", | ||
}, | ||
"backstage": { | ||
"role": "common-library" | ||
}, | ||
"keywords": [ | ||
"backstage", | ||
"tech-insights" | ||
], | ||
"homepage": "https://backstage.io", | ||
@@ -22,18 +24,20 @@ "repository": { | ||
}, | ||
"keywords": [ | ||
"backstage", | ||
"tech-insights" | ||
"license": "Apache-2.0", | ||
"sideEffects": false, | ||
"main": "dist/index.cjs.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"start": "backstage-cli backend:dev", | ||
"build": "backstage-cli package build", | ||
"clean": "backstage-cli package clean", | ||
"lint": "backstage-cli package lint", | ||
"test": "backstage-cli package test", | ||
"prepack": "backstage-cli package prepack", | ||
"postpack": "backstage-cli package postpack", | ||
"clean": "backstage-cli package clean" | ||
"start": "backstage-cli backend:dev", | ||
"test": "backstage-cli package test" | ||
}, | ||
"dependencies": { | ||
"@backstage/types": "^0.0.0-nightly-20230919021144", | ||
"@backstage/types": "^1.1.1", | ||
"@types/luxon": "^3.0.0", | ||
@@ -43,8 +47,6 @@ "luxon": "^3.0.0" | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230919021144" | ||
"@backstage/cli": "^0.0.0-nightly-20240420021132" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-tech-insights-common instead.", | ||
"module": "./dist/index.esm.js" | ||
} |
@@ -1,3 +0,3 @@ | ||
# Tech Insights Common | ||
# Deprecated | ||
Common types and functionalities for tech insights shared in an isomorphic manner between BE and FE implementations. | ||
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-tech-insights-common` instead. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10224
1
+ Added@backstage/types@1.2.1(transitive)
- Removed@backstage/types@0.0.0-nightly-20250114022708(transitive)
Updated@backstage/types@^1.1.1