@or-sdk/base
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"name": "@or-sdk/base", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm exec tsc -- -b", | ||
"build:watch": "npm exec tsc -- -b -w", | ||
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:types", | ||
"build:watch": "tsc --project tsconfig.json -w", | ||
"build:cjs": "tsc --project tsconfig.json", | ||
"build:esm": "tsc --project tsconfig.esm.json", | ||
"build:types": "tsc --project tsconfig.types.json", | ||
"clean": "rm -rf ./dist" | ||
@@ -23,3 +27,3 @@ }, | ||
}, | ||
"gitHead": "26b05fdc6139b9d16b57cca167cbb063ddfd42fd" | ||
"gitHead": "c9e6a2b70b80c90c1fc83f7e691155cb9a93f359" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "./dist", | ||
"outDir": "./dist/cjs", | ||
"rootDir": "./src" | ||
} | ||
} |
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
25859
59
418
1