@rspack/binding-darwin-x64 0.0.24 → 0.0.26

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/README.md CHANGED
@@ -13,4 +13,4 @@ See [https://rspack.org](https://rspack.org) for details.
13
13
 
14
14
  ## License
15
15
 
16
- Rspack is [MIT licensed](https://github.com/modern-js-dev/rspack/blob/main/LICENSE).
16
+ Rspack is [MIT licensed](https://github.com/web-infra-dev/rspack/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@rspack/binding-darwin-x64",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "license": "MIT",
5
5
  "description": "Node binding for rspack",
6
6
  "main": "rspack.darwin-x64.node",
7
7
  "homepage": "https://rspack.org",
8
- "bugs": "https://github.com/modern-js-dev/rspack/issues",
9
- "repository": "modern-js-dev/rspack",
8
+ "bugs": "https://github.com/web-infra-dev/rspack/issues",
9
+ "repository": "web-infra-dev/rspack",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
13
  "files": [
14
- "*.node"
14
+ "rspack.darwin-x64.node"
15
15
  ],
16
16
  "os": [
17
17
  "darwin"
Binary file