Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
55f924f0ca | |||
3555731fc3 | |||
4a777b5d35 | |||
13afbba520 |
16
package.json
16
package.json
@ -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
3006
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user