@hybridly/core 0.3.0 → 0.3.1

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 (2) hide show
  1. package/dist/index.d.ts +1 -3
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -300,9 +300,7 @@ interface Progress {
300
300
  /** Computed percentage. */
301
301
  percentage: Readonly<number>;
302
302
  }
303
- interface Errors {
304
- [key: string]: string;
305
- }
303
+ type Errors = any;
306
304
 
307
305
  interface RoutingConfiguration {
308
306
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybridly/core",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Core functionality of Hybridly",
5
5
  "keywords": [
6
6
  "hybridly",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "qs": "^6.11.1",
40
40
  "superjson": "^1.12.3",
41
- "@hybridly/utils": "0.3.0"
41
+ "@hybridly/utils": "0.3.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "defu": "^6.1.2"