@datamitsu/datamitsu-linux-arm64 0.0.2-alpha-4 → 0.0.3-alpha-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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/datamitsu +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
 
7
+ > **Alpha**: This project is in alpha. The configuration API is not yet stabilized and may change between versions.
8
+
7
9
  ## License
8
10
 
9
11
  MIT - See [LICENSE](LICENSE) for details
@@ -12,6 +14,10 @@ MIT - See [LICENSE](LICENSE) for details
12
14
 
13
15
  This project is in early development. Contribution guidelines will be established as the project matures.
14
16
 
17
+ ## Examples
18
+
19
+ Usage examples for runtime-managed apps (multi-version isolation, UV isolation, PNPM plugins) are in [examples/](examples/).
20
+
15
21
  ## Research & References
16
22
 
17
23
  For research notes and tool references, see [docs/research.md](docs/research.md).
package/datamitsu CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datamitsu/datamitsu-linux-arm64",
3
- "version": "0.0.2-alpha-4",
3
+ "version": "0.0.3-alpha-0",
4
4
  "description": "The Linux ARM64 binary for datamitsu, configuration management and binary distribution tool",
5
5
  "repository": {
6
6
  "type": "git",