@ctx-core/dir
Advanced tools
Comparing version 2.0.46 to 3.0.0
17
env.js
@@ -1,2 +0,15 @@ | ||
require = require('esm')(module) | ||
module.exports = require('./env.mjs') | ||
import env from '@ctx-core/env/env.js' | ||
import { | ||
assign__env, | ||
_env__process | ||
} from '@ctx-core/env/env.js' | ||
import { log, debug } from '@ctx-core/logger/lib.js' | ||
const { PWD } = env | ||
const TMP_DIR = | ||
env.TMP_DIR | ||
|| _env__process('TMP_DIR') | ||
|| `${PWD}/tmp` | ||
const logPrefix = '@ctx-core/dir/env.js' | ||
log(logPrefix) | ||
assign__env({ TMP_DIR }) | ||
export default env |
{ | ||
"name": "@ctx-core/dir", | ||
"version": "2.0.46", | ||
"version": "3.0.0", | ||
"description": "ctx-core dir", | ||
@@ -24,7 +24,6 @@ "main": "env.js", | ||
"dependencies": { | ||
"@ctx-core/env": "^3.1.21", | ||
"@ctx-core/logger": "^2.2.12", | ||
"esm": "^3.0.84" | ||
"@ctx-core/env": "^4.0.0", | ||
"@ctx-core/logger": "^3.0.0" | ||
}, | ||
"gitHead": "ef8c06c1b6e6183cce5b0836c59761cce170a6e9" | ||
"gitHead": "7d0d73495e67101da1ad8aeb87a7b9918b4689c1" | ||
} |
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
2
982
2
14
+ Added@ctx-core/array@17.0.5(transitive)
+ Added@ctx-core/cli-args@4.1.8(transitive)
+ Added@ctx-core/combinators@4.2.26(transitive)
+ Added@ctx-core/env@4.0.19(transitive)
+ Added@ctx-core/error@4.0.25(transitive)
+ Added@ctx-core/function@14.0.46.0.09.1.5(transitive)
+ Added@ctx-core/logger@3.1.28(transitive)
+ Added@ctx-core/object@10.0.53.3.05.4.6(transitive)
+ Added@ctx-core/package@3.1.88(transitive)
+ Added@ctx-core/set@6.1.57(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedesm@^3.0.84
- Removed@ctx-core/env@3.1.21(transitive)
- Removed@ctx-core/error@3.0.10(transitive)
- Removed@ctx-core/function@4.2.0(transitive)
- Removed@ctx-core/logger@2.2.12(transitive)
- Removed@ctx-core/object@2.6.0(transitive)
- Removed@ctx-core/package@2.3.2(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updated@ctx-core/env@^4.0.0
Updated@ctx-core/logger@^3.0.0