@hybridly/core 0.6.0 → 0.6.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.
package/dist/index.cjs CHANGED
@@ -874,7 +874,7 @@ async function performHybridNavigation(options) {
874
874
  await runHooks("abort", options.hooks, context);
875
875
  },
876
876
  NotAHybridResponseError: async () => {
877
- utils.debug.router("The request was not hybridly.");
877
+ utils.debug.router("The response was not hybrid.");
878
878
  console.error(error);
879
879
  await runHooks("invalid", options.hooks, error, context);
880
880
  if (context.responseErrorModals) {
package/dist/index.mjs CHANGED
@@ -867,7 +867,7 @@ async function performHybridNavigation(options) {
867
867
  await runHooks("abort", options.hooks, context);
868
868
  },
869
869
  NotAHybridResponseError: async () => {
870
- debug.router("The request was not hybridly.");
870
+ debug.router("The response was not hybrid.");
871
871
  console.error(error);
872
872
  await runHooks("invalid", options.hooks, error, context);
873
873
  if (context.responseErrorModals) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybridly/core",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Core functionality of Hybridly",
5
5
  "keywords": [
6
6
  "hybridly",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "qs": "^6.11.2",
41
41
  "superjson": "^2.2.1",
42
- "@hybridly/utils": "0.6.0"
42
+ "@hybridly/utils": "0.6.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "defu": "^6.1.3"