@sprucelabs/spruce-calendar-components 39.6.1 → 39.6.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/build/.spruce/schemas/schemas.types.d.ts +1607 -1598
- package/build/esm/.spruce/schemas/schemas.types.d.ts +1607 -1598
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprucelabs/spruce-calendar-components",
|
|
3
3
|
"description": "Calendar components for working with calendars and Sprucebot.",
|
|
4
|
-
"version": "39.6.
|
|
4
|
+
"version": "39.6.3",
|
|
5
5
|
"skill": {
|
|
6
6
|
"namespace": "calendar"
|
|
7
7
|
},
|
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
"@sprucelabs/heartwood-view-controllers": "latest",
|
|
221
221
|
"@sprucelabs/spruce-test-fixtures": "latest",
|
|
222
222
|
"@sprucelabs/spruce-heartwood-utils": "latest",
|
|
223
|
+
"@sprucelabs/spruce-agent-utils": "latest",
|
|
223
224
|
"dotenv": "latest",
|
|
224
225
|
"just-compare": "latest"
|
|
225
226
|
},
|