Skip to content

Commit

Permalink
fix(docs): add badge for node and npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samarpan Bhattacharya authored and Samarpan Bhattacharya committed Dec 18, 2021
1 parent b527ac2 commit caaa1bd
Show file tree
Hide file tree
Showing 39 changed files with 75 additions and 27 deletions.
4 changes: 4 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/core)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/core)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-sf-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"author": "Akshat Dubey",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"license": "ISC",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sandbox/audit-ms-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/auth-ms-basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/auth-multitenant-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "lb-tsc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "lb-tsc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/feature-toggle-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/in-mail-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/notification-socket-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/pubnub-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/scheduler-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/search-ms-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sandbox/video-conferencing-ms-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/workflow-ms-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
4 changes: 4 additions & 0 deletions services/audit-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/audit-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/audit-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/audit-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/audit-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/audit-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc && npm run openapi-spec && npm run apidocs",
Expand Down
4 changes: 4 additions & 0 deletions services/authentication-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/authentication-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/authentication-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/authentication-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/authentication-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/authentication-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"prebuild": "npm run clean",
Expand Down
4 changes: 4 additions & 0 deletions services/bpmn-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/bpmn-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/bpmn-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/bpmn-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/bpmn-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/bpmn-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc && npm run openapi-spec && npm run apidocs",
Expand Down
4 changes: 4 additions & 0 deletions services/chat-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/chat-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/chat-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/chat-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/chat-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/chat-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
4 changes: 4 additions & 0 deletions services/feature-toggle-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/feature-toggle-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/feature-toggle-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/feature-toggle-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/feature-toggle-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/feature-toggle-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"prebuild": "npm run clean",
Expand Down
4 changes: 4 additions & 0 deletions services/in-mail-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/in-mail-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/in-mail-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/in-mail-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/in-mail-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/in-mail-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc && npm run openapi-spec && npm run apidocs",
Expand Down
4 changes: 4 additions & 0 deletions services/notification-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/notification-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/notification-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/notification-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/notification-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/notification-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc && npm run openapi-spec && npm run apidocs",
Expand Down
4 changes: 4 additions & 0 deletions services/payment-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/payment-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/payment-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/payment-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/payment-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/payment-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"prebuild": "npm run clean",
Expand Down
4 changes: 4 additions & 0 deletions services/scheduler-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/scheduler-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/scheduler-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/scheduler-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/scheduler-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/scheduler-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc && npm run openapi-spec && npm run apidocs",
Expand Down
4 changes: 4 additions & 0 deletions services/search-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/search-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/search-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/search-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/search-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/search-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down
4 changes: 4 additions & 0 deletions services/video-conferencing-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)

![npm](https://img.shields.io/npm/dm/@sourceloop/video-conferencing-service)

![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/video-conferencing-service)

![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/video-conferencing-service/@loopback/core)

![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/video-conferencing-service/dev/@loopback/cli)
Expand Down
2 changes: 1 addition & 1 deletion services/video-conferencing-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": "12 || 14 || 16 || 17"
},
"scripts": {
"prebuild": "npm run clean",
Expand Down

0 comments on commit caaa1bd

Please sign in to comment.