pinokiod 6.0.106 → 6.0.108

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.
@@ -4,7 +4,8 @@ const { rimraf } = require('rimraf')
4
4
  const decompress = require('decompress');
5
5
  class Node {
6
6
  cmd() {
7
- return "nodejs=22.21.1 pnpm"
7
+ //return "nodejs=22.21.1 pnpm"
8
+ return "nodejs=25.7.0 pnpm"
8
9
  }
9
10
  async install(req, ondata) {
10
11
  await this.kernel.bin.exec({
@@ -18,7 +19,8 @@ class Node {
18
19
  async installed() {
19
20
  if (this.kernel.bin.installed.conda && this.kernel.bin.installed.conda_versions) {
20
21
  let version = this.kernel.bin.installed.conda_versions.nodejs
21
- if (version !== "22.21.1") {
22
+ //if (version !== "22.21.1") {
23
+ if (version !== "25.7.0") {
22
24
  return false
23
25
  }
24
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "6.0.106",
3
+ "version": "6.0.108",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {