@rool-dev/sdk 0.1.0-dev.8511433 → 0.1.1-dev.11d8299
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 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1065,6 +1065,4 @@ Below are a few representative patterns.
|
|
|
1065
1065
|
|
|
1066
1066
|
## License
|
|
1067
1067
|
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
Proprietary — © Lightpost One. All rights reserved.
|
|
1068
|
+
MIT - see [LICENSE](../../LICENSE) for details.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rool-dev/sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "TypeScript SDK for
|
|
3
|
+
"version": "0.1.1-dev.11d8299",
|
|
4
|
+
"description": "TypeScript SDK for working with Rool Spaces",
|
|
5
5
|
"packageManager": "pnpm@10.17.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"real-time"
|
|
45
45
|
],
|
|
46
46
|
"author": {
|
|
47
|
-
"name": "
|
|
48
|
-
"email": "info@
|
|
49
|
-
"url": "https://
|
|
47
|
+
"name": "Rool Limited",
|
|
48
|
+
"email": "info@rool.dev",
|
|
49
|
+
"url": "https://rool.dev"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/chai": "^5.2.3",
|
|
60
|
-
"@types/node": "^25.0
|
|
60
|
+
"@types/node": "^25.1.0",
|
|
61
61
|
"chai": "^6.2.2",
|
|
62
|
-
"tsx": "^4.
|
|
62
|
+
"tsx": "^4.21.0",
|
|
63
63
|
"typescript": "^5.9.3"
|
|
64
64
|
}
|
|
65
65
|
}
|