pinokiod 3.223.0 → 3.225.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.
@@ -13,8 +13,8 @@ class Huggingface {
13
13
  }, ondata)
14
14
  }
15
15
  async installed() {
16
- console.log(">> conda versions", this.kernel.bin.installed.conda_versions)
17
16
  if (this.kernel.bin.installed.conda.has("huggingface_hub")) {
17
+ console.log("> hugginface this.installed", this.installed)
18
18
  let version = this.kernel.bin.installed.conda_versions.huggingface_hub
19
19
  if (version) {
20
20
  let coerced = semver.coerce(version)
@@ -396,6 +396,8 @@ class Bin {
396
396
  }
397
397
  this.installed.conda = conda
398
398
  this.installed.conda_versions = conda_versions
399
+ console.log("1 this.installed.conda", this.installed.conda)
400
+ console.log("1 this.installed.conda_versions", this.installed.conda_versions)
399
401
  }
400
402
  async refreshInstalled() {
401
403
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.223.0",
3
+ "version": "3.225.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {