@waiting/shared-core
Advanced tools
Comparing version 20.11.0 to 20.11.1
/// <reference types="node" resolution-mode="require"/> | ||
import { CallerInfo } from './types.js'; | ||
/** | ||
* If processSourceMap true, | ||
* the dep "source-map-support" should be installed | ||
@@ -6,0 +5,0 @@ */ |
/* eslint-disable @typescript-eslint/no-unsafe-call */ | ||
// import { findSourceMap, SourceMap } from 'module' | ||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */ | ||
// import { install } from 'source-map-support' | ||
import assert from 'node:assert/strict'; | ||
import { install } from 'source-map-support'; | ||
const initInfo = { | ||
@@ -20,3 +20,2 @@ path: '', | ||
/** | ||
* If processSourceMap true, | ||
* the dep "source-map-support" should be installed | ||
@@ -118,5 +117,3 @@ */ | ||
// MUST installing inner getStack() | ||
// if (processSourceMap) { | ||
// install() | ||
// } | ||
install(); | ||
/* istanbul ignore else */ | ||
@@ -123,0 +120,0 @@ if (!Error.prepareStackTrace) { |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "20.11.0", | ||
"version": "20.11.1", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -34,9 +34,11 @@ "keywords": [ | ||
"rxjs": "^7.5.0", | ||
"source-map-support": "^0.5.21", | ||
"undici": "^5.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/source-map-support": "^0.5.6", | ||
"cross-env": "7" | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">=4.7.4" | ||
"typescript": ">=4.9.0" | ||
}, | ||
@@ -71,3 +73,3 @@ "engines": { | ||
}, | ||
"gitHead": "7e3935f022f718dc30e531c77ce29e57a3f48a68" | ||
"gitHead": "f439646f318a37e924d8b9442d59bcb468bfcf02" | ||
} |
@@ -5,5 +5,6 @@ /* eslint-disable @typescript-eslint/no-unsafe-call */ | ||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */ | ||
// import { install } from 'source-map-support' | ||
import assert from 'node:assert/strict' | ||
import { install } from 'source-map-support' | ||
import { CallerInfo } from './types.js' | ||
@@ -28,3 +29,2 @@ | ||
/** | ||
* If processSourceMap true, | ||
* the dep "source-map-support" should be installed | ||
@@ -142,5 +142,3 @@ */ | ||
// MUST installing inner getStack() | ||
// if (processSourceMap) { | ||
// install() | ||
// } | ||
install() | ||
@@ -147,0 +145,0 @@ /* istanbul ignore else */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
181001
5
2
3489
+ Addedsource-map-support@^0.5.21
+ Addedbuffer-from@1.1.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)