@adminide-stack/common
Advanced tools
Comparing version 0.0.18-alpha.178 to 0.0.18-alpha.182
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.18-alpha.182](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.181...v0.0.18-alpha.182) (2020-10-17) | ||
**Note:** Version bump only for package @adminide-stack/common | ||
## [0.0.18-alpha.178](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-3...v0.0.18-alpha.178) (2020-10-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@adminide-stack/common", | ||
"version": "0.0.18-alpha.178", | ||
"version": "0.0.18-alpha.182", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
"license": "ISC", | ||
"author": "CDMBase LLC", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "tsc", | ||
"build:lib:watch": "npm run build:lib -- -w", | ||
"jest": "./node_modules/.bin/jest", | ||
"prepublish": "npm run build", | ||
"test": "jest", | ||
"test:debug": "npm test -- --runInBand", | ||
"test:watch": "npm test -- --watch", | ||
"prepublish": "npm run build", | ||
"watch": "npm run build:lib:watch", | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "tsc", | ||
"build:lib:watch": "npm run build:lib -- -w" | ||
"watch": "npm run build:lib:watch" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"roots": [ | ||
"src" | ||
], | ||
"modulePaths": [ | ||
"node_modules" | ||
], | ||
"moduleFileExtensions": [ | ||
@@ -35,14 +28,21 @@ "ts", | ||
], | ||
"modulePaths": [ | ||
"node_modules" | ||
], | ||
"roots": [ | ||
"src" | ||
], | ||
"testEnvironment": "node", | ||
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$", | ||
"transform": { | ||
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js" | ||
}, | ||
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$" | ||
} | ||
}, | ||
"author": "CDMBase LLC", | ||
"license": "ISC", | ||
"typings": "lib/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typescript": { | ||
"definition": "lib/index.d.ts" | ||
}, | ||
"gitHead": "2c40b0261ecc593ed1e5b46f364370c77ea97ce6" | ||
"gitHead": "ee5f133b240fc4d2e97413f1102baddf6fb56de4" | ||
} |
48509