cuke-dedup-windows-arm64-msvc 0.1.0 → 0.2.0

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
@@ -21,6 +21,6 @@ Supply-chain notes:
21
21
 
22
22
  - no runtime dependencies;
23
23
  - no install scripts or postinstall downloads;
24
- - published from the project release artifacts;
25
- - npm registry signatures can be checked with `npm audit signatures` from an
26
- installed project.
24
+ - published from the project GitHub Actions workflow with npm provenance enabled;
25
+ - npm registry signatures and provenance can be checked with
26
+ `npm audit signatures` from an installed project.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cuke-dedup-windows-arm64-msvc",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Windows arm64 MSVC native binary for cuke-dedup",
5
5
  "os": ["win32"],
6
6
  "cpu": ["arm64"],