@0xsquid/squid-types 0.1.1 → 0.1.2

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 +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsquid/squid-types",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "JS and TS types relating to 0xsquid related projects.",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -15,7 +15,11 @@
15
15
  "clean": "rimraf dist tsconfig.tsbuildinfo",
16
16
  "clean:all": "rimraf dist tsconfig.tsbuildinfo node_modules",
17
17
  "prepare": "yarn build",
18
- "build": "yarn clean && tsc"
18
+ "build": "yarn clean && tsc",
19
+ "release": "release-it",
20
+ "release:pre": "release-it --preRelease=beta",
21
+ "release:ci": "release-it --ci",
22
+ "release:dry": "release-it --dry-run"
19
23
  },
20
24
  "repository": {
21
25
  "type": "git",