Skip to content

Commit

Permalink
Merge pull request #41 from Staffbase/NFS-000-dependency-update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Ninerian authored Sep 2, 2021
2 parents a992990 + 6d6792b commit dddecc9
Show file tree
Hide file tree
Showing 7 changed files with 2,396 additions and 8,627 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"presets": [
["@babel/preset-env", {
"targets": {
"node": "8"
"node": "12"
}
}]
]
}
}
7 changes: 4 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -25,5 +25,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
- run: npm install
- run: npm run lint
- run: npm test
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
5 changes: 5 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ metadata:
name: plugins-sdk-nodejs
annotations:
github.com/project-slug: Staffbase/plugins-sdk-nodejs
jira/project-key: NFS
jira/component: sdk
tags:
- javascript
- sdk
- public
spec:
type: library
owner: need-for-speed
lifecycle: production
5,073 changes: 2,371 additions & 2,702 deletions package-lock.json

Large diffs are not rendered by default.

23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@staffbase/staffbase-plugin-sdk",
"version": "1.2.0",
"version": "1.2.1",
"description": "Staffbase Plugin SDK for Javascript / Node.js",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -13,6 +13,10 @@
"prepublish": "npm run build && npm run readme",
"readme": "node docSrc/buildDoc.js"
},
"files": [
"dist",
"docs"
],
"keywords": [
"staffbase",
"sdk",
Expand All @@ -30,23 +34,22 @@
"author": "Hassaan Zaidi <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@staffbase/eslint-config-staffbase": "^1.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.3.0",
"babel-jest": "^27.0.6",
"dmd-bitbucket": "^0.1.10",
"eslint": "^6.8.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-node": "11.1.0",
"handlebars": "^4.7.6",
"jest": "^26.3.0",
"handlebars": "^4.7.7",
"jest": "^27.0.6",
"jsdoc-to-markdown": "^6.0.1",
"pre-commit": "^1.2.2"
},
"dependencies": {
"jsonwebtoken": "^8.5.1",
"node-rsa": "^1.0.8"
"node-rsa": "^1.1.1"
}
}
Loading

0 comments on commit dddecc9

Please sign in to comment.