@uptrace/core
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.11.0"; | ||
export declare const VERSION = "1.11.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.11.0'; | ||
exports.VERSION = '1.11.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@uptrace/core", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "Uptrace JS core", | ||
@@ -12,18 +12,2 @@ "main": "build/src/index.js", | ||
}, | ||
"scripts": { | ||
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts", | ||
"test:browser": "nyc karma start --single-run", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"build": "pnpm run compile", | ||
"lint": "eslint . --ext .ts", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"precompile": "tsc --version", | ||
"version:update": "node ../../scripts/version-update.js", | ||
"compile": "rm -rf ./build && pnpm run version:update && tsc -p .", | ||
"docs-test": "linkinator docs/out --silent", | ||
"docs": "typedoc --tsconfig tsconfig.json --exclude test/**/*.ts", | ||
"prepare": "pnpm run compile", | ||
"watch": "tsc -w" | ||
}, | ||
"keywords": [ | ||
@@ -75,3 +59,18 @@ "opentelemetry", | ||
"typescript": "5.0.3" | ||
}, | ||
"scripts": { | ||
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts", | ||
"test:browser": "nyc karma start --single-run", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"build": "pnpm run compile", | ||
"lint": "eslint . --ext .ts", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"precompile": "tsc --version", | ||
"version:update": "node ../../scripts/version-update.js", | ||
"compile": "rm -rf ./build && pnpm run version:update && tsc -p .", | ||
"docs-test": "linkinator docs/out --silent", | ||
"docs": "typedoc --tsconfig tsconfig.json --exclude test/**/*.ts", | ||
"watch": "tsc -w" | ||
} | ||
} | ||
} |
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
13868