@intuitionrobotics/github 0.40.25 → 0.41.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,7 @@ exports.GithubModule = exports.GithubModule_Class = void 0;
53
53
  /*
54
54
  * A backend boilerplate with example apis
55
55
  *
56
- * Copyright (C) 2020 Intuition Robotics
56
+ * Copyright (C) 2018 Intuition Robotics
57
57
  *
58
58
  * Licensed under the Apache License, Version 2.0 (the "License");
59
59
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/github",
3
- "version": "0.40.25",
3
+ "version": "0.41.2",
4
4
  "description": "Github api Module",
5
5
  "keywords": [
6
- "TacB0sS",
6
+ "IR",
7
7
  "backend",
8
8
  "boilerplate",
9
9
  "github",
@@ -14,12 +14,12 @@
14
14
  "url": "git+ssh://git@github.com:intuition-robotics/thunderstorm-boilerplate.git"
15
15
  },
16
16
  "license": "Apache-2.0",
17
- "author": "TacB0sS",
18
- "main": "./dist/index.js",
19
- "types": "dist/index.d.ts",
17
+ "author": "IR",
18
+ "main": "./index.js",
19
+ "types": "./index.d.ts",
20
20
  "dependencies": {
21
- "@intuitionrobotics/thunderstorm": "~0.40.0",
22
- "@intuitionrobotics/ts-common": "~0.40.0",
21
+ "@intuitionrobotics/thunderstorm": "~0.41.0",
22
+ "@intuitionrobotics/ts-common": "~0.41.0",
23
23
  "@octokit/rest": "18.0.9",
24
24
  "@octokit/plugin-paginate-rest": "2.2.1",
25
25
  "jsonwebtoken": "~8.5.1"
@@ -29,9 +29,6 @@
29
29
  "@types/jsonwebtoken": "~8.5.0",
30
30
  "ts-node": "^8.10.1",
31
31
  "typescript": "~4.1.0"
32
- },
33
- "engines": {
34
- "node": "10"
35
32
  }
36
33
  }
37
34