@rool-dev/sdk 0.1.1-dev.11d8299 → 0.1.1-dev.50b7a69

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rool-dev/sdk",
3
- "version": "0.1.1-dev.11d8299",
4
- "description": "TypeScript SDK for working with Rool Spaces",
3
+ "version": "0.1.1-dev.50b7a69",
4
+ "description": "TypeScript SDK for the Rool platform",
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": "Rool Limited",
48
- "email": "info@rool.dev",
49
- "url": "https://rool.dev"
47
+ "name": "Lightpost One",
48
+ "email": "info@lightpost.one",
49
+ "url": "https://lightpost.one"
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.1.0",
60
+ "@types/node": "^25.0.2",
61
61
  "chai": "^6.2.2",
62
- "tsx": "^4.21.0",
62
+ "tsx": "^4.19.4",
63
63
  "typescript": "^5.9.3"
64
64
  }
65
65
  }