@adminide-stack/common
Advanced tools
Comparing version
@@ -1,5 +0,1 @@ | ||
export * from './docker-api'; | ||
export * from './git-api'; | ||
export * from './mailing-api'; | ||
export * from './user-auth0'; | ||
export * from './account-api'; |
@@ -16,7 +16,4 @@ "use strict"; | ||
}; | ||
exports.__esModule = true; | ||
__exportStar(require("./docker-api"), exports); | ||
__exportStar(require("./git-api"), exports); | ||
__exportStar(require("./mailing-api"), exports); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./user-auth0"), exports); | ||
__exportStar(require("./account-api"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
exports.__esModule = true; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AuthErrorsMessage = exports.AuthErrors = void 0; | ||
@@ -32,1 +32,2 @@ // TODO need to move them to user-auth-client. | ||
}; | ||
//# sourceMappingURL=error-messages.js.map |
@@ -16,3 +16,4 @@ "use strict"; | ||
}; | ||
exports.__esModule = true; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./error-messages"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@adminide-stack/common", | ||
"version": "1.1.3-alpha.153", | ||
"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", | ||
"watch": "npm run build:lib:watch" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"json" | ||
], | ||
"modulePaths": [ | ||
"node_modules" | ||
], | ||
"roots": [ | ||
"src" | ||
], | ||
"testEnvironment": "node", | ||
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$", | ||
"transform": { | ||
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typescript": { | ||
"definition": "lib/index.d.ts" | ||
}, | ||
"gitHead": "323c18a0662ba8bc8c87feb267e5c0d0dc11e505" | ||
"name": "@adminide-stack/common", | ||
"version": "1.1.3-alpha.161", | ||
"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", | ||
"watch": "npm run build:lib:watch" | ||
}, | ||
"devDependencies": { | ||
"@types/express-unless": "^2.0.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typescript": { | ||
"definition": "lib/index.d.ts" | ||
}, | ||
"gitHead": "d427d960a3d0d6e97b25e7fa8958a117ce842fb4" | ||
} |
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
41335
-15.58%1
Infinity%12
-61.29%92
-75.14%1
Infinity%