tachyon-protocol 1.5.2 → 1.5.3
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -3
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tachyon-protocol",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "nodemon --watch src/** --ext ts --ignore src/meta.ts --exec npm run build",
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"lint": "eslint . --ext .ts --fix",
|
|
10
10
|
"format": "prettier --write src/**/*.ts",
|
|
11
11
|
"test": "jest",
|
|
12
|
-
"
|
|
13
|
-
"prepublishOnly": "npm run build && npm run test",
|
|
12
|
+
"prepublishOnly": "patch-package && npm run build && npm run test",
|
|
14
13
|
"postpublish": "git commit -a -m \"updated tachyonVersion const literal\" && git push"
|
|
15
14
|
},
|
|
16
15
|
"main": "dist/index.js",
|