@nexssp/language
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@nexssp/language", | ||
"description": "All about programming languages - history, founders, how to install, package managers, logo..", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://nexss.com", | ||
@@ -16,3 +16,3 @@ "main": "src/language.js", | ||
"scripts": { | ||
"test1": "node ./bin/nexssp-language.js installed", | ||
"test": "node ./bin/nexssp-language.js installed", | ||
"prepare2": "npm run nexss:build", | ||
@@ -57,10 +57,10 @@ "nexss:build": "npx @nexssp/min@1.0.6", | ||
"@nexssp/ansi": "^1.1.1", | ||
"@nexssp/cache": "^2.0.0", | ||
"@nexssp/cache": "^2.0.2", | ||
"@nexssp/const": "^1.0.13", | ||
"@nexssp/ensure": "^1.0.3", | ||
"@nexssp/extend": "^1.0.21", | ||
"@nexssp/logdebug": "^1.0.15", | ||
"@nexssp/os": "^1.0.31", | ||
"@nexssp/plugin": "^1.0.1", | ||
"@nexssp/system": "^1.0.12", | ||
"@nexssp/ensure": "^1.1.3", | ||
"@nexssp/extend": "^2.0.1", | ||
"@nexssp/logdebug": "^1.0.16", | ||
"@nexssp/os": "^2.0.17", | ||
"@nexssp/plugin": "^1.0.5", | ||
"@nexssp/system": "^1.1.5", | ||
"cli-table3": "^0.6.0", | ||
@@ -71,5 +71,4 @@ "fast-glob": "^3.2.5", | ||
"devDependencies": { | ||
"@nexssp/test": "^1.0.24", | ||
"prettier": "^2.3.0" | ||
"@nexssp/test": "^1.1.2" | ||
} | ||
} |
@@ -56,3 +56,3 @@ // This file routes the dynamic path | ||
const commandPath = `${__dirname}/commands/${cmd}.js` | ||
_log.dr(`Trying to run command: `, commandPath) | ||
const command = require(commandPath) | ||
@@ -59,0 +59,0 @@ return command(cmd, args, languageExtension) |
@@ -15,3 +15,3 @@ 'use strict' | ||
const { nConst } = require('@nexssp/const') | ||
const os = require('@nexssp/os') | ||
const os = require('@nexssp/os/legacy') | ||
nConst('distro', os.name(), process) | ||
@@ -18,0 +18,0 @@ nConst('distroVersion', os.v(), process) |
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
71018
1
1712
- Removed@nexssp/extend@1.0.21(transitive)
- Removed@nexssp/os@1.0.31(transitive)
Updated@nexssp/cache@^2.0.2
Updated@nexssp/ensure@^1.1.3
Updated@nexssp/extend@^2.0.1
Updated@nexssp/logdebug@^1.0.16
Updated@nexssp/os@^2.0.17
Updated@nexssp/plugin@^1.0.5
Updated@nexssp/system@^1.1.5