diff --git a/package.json b/package.json index d66a7b0..f9d67fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hawk.so/nuxt", - "version": "0.0.7", + "version": "1.0.0", "description": "Hawk error tracker integration to Nuxt app", "repository": { "type": "git", @@ -25,6 +25,7 @@ "build": "nuxt-module-build prepare && nuxt-module-build build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", + "dev:preview": "nuxi preview playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "release": "yarn run lint && yarn run test && yarn run prepack && changelogen --release && yarn publish && git push --follow-tags", "lint": "eslint .", @@ -34,7 +35,7 @@ "preinstall": "npx only-allow yarn" }, "dependencies": { - "@hawk.so/javascript": "^3.0.8", + "@hawk.so/javascript": "^3.1.0-rc.0", "@hawk.so/vite-plugin": "^1.0.4", "@nuxt/kit": "^3.13.2" }, diff --git a/playground/app.vue b/playground/app.vue index 5687855..704657e 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -7,6 +7,11 @@ Trigger exception + + @@ -15,6 +20,8 @@