authhero 0.127.0 → 0.129.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +38 -38
- package/dist/authhero.d.ts +1 -0
- package/dist/authhero.mjs +2516 -2456
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "authhero",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.129.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"build:tailwind": "node build-tailwind.js",
|
|
62
62
|
"start": "pnpm build && node dist/index.js",
|
|
63
63
|
"test": "vitest run",
|
|
64
|
-
"pull-translations": "i18nexus pull -k U5P1_tq3Teu7FZx4OrfI9w --path ./src/locales && prettier --write ./src/locales/**/*.json"
|
|
65
|
-
"sort-translations": "sort-json src/locales/*/*.json"
|
|
64
|
+
"pull-translations": "i18nexus pull -k U5P1_tq3Teu7FZx4OrfI9w --path ./src/locales && prettier --write ./src/locales/**/*.json && sort-json src/locales/*/*.json"
|
|
66
65
|
}
|
|
67
66
|
}
|