starti.app 2.0.59 → 2.0.60

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.
@@ -136,7 +136,7 @@ export declare class App extends EventTargetWithType<{
136
136
  * await startiapp.App.openSettings();
137
137
  * ```
138
138
  */
139
- openSettions: () => Promise<void>;
139
+ openSettings: () => Promise<void>;
140
140
  /**
141
141
  * Set the app icon.
142
142
  *
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "starti.app",
3
3
  "author": "starti.app",
4
4
  "license": "MIT",
5
- "version": "2.0.59",
5
+ "version": "2.0.60",
6
6
  "description": "Use this package for easy communication with the starti.app API.",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",