Skip to content

Commit f520f7c

Browse files
committed
SDK regeneration
1 parent 7057182 commit f520f7c

File tree

2 files changed

+15
-7123
lines changed

2 files changed

+15
-7123
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,6 @@
106106
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
107107
},
108108
"sideEffects": false,
109-
"lint-staged": {
110-
"*.{js,ts,tsx}": [
111-
"eslint --fix",
112-
"prettier --write"
113-
],
114-
"*.{json,md,yml,yaml}": [
115-
"prettier --write"
116-
]
117-
},
118-
"dependencies": {
119-
"uuid": "^11.1.0",
120-
"jose": "^4.13.2",
121-
"auth0-legacy": "npm:auth0@^4.27.0"
122-
},
123109
"bugs": {
124110
"url": "https://github.com/auth0/node-auth0/issues"
125111
},
@@ -133,5 +119,19 @@
133119
"management api",
134120
"json web token"
135121
],
136-
"description": "Auth0 Node.js SDK for Authentication and Management APIs."
122+
"description": "Auth0 Node.js SDK for Authentication and Management APIs.",
123+
"lint-staged": {
124+
"*.{js,ts,tsx}": [
125+
"eslint --fix",
126+
"prettier --write"
127+
],
128+
"*.{json,md,yml,yaml}": [
129+
"prettier --write"
130+
]
131+
},
132+
"dependencies": {
133+
"uuid": "^11.1.0",
134+
"jose": "^4.13.2",
135+
"auth0-legacy": "npm:auth0@^4.27.0"
136+
}
137137
}

0 commit comments

Comments
 (0)