@common-stack/server-core
Advanced tools
Comparing version 5.0.2-alpha.2 to 5.0.3-alpha.0
{ | ||
"name": "@common-stack/server-core", | ||
"version": "5.0.2-alpha.2", | ||
"description": "common core for higher packages to depend on", | ||
"license": "ISC", | ||
"author": "CDMBase LLC", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "yarn build:clean && yarn build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "rollup -c rollup.config.mjs", | ||
"build:lib:watch": "yarn build:lib -- --watch", | ||
"jest": "./node_modules/.bin/jest", | ||
"prepublish": "yarn build", | ||
"test": "jest", | ||
"test:debug": "npm test -- --runInBand", | ||
"test:watch": "npm test -- --watch", | ||
"watch": "yarn build:lib:watch" | ||
}, | ||
"dependencies": { | ||
"@common-stack/core": "5.0.2-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@cdm-logger/server": "^7.0.12" | ||
}, | ||
"peerDependencies": { | ||
"@cdm-logger/core": ">=7.0.12" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typescript": { | ||
"definition": "lib/index.d.ts" | ||
}, | ||
"gitHead": "bd9fa5fc0189c149cc8052acab726b3cd53e8700" | ||
"name": "@common-stack/server-core", | ||
"version": "5.0.3-alpha.0", | ||
"description": "common core for higher packages to depend on", | ||
"license": "ISC", | ||
"author": "CDMBase LLC", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "yarn build:clean && yarn build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "rollup -c rollup.config.mjs", | ||
"build:lib:watch": "yarn build:lib -- --watch", | ||
"jest": "./node_modules/.bin/jest", | ||
"prepublish": "yarn build", | ||
"test": "jest", | ||
"test:debug": "npm test -- --runInBand", | ||
"test:watch": "npm test -- --watch", | ||
"watch": "yarn build:lib:watch" | ||
}, | ||
"dependencies": { | ||
"@common-stack/core": "5.0.3-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@cdm-logger/server": "^7.0.12" | ||
}, | ||
"peerDependencies": { | ||
"@cdm-logger/core": ">=7.0.12" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typescript": { | ||
"definition": "lib/index.d.ts" | ||
}, | ||
"gitHead": "7b6dd59bfc301dd5d16f213e2ee181118cfa2f1e" | ||
} |
114895
+ Added@common-stack/core@5.0.3-alpha.0(transitive)
- Removed@common-stack/core@5.0.2-alpha.2(transitive)