@miao-ai/runtime-win32-x64 0.22.0 → 0.22.1
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 +6 -5
- package/bin/miao-runtime.exe +0 -0
- package/miao-runtime.provenance.json +6 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Miao Stable Runtime platform package
|
|
2
2
|
|
|
3
|
-
This generated npm package carries one native Miao Runtime `0.22.
|
|
3
|
+
This generated npm package carries one native Miao Runtime `0.22.1` binary for
|
|
4
4
|
the operating system and CPU declared in `package.json`. It is installed as an
|
|
5
5
|
exact optional dependency of `@miao-ai/node`; applications normally should not
|
|
6
6
|
install it directly.
|
|
@@ -10,10 +10,11 @@ target, source Git revision, and binary SHA-256. `miao-runtime.provenance.json`
|
|
|
10
10
|
records the matching build inputs. The package performs no network download or
|
|
11
11
|
post-install mutation.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
Windows x64, and Linux hosts without usable bubblewrap isolation, initialize
|
|
14
|
+
only a new Runtime data directory in explicit `full-access` compatibility mode
|
|
15
|
+
and emit a warning on stderr. Existing settings are not overwritten, and
|
|
16
|
+
explicit restricted modes still fail closed. Do not run untrusted Apps under
|
|
17
|
+
compatibility mode.
|
|
17
18
|
|
|
18
19
|
See the repository TypeScript SDK documentation for installation,
|
|
19
20
|
compatibility, troubleshooting, and source license details.
|
package/bin/miao-runtime.exe
CHANGED
|
Binary file
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"packageName": "@miao-ai/runtime-win32-x64",
|
|
4
|
-
"packageVersion": "0.22.
|
|
4
|
+
"packageVersion": "0.22.1",
|
|
5
5
|
"profile": "stable",
|
|
6
|
-
"platformVersion": "0.22.
|
|
6
|
+
"platformVersion": "0.22.1",
|
|
7
7
|
"protocolVersion": "miao.runtime/v1",
|
|
8
8
|
"platform": "win32",
|
|
9
9
|
"arch": "x64",
|
|
10
10
|
"target": "x86_64-pc-windows-msvc",
|
|
11
11
|
"binaryName": "miao-runtime.exe",
|
|
12
|
-
"binarySha256": "
|
|
13
|
-
"binaryBytes":
|
|
14
|
-
"cargoLockSha256": "
|
|
15
|
-
"gitCommit": "
|
|
12
|
+
"binarySha256": "2f96d19309cac4305f67e6103822a51b7e64370506e5f3f6e37c83db24425697",
|
|
13
|
+
"binaryBytes": 26692608,
|
|
14
|
+
"cargoLockSha256": "0df46aa110350cc1994b67ba09e0065b079e03e3c3067f19e472c32b3b8d713c",
|
|
15
|
+
"gitCommit": "51a04dc4ba26bbc6d1ba724e2b2cd687e753fc5a",
|
|
16
16
|
"gitDirty": false,
|
|
17
17
|
"rustc": "rustc 1.95.0 (59807616e 2026-04-14)\nbinary: rustc\ncommit-hash: 59807616e1fa2540724bfbac14d7976d7e4a3860\ncommit-date: 2026-04-14\nhost: x86_64-pc-windows-msvc\nrelease: 1.95.0\nLLVM version: 22.1.2",
|
|
18
18
|
"buildCommand": "cargo build -p miao --bin miao-runtime --no-default-features --features stable --release --locked --target x86_64-pc-windows-msvc"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miao-ai/runtime-win32-x64",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"description": "Platform binary for the Miao stable Runtime",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"miao",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"miaoRuntime": {
|
|
35
35
|
"path": "bin/miao-runtime.exe",
|
|
36
36
|
"profile": "stable",
|
|
37
|
-
"platformVersion": "0.22.
|
|
37
|
+
"platformVersion": "0.22.1",
|
|
38
38
|
"protocolVersion": "miao.runtime/v1",
|
|
39
39
|
"target": "x86_64-pc-windows-msvc",
|
|
40
|
-
"gitRevision": "
|
|
41
|
-
"sha256": "
|
|
40
|
+
"gitRevision": "51a04dc4ba26bbc6d1ba724e2b2cd687e753fc5a",
|
|
41
|
+
"sha256": "2f96d19309cac4305f67e6103822a51b7e64370506e5f3f6e37c83db24425697"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|