Merge pull request #26740 from backstage/blam/deprecation-warning

chore: deprecation message for backend-common
This commit is contained in:
Patrik Oldsberg
2024-09-17 15:13:34 +02:00
committed by GitHub
+2 -1
View File
@@ -152,5 +152,6 @@
"optional": true
}
},
"configSchema": "config.d.ts"
"configSchema": "config.d.ts",
"deprecated": "This package is deprecated, please follow the deprecation instructions for the exports you still use"
}