@simplesmoothsafe/pptb-dependency-cleaner 0.1.1 → 1.0.0

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.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplesmoothsafe/pptb-dependency-cleaner",
3
- "version": "0.1.1",
3
+ "version": "1.0.0",
4
4
  "displayName": "SSS Dependency Cleaner",
5
5
  "description": "Why does my solution depend on msdyn_*? Find every dependency of an unmanaged solution on a managed solution the target environment lacks, see the component that causes it, and fix it in place: convert tables to shells, remove components, strip msdyn columns from forms and views. Preview, backup and restore.",
6
6
  "main": "index.html",