@mojaloop/platform-shared-lib-public-messages-lib
Advanced tools
Comparing version 0.1.158 to 0.1.159
@@ -37,1 +37,2 @@ /***** | ||
export * from "./security-bc/"; | ||
export * from "./scheduling-bc/"; |
@@ -40,2 +40,3 @@ /***** | ||
tslib_1.__exportStar(require("./security-bc/"), exports); | ||
tslib_1.__exportStar(require("./scheduling-bc/"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mojaloop/platform-shared-lib-public-messages-lib", | ||
"version": "0.1.158", | ||
"description": "mojaloop vnext platform shared libraries - public messages lib", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/mojaloop/platform-shared-lib/tree/main/modules/public-messages-lib", | ||
"bugs": { | ||
"url": "https://github.com/mojaloop/platform-shared-lib/issues#readme" | ||
}, | ||
"contributors": [ | ||
"Pedro Sousa Barreto <pedrosousabarreto@gmail.com>" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
"start": "npm run service", | ||
"service": "tsc && node dist/index.js --config ../../.env", | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"clean": "npm run clean:npm; npm run clean:dist", | ||
"clean:dist": "rm -rf dist", | ||
"clean:npm": "rm -rf node_modules", | ||
"pretest": "npm run build", | ||
"standard": "npm run lint", | ||
"lint": "npm run build && npx eslint ./src", | ||
"lint:fix": "npm run build && npx eslint ./src --fix", | ||
"test:unit": "jest --passWithNoTests --testMatch **/test/unit/**/*.test.ts", | ||
"test:unit-report": "jest --passWithNoTests --testMatch **/test/unit/**/*.test.ts", | ||
"test:coverage": "jest --passWithNoTests --coverage --coverageThreshold='{}' --testMatch **/test/unit/**/*.test.ts", | ||
"test:coverage-check": "jest --coverage --testMatch **/test/unit/**/*.test.ts", | ||
"dep:check": "ncu -e 2", | ||
"dep:update": "ncu -u" | ||
}, | ||
"dependencies": { | ||
"@mojaloop/platform-shared-lib-messaging-types-lib": "~0.2.82" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.38.0", | ||
"jest": "^29.5.0", | ||
"npm-check-updates": "^16.10.9", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^4.6.4" | ||
} | ||
"name": "@mojaloop/platform-shared-lib-public-messages-lib", | ||
"version": "0.1.159", | ||
"description": "mojaloop vnext platform shared libraries - public messages lib", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/mojaloop/platform-shared-lib/tree/main/modules/public-messages-lib", | ||
"bugs": { | ||
"url": "https://github.com/mojaloop/platform-shared-lib/issues#readme" | ||
}, | ||
"contributors": [ | ||
"Pedro Sousa Barreto <pedrosousabarreto@gmail.com>" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
"start": "npm run service", | ||
"service": "tsc && node dist/index.js --config ../../.env", | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"clean": "npm run clean:npm; npm run clean:dist", | ||
"clean:dist": "rm -rf dist", | ||
"clean:npm": "rm -rf node_modules", | ||
"pretest": "npm run build", | ||
"standard": "npm run lint", | ||
"lint": "npm run build && npx eslint ./src", | ||
"lint:fix": "npm run build && npx eslint ./src --fix", | ||
"test:unit": "jest --passWithNoTests --testMatch **/test/unit/**/*.test.ts", | ||
"test:unit-report": "jest --passWithNoTests --testMatch **/test/unit/**/*.test.ts", | ||
"test:coverage": "jest --passWithNoTests --coverage --coverageThreshold='{}' --testMatch **/test/unit/**/*.test.ts", | ||
"test:coverage-check": "jest --coverage --testMatch **/test/unit/**/*.test.ts", | ||
"dep:check": "ncu -e 2", | ||
"dep:update": "ncu -u" | ||
}, | ||
"dependencies": { | ||
"@mojaloop/platform-shared-lib-messaging-types-lib": "~0.2.82" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.38.0", | ||
"jest": "^29.5.0", | ||
"npm-check-updates": "^16.10.9", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^4.6.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
326963
69
6412