@synsci/sdk 1.1.138 → 1.1.140

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.
@@ -1154,7 +1154,7 @@ export type KeybindsConfig = {
1154
1154
  */
1155
1155
  export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR";
1156
1156
  /**
1157
- * Server configuration for synsc serve and web commands
1157
+ * Server configuration for synsci serve and web commands
1158
1158
  */
1159
1159
  export type ServerConfig = {
1160
1160
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.1.138",
4
+ "version": "1.1.140",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {