@apm-insight-web/upload-sourcemaps
Advanced tools
Comparing version 1.1.1 to 1.1.2-alpha.0
@@ -13,4 +13,5 @@ "use strict"; | ||
const md5_1 = require("ts-md5/dist/md5"); | ||
const constants_cn_1 = require("./constants.cn"); | ||
const URI = '/apmplus_api/eue/guest/webpro/sourcemap/upload'; | ||
const HOST = 'console.volcengine.com'; | ||
const HOST = constants_cn_1.CN_HOST; | ||
const DEFAULT_RELEASE = ''; | ||
@@ -92,2 +93,4 @@ const DEFAULT_ENV = 'production'; | ||
headers, | ||
maxBodyLength: Infinity, | ||
maxContentLength: Infinity, | ||
}); | ||
@@ -94,0 +97,0 @@ const json = yield res.data; |
{ | ||
"name": "@apm-insight-web/upload-sourcemaps", | ||
"version": "1.1.1", | ||
"version": "1.1.2-alpha.0", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
"files": [ | ||
"bin", | ||
"dist" | ||
], | ||
"files": ["bin", "dist"], | ||
"bin": { | ||
@@ -25,3 +22,5 @@ "upload-sourcemaps": "bin/upload-sourcemaps" | ||
}, | ||
"gitHead": "2f7c8d980b26eb66d70b3a00e91cc12dc36a538d" | ||
"scripts": { | ||
"build": "tsc -b ./tsconfig.json" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
14210
15
210
2