Skip to content

Commit

Permalink
Publish v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hampuskraft committed Mar 1, 2024
1 parent 77f3349 commit 6795222
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@hampus/itsdangerous",
"version": "1.1.0",
"exports": "./src/index.ts"
}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itsdangerous.js",
"version": "1.0.1",
"version": "1.1.0",
"description": "Safely pass trusted data to untrusted environments and back.",
"keywords": [
"hmac",
Expand All @@ -20,23 +20,24 @@
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc",
"build": "tsup",
"format": "prettier --write .",
"prepublishOnly": "npm run -s build",
"test": "vitest run"
},
"dependencies": {
"ts-mixer": "^6.0.3"
"ts-mixer": "^6.0.4"
},
"devDependencies": {
"@types/node": "^20.8.5",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "3.2.3",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vitest": "^0.34.6"
"@types/node": "^20.11.24",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"tsup": "8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"engines": {
"node": ">=18.18"
"node": ">=18"
}
}

0 comments on commit 6795222

Please sign in to comment.