4 Commits

Author SHA1 Message Date
55f924f0ca 1.0.9 2023-08-21 12:38:33 +02:00
3555731fc3 fix(core): update 2023-08-21 12:38:33 +02:00
4a777b5d35 1.0.8 2023-08-21 08:28:55 +02:00
13afbba520 fix(core): update 2023-08-21 08:28:55 +02:00
3 changed files with 2189 additions and 835 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/webjwt",
"version": "1.0.7",
"version": "1.0.9",
"private": false,
"description": "a package to handle jwt in the web",
"main": "dist_ts/index.js",
@ -14,16 +14,16 @@
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsdoc": "^1.1.10",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.3",
"@types/node": "^18.11.18"
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.1"
},
"dependencies": {
"@push.rocks/smartstring": "^4.0.5"
"@push.rocks/smartstring": "^4.0.8"
},
"browserslist": [
"last 1 chrome versions"

3006
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/webjwt',
version: '1.0.7',
version: '1.0.9',
description: 'a package to handle jwt in the web'
}