@datamitsu/datamitsu-freebsd-x64 0.0.1-alpha-2 → 0.0.1-alpha-3

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 (3) hide show
  1. package/README.md +2 -2
  2. package/datamitsu +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ Like light illuminating the path forward and honey making the experience pleasan
16
16
 
17
17
  Datamitsu is a **core engine** for configuration management and binary distribution, written in Go for performance and delivered as a single binary or npm package.
18
18
 
19
- It manages development tools and binaries across multiple platforms, handling downloads, SHA256 verification, caching, and execution. Configuration is defined in JavaScript (powered by the goja runtime), providing flexibility while maintaining type safety through TypeScript definitions.
19
+ It manages development tools and binaries across multiple platforms, handling downloads, hash verification, caching, and execution. Configuration is defined in JavaScript (powered by the goja runtime), providing flexibility while maintaining type safety through TypeScript definitions.
20
20
 
21
21
  ### Target Audience
22
22
 
@@ -26,7 +26,7 @@ It manages development tools and binaries across multiple platforms, handling do
26
26
 
27
27
  ## Key Features
28
28
 
29
- - **Fast binary management** with SHA256 hash verification
29
+ - **Fast binary management** with mandatory hash verification
30
30
  - **JavaScript-based configuration** with TypeScript definitions
31
31
  - **Multi-platform support**: darwin, linux, freebsd, openbsd, windows (amd64, arm64, aarch64)
32
32
  - **Three app types**:
package/datamitsu CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datamitsu/datamitsu-freebsd-x64",
3
- "version": "0.0.1-alpha-2",
3
+ "version": "0.0.1-alpha-3",
4
4
  "description": "The FreeBSD x64 binary for datamitsu, configuration management and binary distribution tool",
5
5
  "repository": {
6
6
  "type": "git",