eswat2 2.1.259 → 2.1.270

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eswat2",
3
- "version": "2.1.259",
3
+ "version": "2.1.270",
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.5.3+sha512.7ac1c919341c213a34dc0d02afb7143c5c26ac26ee8c4782deea821b8ac64d2134a081fd8941dae6e29bbb48f58dfc2b7fbceeccc07cb2f09d219d342a4969ed",
13
+ "packageManager": "pnpm@11.6.0",
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 && npm publish --access public",
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",