@rspack/binding-darwin-x64 0.0.22 → 0.0.24

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/LICENSE CHANGED
@@ -1,6 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022-present Rspack Authors
3
+ Copyright (c) 2022-present Bytedance, Inc. and its affiliates.
4
+
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ <picture>
2
+ <source media="(prefers-color-scheme: dark)" srcset="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspack-banner-1610-dark.png">
3
+ <img alt="Rspack Banner" src="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspack-banner-1610.png">
4
+ </picture>
5
+
6
+ # @rspack/binding-darwin-x64
7
+
8
+ Node binding for rspack.
9
+
10
+ ## Documentation
11
+
12
+ See [https://rspack.org](https://rspack.org) for details.
13
+
14
+ ## License
15
+
16
+ Rspack is [MIT licensed](https://github.com/modern-js-dev/rspack/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,15 +1,18 @@
1
1
  {
2
2
  "name": "@rspack/binding-darwin-x64",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
+ "license": "MIT",
4
5
  "description": "Node binding for rspack",
5
6
  "main": "rspack.darwin-x64.node",
7
+ "homepage": "https://rspack.org",
8
+ "bugs": "https://github.com/modern-js-dev/rspack/issues",
9
+ "repository": "modern-js-dev/rspack",
6
10
  "publishConfig": {
7
11
  "access": "public"
8
12
  },
9
13
  "files": [
10
14
  "*.node"
11
15
  ],
12
- "license": "MIT",
13
16
  "os": [
14
17
  "darwin"
15
18
  ],
Binary file