Skip to content

Package installed with npm does not seem to be aligned with whats written in the readme file #60

@mariusvigariu

Description

@mariusvigariu

First of all, thanks for your work. The project is exactly what I am looking for.

Now continuing with the issue I've seen.

When I do the following:

const utm = useNuxtUTM()

The utm variable above is the actual data ref holding the objects ([{utmParams: ..., timestamp: ...}, ...}])

I would expect it to be an object holding the stuff provided here

Not really sure what is going on, but I am guessing there is some mismatch during publishing on npmjs?

Here is some info from my node_modules/nuxt-utm folder:

node_modules/nuxt-utm$ grep version package.json
  "version": "0.2.10",

node_modules/nuxt-utm$ ls -l
total 16
drwxr-xr-x 7 marius staff  224 Oct 21 20:41 dist
-rw-r--r-- 1 marius staff 1076 Oct 21 16:11 LICENSE
drwxr-xr-x 3 marius staff   96 Oct 21 16:11 node_modules
-rw-r--r-- 1 marius staff 2041 Oct 21 16:11 package.json
-rw-r--r-- 1 marius staff 5543 Oct 21 16:11 README.md

node_modules/nuxt-utm$ tree dist/
dist/
├── module.d.mts
├── module.json
├── module.mjs
├── runtime
│   ├── composables.d.ts
│   ├── composables.js
│   ├── plugin.d.ts
│   ├── plugin.js
│   ├── utm.d.ts
│   └── utm.js
└── types.d.mts

2 directories, 10 files


node_modules/nuxt-utm$ grep -nri tracking dist
# nothing found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions