@master-chief/alpaca
Advanced tools
Comparing version 2.4.6 to 2.6.7
{ | ||
"name": "@master-chief/alpaca", | ||
"version": "2.4.6", | ||
"version": "2.6.7", | ||
"description": "a TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams", | ||
@@ -18,12 +18,12 @@ "keywords": [ | ||
"type": "module", | ||
"main": "./dist/common/index.js", | ||
"main": "./dist/common/index.cjs", | ||
"types": "./types/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/common/index.js" | ||
"import": "./dist/module/index.mjs", | ||
"require": "./dist/common/index.cjs" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run build:esm & npm run build:common", | ||
"build:esm": "tsc -p tsconfig.json", | ||
"build:common": "tsc -p tsconfig.common.json", | ||
"build": "npm run clean && npm run build:module && npm run build:common", | ||
"build:module": "tsc -p tsconfig.module.json && find dist/module -name \"*.js\" | sed 's/^\\(.*\\)\\.js$/mv \"\\1.js\" \"\\1.mjs\"/' | sh && $(sed -i '' -rEe \"s/\\.js'/\\.mjs'/g\" $(find ./dist/module -type f))", | ||
"build:common": "tsc -p tsconfig.common.json && find dist/common -name \"*.js\" | sed 's/^\\(.*\\)\\.js$/mv \"\\1.js\" \"\\1.cjs\"/' | sh && $(sed -i '' -rEe 's/\\.js\"/\\.cjs\"/g' $(find ./dist/common -type f))", | ||
"clean": "rimraf dist types", | ||
@@ -30,0 +30,0 @@ "test": "npm run test:unit", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
161093
1