diff --git a/.changeset/cyan-crews-dance.md b/.changeset/cyan-crews-dance.md new file mode 100644 index 00000000..ae0c68ac --- /dev/null +++ b/.changeset/cyan-crews-dance.md @@ -0,0 +1,5 @@ +--- +'@aziontech/jwt': major +--- + +first deployment of the jwt package diff --git a/packages/jwt/CHANGELOG.md b/packages/jwt/CHANGELOG.md deleted file mode 100644 index 1ec36606..00000000 --- a/packages/jwt/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @aziontech/jwt - -## 1.0.0 - -### Major Changes - -- [#442](https://github.com/aziontech/lib/pull/442) [`21060d4`](https://github.com/aziontech/lib/commit/21060d41b3bbd7ed39ff5babbcca6a65667722ec) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - first deployment of the jwt package diff --git a/packages/jwt/package.json b/packages/jwt/package.json index dfada710..4a1b3bd6 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@aziontech/jwt", - "version": "1.0.0", + "version": "0.0.0", "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", @@ -35,5 +35,10 @@ "ts-jest": "^29.2.2", "ts-node": "^10.9.2", "typescript": "^5.5.3" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/jwt" } }