@llun/activities.schema 0.0.3 → 0.0.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": "@llun/activities.schema",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Validate ActivityPub with Zod",
5
5
  "exports": {
6
6
  "types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsc",
12
- "publish": "rm -rf dist && yarn build && npm publish --access public"
12
+ "release": "rm -rf dist && npm run build && npm publish --access public"
13
13
  },
14
14
  "author": "Maythee Anegboonlap <null@llun.dev>",
15
15
  "license": "MIT",