@google-cloud/promisify 1.0.2 → 1.0.3

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  [1]: https://www.npmjs.com/package/nodejs-promisify?activeTab=versions
6
6
 
7
+ ### [1.0.3](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.2...v1.0.3) (2019-11-13)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **docs:** add jsdoc-region-tag plugin ([#146](https://www.github.com/googleapis/nodejs-promisify/issues/146)) ([ff0ee74](https://www.github.com/googleapis/nodejs-promisify/commit/ff0ee7408f50e8f7147b8ccf7e10337aa5920076))
13
+
7
14
  ### [1.0.2](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.1...v1.0.2) (2019-06-26)
8
15
 
9
16
 
package/README.md CHANGED
@@ -118,12 +118,10 @@ Apache Version 2.0
118
118
 
119
119
  See [LICENSE](https://github.com/googleapis/nodejs-promisify/blob/master/LICENSE)
120
120
 
121
- [client-docs]: https://googleapis.dev/nodejs/promisify/latest#reference
121
+ [client-docs]: https://googleapis.dev/nodejs/promisify/latest
122
122
 
123
123
  [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
124
124
  [projects]: https://console.cloud.google.com/project
125
125
  [billing]: https://support.google.com/cloud/answer/6293499#enable-billing
126
126
 
127
127
  [auth]: https://cloud.google.com/docs/authentication/getting-started
128
-
129
- <a name="reference"></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-cloud/promisify",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A simple utility for promisifying functions and classes.",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "presystem-test": "npm run compile",
19
19
  "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
20
20
  "system-test": "mocha build/system-test",
21
- "docs-test": "linkinator docs -r --skip www.googleapis.com",
21
+ "docs-test": "linkinator docs",
22
22
  "predocs-test": "npm run docs"
23
23
  },
24
24
  "keywords": [],
@@ -37,12 +37,12 @@
37
37
  "gts": "^1.0.0",
38
38
  "hard-rejection": "^2.0.0",
39
39
  "intelli-espower-loader": "^1.0.1",
40
- "linkinator": "^1.1.2",
40
+ "linkinator": "^1.5.0",
41
41
  "mocha": "^6.0.0",
42
42
  "nyc": "^14.0.0",
43
43
  "sinon": "^7.0.0",
44
44
  "source-map-support": "^0.5.6",
45
- "typescript": "~3.5.0"
45
+ "typescript": "~3.7.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=8.10.0"