@davidsouther/jiffies 2026.24.1 → 2026.24.4

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidsouther/jiffies",
3
- "version": "2026.24.1",
3
+ "version": "2026.24.4",
4
4
  "private": false,
5
5
  "displayName": "JEFRi Jiffies",
6
6
  "type": "module",
@@ -31,7 +31,7 @@
31
31
  "check:lint": "biome check",
32
32
  "all": "npm run check:lint && npm run test",
33
33
  "prepublish": "npm run build",
34
- "publish": "node scripts/stamp.ts"
34
+ "stamp": "node scripts/stamp.ts"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@biomejs/biome": "^2.3.11",