@rool-dev/svelte 0.11.6-dev.c1d0aa4 → 0.11.6
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/README.md +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -424,6 +424,7 @@ await conversation.setSystemInstruction('You are helpful')
|
|
|
424
424
|
conversation.getInteractions()
|
|
425
425
|
|
|
426
426
|
// Space history/admin
|
|
427
|
+
await space.checkpoint('Before edit')
|
|
427
428
|
await space.undo()
|
|
428
429
|
await space.redo()
|
|
429
430
|
await space.deleteConversation('old-thread')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rool-dev/svelte",
|
|
3
|
-
"version": "0.11.6
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "Svelte 5 runes for Rool Spaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"svelte": "./dist/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@rool-dev/sdk": "0.11.6
|
|
44
|
+
"@rool-dev/sdk": "0.11.6"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"svelte": "^5.0.0"
|