From 8b155c6e64795496f750102751014932eaa38886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Filho?= Date: Thu, 18 Jun 2026 09:25:25 -0300 Subject: [PATCH] chore: first deployment of the jwt package --- .changeset/config.json | 1 - .changeset/tricky-tables-dress.md | 5 +++++ packages/jwt/package.json | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changeset/tricky-tables-dress.md diff --git a/.changeset/config.json b/.changeset/config.json index 325c2b7d..43ce45c7 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -18,7 +18,6 @@ "@aziontech/client", "@aziontech/cookies", "@aziontech/domains", - "@aziontech/jwt", "@aziontech/purge", "@aziontech/router", "@aziontech/wasm-image-processor" diff --git a/.changeset/tricky-tables-dress.md b/.changeset/tricky-tables-dress.md new file mode 100644 index 00000000..ae0c68ac --- /dev/null +++ b/.changeset/tricky-tables-dress.md @@ -0,0 +1,5 @@ +--- +'@aziontech/jwt': major +--- + +first deployment of the jwt package diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 0e8b80a5..b5a224be 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,8 +1,7 @@ { "name": "@aziontech/jwt", "version": "0.0.0", - "private": true, - "description": "", + "description": "The Azion JWT Library provides utility functions for signing, verifying, and decoding JSON Web Tokens (JWTs).", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",