@foundrynorth/compass-schema 1.0.19 → 1.0.21
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 +4 -3
- package/dist/schema.d.ts +2088 -47
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +183 -3
- package/dist/schema.js.map +1 -1
- package/dist/types/activity-feed.d.ts +37 -0
- package/dist/types/activity-feed.d.ts.map +1 -0
- package/dist/types/activity-feed.js +63 -0
- package/dist/types/activity-feed.js.map +1 -0
- package/package.json +2 -2
- package/src/schema.ts +297 -4
- package/src/types/activity-feed.ts +97 -0
package/LICENSE
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
Copyright (c) 2024-2026
|
|
1
|
+
Copyright (c) 2024-2026 Brian T. Kennett. All rights reserved.
|
|
2
2
|
|
|
3
|
-
This software is
|
|
4
|
-
|
|
3
|
+
This software is the original work of Brian T. Kennett. Unauthorized copying,
|
|
4
|
+
distribution, or use of this software, via any medium, is strictly prohibited
|
|
5
|
+
without express written permission from the copyright holder.
|