@allstak/nuxt 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to `@allstak/nuxt` are documented here.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] — 2026-05-30
9
+
10
+ Maintenance release. No public API changes.
11
+
12
+ ### Changed
13
+
14
+ - Refreshed the published build artifacts and confirmed the module resolves
15
+ against the current `@allstak/js` and `@allstak/vue` releases.
16
+ - Tidied source comments and documentation wording.
17
+
8
18
  ## [0.1.0] — 2026-05-29
9
19
 
10
20
  Initial release of the official AllStak SDK for Nuxt 3 / Nuxt 4, shipped as a
@@ -52,4 +62,5 @@ Nuxt module built with `@nuxt/module-builder`.
52
62
  - The SDK version is injected at build time from `package.json`
53
63
  (`__ALLSTAK_NUXT_VERSION__`), never hand-written, so it cannot drift.
54
64
 
65
+ [0.1.1]: https://github.com/AllStak/allstak-nuxt/releases/tag/v0.1.1
55
66
  [0.1.0]: https://github.com/AllStak/allstak-nuxt/releases/tag/v0.1.0
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allstak/nuxt",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "configKey": "allstak",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.7.0"
package/dist/module.mjs CHANGED
@@ -2,7 +2,7 @@ import { fileURLToPath } from 'node:url';
2
2
  import { defineNuxtModule, useLogger, createResolver, addPlugin, addServerPlugin, addTemplate } from '@nuxt/kit';
3
3
 
4
4
  const name = "@allstak/nuxt";
5
- const version = "0.1.0";
5
+ const version = "0.1.1";
6
6
 
7
7
  const SDK_NAME = "allstak-nuxt";
8
8
  const SDK_VERSION = typeof __ALLSTAK_NUXT_VERSION__ === "string" ? __ALLSTAK_NUXT_VERSION__ : version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allstak/nuxt",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official AllStak SDK for Nuxt 3 / Nuxt 4 \u2014 error tracking, structured logs, distributed tracing, and observability for the client and the Nitro server.",
5
5
  "keywords": [
6
6
  "nuxt",