@merkaly/nuxt 0.2.4 → 0.2.5

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/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "0.2.4",
7
+ "version": "0.2.5",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
@@ -81,8 +81,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
81
81
  }>, {
82
82
  mode: PlaceTypes;
83
83
  disabled: boolean;
84
- placeholder: string;
85
84
  countries: string[];
85
+ placeholder: string;
86
86
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
87
  declare const _default: typeof __VLS_export;
88
88
  export default _default;
@@ -81,8 +81,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
81
81
  }>, {
82
82
  mode: PlaceTypes;
83
83
  disabled: boolean;
84
- placeholder: string;
85
84
  countries: string[];
85
+ placeholder: string;
86
86
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
87
  declare const _default: typeof __VLS_export;
88
88
  export default _default;
@@ -76,9 +76,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
76
76
  }>, {
77
77
  prefix: string;
78
78
  decimal: string;
79
+ placeholder: string;
79
80
  max: number;
80
81
  min: number;
81
- placeholder: string;
82
82
  precision: number;
83
83
  suffix: string;
84
84
  thousands: string;
@@ -76,9 +76,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
76
76
  }>, {
77
77
  prefix: string;
78
78
  decimal: string;
79
+ placeholder: string;
79
80
  max: number;
80
81
  min: number;
81
- placeholder: string;
82
82
  precision: number;
83
83
  suffix: string;
84
84
  thousands: string;
@@ -4,7 +4,7 @@ export const withAdapter = (callback) => (args) => {
4
4
  return useApi((executionParams) => {
5
5
  const config = args?.(executionParams) || {};
6
6
  const { params: initialParams = {}, ...hooks } = config;
7
- const mergedParams = defu(executionParams, initialParams);
7
+ const mergedParams = defu(executionParams, { ...initialParams });
8
8
  const adapterResult = callback(mergedParams);
9
9
  return defu(hooks, adapterResult);
10
10
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merkaly/nuxt",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/merkaly-io/nuxt.git"
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@auth0/auth0-spa-js": "^2.14.0",
32
- "@bootstrap-vue-next/nuxt": "^0.42.0",
32
+ "@bootstrap-vue-next/nuxt": "^0.43.0",
33
33
  "@nuxt/devtools": "^3.1.0",
34
34
  "@nuxt/eslint": "1.13.0",
35
35
  "@nuxt/eslint-config": "^1.13.0",
@@ -44,7 +44,7 @@
44
44
  "@vueuse/integrations": "^14.2.0",
45
45
  "@vueuse/nuxt": "^14.2.0",
46
46
  "bootstrap": "^5.3.8",
47
- "bootstrap-vue-next": "^0.42.0",
47
+ "bootstrap-vue-next": "^0.43.0",
48
48
  "change-case": "^5",
49
49
  "eslint": "^9.39.1",
50
50
  "filesize": "^11.0.2",