nuxtjs-vk-pixel 0.0.4 → 0.0.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vk-pixel",
3
3
  "configKey": "vkPixel",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -20,8 +20,8 @@ const module$1 = defineNuxtModule({
20
20
  setup(options, nuxt) {
21
21
  nuxt.options.runtimeConfig.public.vkPixel = {
22
22
  ...nuxt.options.runtimeConfig.public.vkPixel ?? {},
23
- ...options,
24
- ...defaultOptions
23
+ ...defaultOptions,
24
+ ...options
25
25
  };
26
26
  const resolver = createResolver(import.meta.url);
27
27
  addPlugin(resolver.resolve("./runtime/plugin"));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxtjs-vk-pixel",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "NuxtJS VK Pixel module",
6
6
  "repository": {
7
7
  "type": "git",