@hax-brasil/replay-decoder 1.0.0 → 1.0.1

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 +11 -9
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@hax-brasil/replay-decoder",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Node.js HBR2 decoder and validator powered by haxball-replay-decoder",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/hax-brasil/node-haxball-replay-decoder.git"
9
+ "url": "https://github.com/haxbrasil/node-haxball-replay-decoder"
10
10
  },
11
11
  "license": "MIT",
12
12
  "keywords": [
@@ -51,7 +51,9 @@
51
51
  "format:rs": "cargo fmt",
52
52
  "lint": "oxlint .",
53
53
  "prepublishOnly": "napi prepublish -t npm",
54
- "test": "pnpm typecheck && pnpm build:debug && ava",
54
+ "test": "pnpm run test:local",
55
+ "test:local": "pnpm typecheck && pnpm build:debug && ava",
56
+ "test:bindings": "npm run typecheck && ava",
55
57
  "typecheck": "tsc -p __test__/tsconfig.json --noEmit",
56
58
  "preversion": "napi build --platform --no-js --dts native.d.ts && git add .",
57
59
  "version": "napi version",
@@ -106,10 +108,10 @@
106
108
  },
107
109
  "packageManager": "pnpm@10.13.1",
108
110
  "optionalDependencies": {
109
- "@hax-brasil/replay-decoder-win32-x64-msvc": "1.0.0",
110
- "@hax-brasil/replay-decoder-darwin-x64": "1.0.0",
111
- "@hax-brasil/replay-decoder-linux-x64-gnu": "1.0.0",
112
- "@hax-brasil/replay-decoder-linux-arm64-gnu": "1.0.0",
113
- "@hax-brasil/replay-decoder-darwin-arm64": "1.0.0"
111
+ "@hax-brasil/replay-decoder-win32-x64-msvc": "1.0.1",
112
+ "@hax-brasil/replay-decoder-darwin-x64": "1.0.1",
113
+ "@hax-brasil/replay-decoder-linux-x64-gnu": "1.0.1",
114
+ "@hax-brasil/replay-decoder-linux-arm64-gnu": "1.0.1",
115
+ "@hax-brasil/replay-decoder-darwin-arm64": "1.0.1"
114
116
  }
115
- }
117
+ }