@wraps.dev/cli 2.2.2 → 2.2.3

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/LICENSE CHANGED
@@ -2,8 +2,9 @@ Copyright (c) 2025 Jarod Stewart
2
2
 
3
3
  Portions of this software – namely all files that reside under the following directories of this repository – are licensed under the license defined in "ee/LICENSE.md".
4
4
 
5
- apps/web/app/(ee)
6
- apps/web/app/app.wraps.dev/(dashboard)/[slug]/(ee)
5
+ apps/web/src/app/(dashboard)/[orgSlug]/(ee)
6
+ apps/web/src/components/(ee)
7
+ apps/api/src/(ee)
7
8
 
8
9
  All third-party components incorporated into the Wraps Software are licensed under the original license provided by the owner of the applicable component.
9
10