pinokiod 5.1.17 → 5.1.20

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.
@@ -99,7 +99,7 @@ report_errors: false`)
99
99
  let pinned_exists = await this.kernel.exists("bin/miniconda/conda-meta")
100
100
  if (pinned_exists) {
101
101
  //await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), `conda ==24.11.3`)
102
- await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), "sqlite ==3.47.2")
102
+ await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), "conda ==25.5.1\nsqlite ==3.47.2")
103
103
  // await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), "")
104
104
  //sqlite ==3.47.2`)
105
105
  // await fs.promises.writeFile(this.kernel.path('bin/miniconda/conda-meta/pinned'), `conda=24.9.0`)
@@ -19,7 +19,6 @@ class Cuda {
19
19
  }, ondata)
20
20
  const folder = this.kernel.bin.path("miniconda/etc/conda/activate.d")
21
21
  let deactivate_list = [
22
- "~cuda-nvcc_activate.bat",
23
22
  "vs2019_compiler_vars.bat",
24
23
  "vs2022_compiler_vars.bat",
25
24
  ]
@@ -63,7 +62,6 @@ class Cuda {
63
62
  if (semver.satisfies(coerced, ">=12.8.1")) {
64
63
  console.log("cuda satisfied")
65
64
  let deactivate_list = [
66
- "~cuda-nvcc_activate.bat",
67
65
  "vs2019_compiler_vars.bat",
68
66
  "vs2022_compiler_vars.bat",
69
67
  ]
@@ -77,7 +75,7 @@ class Cuda {
77
75
  break
78
76
  }
79
77
  }
80
- console.log("nvcc_activate exists?", at_least_one_exists)
78
+ console.log("vs_compiler_vars exists?", at_least_one_exists)
81
79
  if (at_least_one_exists) {
82
80
  return false
83
81
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "5.1.17",
3
+ "version": "5.1.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1272,6 +1272,7 @@ body.dark .submenu {
1272
1272
  }
1273
1273
  body.dark .disk-usage {
1274
1274
  border-right: 1px solid rgba(255,255,255,0.1);
1275
+ color: black;
1275
1276
  }
1276
1277
  .disk-usage {
1277
1278
  border-right: 1px solid rgba(0,0,0,0.1);