pinokiod 7.1.9 → 7.1.11

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/kernel/bin/cli.js CHANGED
@@ -2,7 +2,7 @@ const path = require('path')
2
2
  const semver = require('semver')
3
3
  const Util = require('../util')
4
4
  class CLI {
5
- version = ">=0.0.24"
5
+ version = ">=0.0.25"
6
6
  async install(req, ondata) {
7
7
  await this.kernel.exec({
8
8
  message: "npm install -g pterm@latest --force",
@@ -402,6 +402,7 @@ class Bin {
402
402
  /// A. installed packages detection
403
403
 
404
404
  this.installed_initialized = false
405
+ this.requirements_cache = {}
405
406
 
406
407
  //this.installed = {}
407
408
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "7.1.9",
3
+ "version": "7.1.11",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {