epos 1.7.5 → 1.7.6

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,7 +99,7 @@ export interface Epos {
99
99
  };
100
100
  assets: {
101
101
  /** Get asset URL. Asset must be loaded first. */
102
- url(path: string): Promise<string>;
102
+ url(path: string): string;
103
103
  /** Load asset by path. */
104
104
  load(path: string): Promise<Blob>;
105
105
  /** Load all assets. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epos",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "imkost",