@latticexyz/utils 2.0.0-alpha.87 → 2.0.0-alpha.89

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 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@latticexyz/utils",
3
3
  "license": "MIT",
4
- "version": "2.0.0-alpha.87+fd912b14",
4
+ "version": "2.0.0-alpha.89+53df4745",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",
7
7
  "main": "dist/index.js",
@@ -11,10 +11,9 @@
11
11
  "directory": "packages/utils"
12
12
  },
13
13
  "scripts": {
14
- "prepare": "yarn build",
14
+ "prepare": "pnpm build",
15
15
  "lint": "eslint . --ext .ts",
16
16
  "test": "tsc && jest",
17
- "link": "yarn link",
18
17
  "docs": "rimraf API && typedoc src && find API -type f -name '*.md' -exec sed -E -i \"\" \"s/(#.*)(<.*>)/\\1/\" {} \\; && echo 'label: API' > API/index.yml",
19
18
  "prepack": "mv package.json package.json.bak && jq \".main = \\\"dist/index.js\\\"\" package.json.bak > package.json",
20
19
  "postpack": "mv package.json.bak package.json || echo 'no package.json.bak'",
@@ -48,7 +47,7 @@
48
47
  "rxjs": "^7.5.5",
49
48
  "web3-utils": "^1.8.0"
50
49
  },
51
- "gitHead": "fd912b1497bdd4af4de7c77109ff4a402e3d646f",
50
+ "gitHead": "53df4745449015c8b09e0a234fa6ba2dcba4577b",
52
51
  "dependencies": {
53
52
  "typedoc-plugin-markdown": "^3.13.6"
54
53
  }