starti.app 2.0.16 → 2.0.21

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.
@@ -99,6 +99,10 @@ export declare class App extends EventTargetWithType<{
99
99
  * ```
100
100
  */
101
101
  getAvailableIcons: () => Promise<string[]>;
102
+ /**
103
+ * Retrieves the current app url.
104
+ */
105
+ getAppUrl: () => Promise<string>;
102
106
  /**
103
107
  * Prompt the user to review the app.
104
108
  *
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.16",
5
+ "version": "2.0.21",
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",
@@ -14,8 +14,7 @@
14
14
  "build:types": "tsc --declaration --emitDeclarationOnly",
15
15
  "test": "jest",
16
16
  "lint": "eslint --report-unused-disable-directives --max-warnings 0",
17
- "publish:bundle": "node ./ci/publish_to_cdn.js",
18
- "postinstall": "echo \"/// <reference types=\\\"starti.app\\\" />\" >> startiapp.d.ts"
17
+ "publish:bundle": "node ./ci/publish_to_cdn.js"
19
18
  },
20
19
  "devDependencies": {
21
20
  "@eslint/js": "^9.9.1",