@bjia56/portable-python
Advanced tools
Comparing version 0.1.94 to 0.1.95
@@ -28,2 +28,4 @@ "use strict"; | ||
return "aarch64"; | ||
case "loong64": | ||
return "loongarch64"; | ||
} | ||
@@ -30,0 +32,0 @@ return (0, os_1.arch)(); |
{ | ||
"name": "@bjia56/portable-python", | ||
"version": "0.1.94", | ||
"version": "0.1.95", | ||
"description": "Portable Python", | ||
@@ -79,3 +79,3 @@ "main": "./dist/index.js", | ||
"3.12.6": "cpython-v3.12.6-build.5", | ||
"3.12.7": "cpython-v3.12.7-build.0" | ||
"3.12.7": "cpython-v3.12.7-beta.0" | ||
} | ||
@@ -82,0 +82,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42969
588