@sprucelabs/spruce-reminders-utils 5.0.46 → 5.0.48

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 (2) hide show
  1. package/LICENSE.md +4 -0
  2. package/package.json +1 -1
package/LICENSE.md ADDED
@@ -0,0 +1,4 @@
1
+ Copyright (C) Spruce Labs, Inc - All Rights Reserved
2
+ Unauthorized copying of this repository, via any medium is strictly prohibited.
3
+ Proprietary and confidential
4
+ Written by Taylor Romero, et. el. <taylor@sprucelabs.ai>, September 2023
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-reminders-utils",
3
3
  "description": "Support for working with reminders and Sprucebot. 📈",
4
- "version": "5.0.46",
4
+ "version": "5.0.48",
5
5
  "skill": {
6
6
  "namespace": "reminders"
7
7
  },