@common-stack/core
Advanced tools
Comparing version 0.3.1-alpha.0 to 0.3.1-alpha.1
export * from './field-error'; | ||
export * from './interfaces'; | ||
export * from './constants'; | ||
export * from './envalid'; |
@@ -20,3 +20,2 @@ "use strict"; | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./envalid"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@common-stack/core", | ||
"version": "0.3.1-alpha.0", | ||
"description": "Common core for higher packages to depend on", | ||
"license": "ISC", | ||
"author": "CDMBase LLC", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "yarn build:clean && yarn build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "tsc", | ||
"build:lib:watch": "yarn build:lib -- --watch", | ||
"jest": "./node_modules/.bin/jest", | ||
"prepublish": "yarn build", | ||
"test": "cross-env ENV_FILE=../../config/test/test.env jest", | ||
"test:debug": "npm test -- --runInBand", | ||
"test:watch": "npm test -- --watch", | ||
"watch": "yarn build:lib:watch" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typescript": { | ||
"definition": "lib/index.d.ts" | ||
}, | ||
"gitHead": "38b12e16509f5521de83592aa4901d5b02394980" | ||
"name": "@common-stack/core", | ||
"version": "0.3.1-alpha.1", | ||
"description": "Common core for higher packages to depend on", | ||
"license": "ISC", | ||
"author": "CDMBase LLC", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "yarn build:clean && yarn build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "tsc", | ||
"build:lib:watch": "yarn build:lib -- --watch", | ||
"jest": "./node_modules/.bin/jest", | ||
"prepublish": "yarn build", | ||
"test": "cross-env ENV_FILE=../../config/test/test.env jest", | ||
"test:debug": "npm test -- --runInBand", | ||
"test:watch": "npm test -- --watch", | ||
"watch": "yarn build:lib:watch" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typescript": { | ||
"definition": "lib/index.d.ts" | ||
}, | ||
"gitHead": "a32bf55e87df6d821213ad90ed6279d466d4027e" | ||
} |
Sorry, the diff of this file is not supported yet
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
11088
183