eswat2 2.1.259 → 2.1.271
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eswat2",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.271",
|
|
4
4
|
"description": "A personal card for Richard Hess (@eswat2)",
|
|
5
5
|
"main": "/bin/card.js",
|
|
6
6
|
"bin": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/eswat2/eswat2.git"
|
|
12
12
|
},
|
|
13
|
-
"packageManager": "pnpm@11.
|
|
13
|
+
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"bump": "bumpp patch --commit --tag --push --yes",
|
|
16
16
|
"card": "node ./bin/card.js",
|
|
17
|
-
"release": "pnpm bump && pnpm build && pnpm card
|
|
17
|
+
"release": "pnpm bump && pnpm build && pnpm card",
|
|
18
18
|
"preinstall": "npx only-allow pnpm",
|
|
19
19
|
"build": "node build.mjs",
|
|
20
20
|
"dev": "pnpm build && pnpm card",
|