@hybridly/core 0.7.7 → 0.7.8

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
@@ -218,7 +218,7 @@ interface HybridRequestOptions extends Omit<NavigationOptions, 'payload'> {
218
218
  useFormData?: boolean;
219
219
  /**
220
220
  * If `false`, disable automatic form spoofing.
221
- * @see https://laravel.com/docs/9.x/routing#form-method-spoofing
221
+ * @see https://laravel.com/docs/master/routing#form-method-spoofing
222
222
  */
223
223
  spoof?: boolean;
224
224
  /**
package/dist/index.d.mts CHANGED
@@ -218,7 +218,7 @@ interface HybridRequestOptions extends Omit<NavigationOptions, 'payload'> {
218
218
  useFormData?: boolean;
219
219
  /**
220
220
  * If `false`, disable automatic form spoofing.
221
- * @see https://laravel.com/docs/9.x/routing#form-method-spoofing
221
+ * @see https://laravel.com/docs/master/routing#form-method-spoofing
222
222
  */
223
223
  spoof?: boolean;
224
224
  /**
package/dist/index.d.ts CHANGED
@@ -218,7 +218,7 @@ interface HybridRequestOptions extends Omit<NavigationOptions, 'payload'> {
218
218
  useFormData?: boolean;
219
219
  /**
220
220
  * If `false`, disable automatic form spoofing.
221
- * @see https://laravel.com/docs/9.x/routing#form-method-spoofing
221
+ * @see https://laravel.com/docs/master/routing#form-method-spoofing
222
222
  */
223
223
  spoof?: boolean;
224
224
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybridly/core",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Core functionality of Hybridly",
5
5
  "keywords": [
6
6
  "hybridly",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "qs": "^6.12.1",
45
45
  "superjson": "^2.2.1",
46
- "@hybridly/utils": "0.7.7"
46
+ "@hybridly/utils": "0.7.8"
47
47
  },
48
48
  "devDependencies": {
49
49
  "defu": "^6.1.4"