@hybridly/vue 0.8.2 → 0.9.0

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.
package/dist/index.d.cts CHANGED
@@ -995,14 +995,14 @@ declare const RouterLink: vue.DefineComponent<vue.ExtractPropTypes<{
995
995
  };
996
996
  }>> & Readonly<{}>, {
997
997
  data: RequestData;
998
- method: "delete" | "get" | Method | "post" | "put" | "patch";
998
+ method: Method | "get" | "post" | "put" | "patch" | "delete";
999
999
  preserveScroll: boolean;
1000
1000
  preserveState: boolean;
1001
1001
  href: string;
1002
1002
  as: string | Record<string, any>;
1003
1003
  external: boolean;
1004
1004
  disabled: boolean;
1005
- options: Omit<HybridRequestOptions, "data" | "url" | "method">;
1005
+ options: Omit<HybridRequestOptions, "url" | "data" | "method">;
1006
1006
  text: string;
1007
1007
  preload: boolean | "hover" | "mount";
1008
1008
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
package/dist/index.d.mts CHANGED
@@ -995,14 +995,14 @@ declare const RouterLink: vue.DefineComponent<vue.ExtractPropTypes<{
995
995
  };
996
996
  }>> & Readonly<{}>, {
997
997
  data: RequestData;
998
- method: "delete" | "get" | Method | "post" | "put" | "patch";
998
+ method: Method | "get" | "post" | "put" | "patch" | "delete";
999
999
  preserveScroll: boolean;
1000
1000
  preserveState: boolean;
1001
1001
  href: string;
1002
1002
  as: string | Record<string, any>;
1003
1003
  external: boolean;
1004
1004
  disabled: boolean;
1005
- options: Omit<HybridRequestOptions, "data" | "url" | "method">;
1005
+ options: Omit<HybridRequestOptions, "url" | "data" | "method">;
1006
1006
  text: string;
1007
1007
  preload: boolean | "hover" | "mount";
1008
1008
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
package/dist/index.d.ts CHANGED
@@ -995,14 +995,14 @@ declare const RouterLink: vue.DefineComponent<vue.ExtractPropTypes<{
995
995
  };
996
996
  }>> & Readonly<{}>, {
997
997
  data: RequestData;
998
- method: "delete" | "get" | Method | "post" | "put" | "patch";
998
+ method: Method | "get" | "post" | "put" | "patch" | "delete";
999
999
  preserveScroll: boolean;
1000
1000
  preserveState: boolean;
1001
1001
  href: string;
1002
1002
  as: string | Record<string, any>;
1003
1003
  external: boolean;
1004
1004
  disabled: boolean;
1005
- options: Omit<HybridRequestOptions, "data" | "url" | "method">;
1005
+ options: Omit<HybridRequestOptions, "url" | "data" | "method">;
1006
1006
  text: string;
1007
1007
  preload: boolean | "hover" | "mount";
1008
1008
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridly/vue",
3
3
  "type": "module",
4
- "version": "0.8.2",
4
+ "version": "0.9.0",
5
5
  "description": "Vue adapter for Hybridly",
6
6
  "author": "Enzo Innocenzi <enzo@innocenzi.dev>",
7
7
  "license": "MIT",
@@ -49,8 +49,8 @@
49
49
  "lodash.isequal": "^4.5.0",
50
50
  "nprogress": "^0.2.0",
51
51
  "qs": "^6.14.0",
52
- "@hybridly/core": "0.8.2",
53
- "@hybridly/utils": "0.8.2"
52
+ "@hybridly/utils": "0.9.0",
53
+ "@hybridly/core": "0.9.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/lodash": "^4.17.17",