@google-cloud/promisify 5.0.0 → 5.0.1

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.
Files changed (2) hide show
  1. package/package.json +8 -6
  2. package/CHANGELOG.md +0 -209
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@google-cloud/promisify",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
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",
7
- "repository": "googleapis/nodejs-promisify",
7
+ "repository": {
8
+ "type": "git",
9
+ "directory": "core/promisify",
10
+ "url": "https://github.com/googleapis/google-cloud-node.git"
11
+ },
8
12
  "scripts": {
9
13
  "test": "c8 mocha build/test",
10
14
  "lint": "gts check",
@@ -16,8 +20,6 @@
16
20
  "presystem-test": "npm run compile",
17
21
  "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
18
22
  "system-test": "mocha build/system-test",
19
- "docs-test": "linkinator docs",
20
- "predocs-test": "npm run docs",
21
23
  "prelint": "cd samples; npm link ../; npm install",
22
24
  "clean": "gts clean",
23
25
  "precompile": "gts clean"
@@ -41,12 +43,12 @@
41
43
  "jsdoc": "^4.0.4",
42
44
  "jsdoc-fresh": "^3.0.0",
43
45
  "jsdoc-region-tag": "^3.0.0",
44
- "linkinator": "^6.1.2",
45
46
  "mocha": "^11.1.0",
46
47
  "sinon": "^19.0.2",
47
48
  "typescript": "^5.8.2"
48
49
  },
49
50
  "engines": {
50
51
  "node": ">=18"
51
- }
52
+ },
53
+ "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/core/promisify"
52
54
  }
package/CHANGELOG.md DELETED
@@ -1,209 +0,0 @@
1
- # Changelog
2
-
3
- [npm history][1]
4
-
5
- [1]: https://www.npmjs.com/package/nodejs-promisify?activeTab=versions
6
-
7
- ## [5.0.0](https://github.com/googleapis/nodejs-promisify/compare/v4.1.0...v5.0.0) (2025-03-11)
8
-
9
-
10
- ### ⚠ BREAKING CHANGES
11
-
12
- * upgrade to Node 18 ([#363](https://github.com/googleapis/nodejs-promisify/issues/363))
13
-
14
- ### Miscellaneous Chores
15
-
16
- * Upgrade to Node 18 ([#363](https://github.com/googleapis/nodejs-promisify/issues/363)) ([f8454e2](https://github.com/googleapis/nodejs-promisify/commit/f8454e21c87fd94f482e51675d604bf6f33cbeab))
17
-
18
- ## [4.1.0](https://github.com/googleapis/nodejs-promisify/compare/v4.0.0...v4.1.0) (2025-03-05)
19
-
20
-
21
- ### Features
22
-
23
- * Introduce Node 18 ([#360](https://github.com/googleapis/nodejs-promisify/issues/360)) ([a41ceac](https://github.com/googleapis/nodejs-promisify/commit/a41ceac378a8bda5d9cd054c9280153a8a1e3055))
24
-
25
- ## [4.0.0](https://github.com/googleapis/nodejs-promisify/compare/v3.0.1...v4.0.0) (2023-08-08)
26
-
27
-
28
- ### ⚠ BREAKING CHANGES
29
-
30
- * upgrade to Node 14 ([#325](https://github.com/googleapis/nodejs-promisify/issues/325))
31
-
32
- ### Miscellaneous Chores
33
-
34
- * Upgrade to Node 14 ([#325](https://github.com/googleapis/nodejs-promisify/issues/325)) ([57d02c1](https://github.com/googleapis/nodejs-promisify/commit/57d02c1c23c65d63131bb99c07919ff80e5604cd))
35
-
36
- ## [3.0.1](https://github.com/googleapis/nodejs-promisify/compare/v3.0.0...v3.0.1) (2022-08-23)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * remove pip install statements ([#1546](https://github.com/googleapis/nodejs-promisify/issues/1546)) ([#310](https://github.com/googleapis/nodejs-promisify/issues/310)) ([c7c6883](https://github.com/googleapis/nodejs-promisify/commit/c7c688389de72ddc0181b19bceee2d95eacd3d96))
42
-
43
- ## [3.0.0](https://github.com/googleapis/nodejs-promisify/compare/v2.0.4...v3.0.0) (2022-05-03)
44
-
45
-
46
- ### ⚠ BREAKING CHANGES
47
-
48
- * drop node 10 from engines list, update typescript to 4.6.3 (#300)
49
-
50
- ### Build System
51
-
52
- * drop node 10 from engines list, update typescript to 4.6.3 ([#300](https://github.com/googleapis/nodejs-promisify/issues/300)) ([fed2f14](https://github.com/googleapis/nodejs-promisify/commit/fed2f145a5256c939eb66b85a5c7c48332b8841d))
53
-
54
- ### [2.0.4](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.3...v2.0.4) (2021-09-09)
55
-
56
-
57
- ### Bug Fixes
58
-
59
- * **build:** switch primary branch to main ([#270](https://www.github.com/googleapis/nodejs-promisify/issues/270)) ([11242f7](https://www.github.com/googleapis/nodejs-promisify/commit/11242f7f76e170dae7a429f8d4064bf33be9bb3f))
60
-
61
- ### [2.0.3](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.2...v2.0.3) (2020-09-04)
62
-
63
-
64
- ### Bug Fixes
65
-
66
- * allow excluding accessor methods ([#228](https://www.github.com/googleapis/nodejs-promisify/issues/228)) ([114d8bc](https://www.github.com/googleapis/nodejs-promisify/commit/114d8bcef7093bdfda195a15e0c2f376195fd3fc))
67
-
68
- ### [2.0.2](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.1...v2.0.2) (2020-07-06)
69
-
70
-
71
- ### Bug Fixes
72
-
73
- * update node issue template ([#204](https://www.github.com/googleapis/nodejs-promisify/issues/204)) ([a2ba8d8](https://www.github.com/googleapis/nodejs-promisify/commit/a2ba8d8e45ef03d093d987292a467696745fc9fd))
74
-
75
- ### [2.0.1](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.0...v2.0.1) (2020-05-08)
76
-
77
-
78
- ### Bug Fixes
79
-
80
- * apache license URL ([#468](https://www.github.com/googleapis/nodejs-promisify/issues/468)) ([#191](https://www.github.com/googleapis/nodejs-promisify/issues/191)) ([0edc724](https://www.github.com/googleapis/nodejs-promisify/commit/0edc7246c53d25d9dd220b813561bcee97250783))
81
-
82
- ## [2.0.0](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.4...v2.0.0) (2020-03-23)
83
-
84
-
85
- ### ⚠ BREAKING CHANGES
86
-
87
- * update to latest version of gts/typescript (#183)
88
- * drop Node 8 from engines field (#184)
89
-
90
- ### Features
91
-
92
- * drop Node 8 from engines field ([#184](https://www.github.com/googleapis/nodejs-promisify/issues/184)) ([7e6d3c5](https://www.github.com/googleapis/nodejs-promisify/commit/7e6d3c54066d89530ed25c7f9722efd252f43fb8))
93
-
94
-
95
- ### Build System
96
-
97
- * update to latest version of gts/typescript ([#183](https://www.github.com/googleapis/nodejs-promisify/issues/183)) ([9c3ed12](https://www.github.com/googleapis/nodejs-promisify/commit/9c3ed12c12f4bb1e17af7440c6371c4cefddcd59))
98
-
99
- ### [1.0.4](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.3...v1.0.4) (2019-12-05)
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * **deps:** pin TypeScript below 3.7.0 ([e48750e](https://www.github.com/googleapis/nodejs-promisify/commit/e48750ef96aa20eb3a2b73fe2f062d04430468a7))
105
-
106
- ### [1.0.3](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.2...v1.0.3) (2019-11-13)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * **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))
112
-
113
- ### [1.0.2](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.1...v1.0.2) (2019-06-26)
114
-
115
-
116
- ### Bug Fixes
117
-
118
- * **docs:** link to reference docs section on googleapis.dev ([#128](https://www.github.com/googleapis/nodejs-promisify/issues/128)) ([5a8bd90](https://www.github.com/googleapis/nodejs-promisify/commit/5a8bd90))
119
-
120
- ### [1.0.1](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.0...v1.0.1) (2019-06-14)
121
-
122
-
123
- ### Bug Fixes
124
-
125
- * **docs:** move to new client docs URL ([#124](https://www.github.com/googleapis/nodejs-promisify/issues/124)) ([34d18cd](https://www.github.com/googleapis/nodejs-promisify/commit/34d18cd))
126
-
127
- ## [1.0.0](https://www.github.com/googleapis/nodejs-promisify/compare/v0.4.0...v1.0.0) (2019-05-02)
128
-
129
-
130
- ### Build System
131
-
132
- * upgrade engines field to >=8.10.0 ([#108](https://www.github.com/googleapis/nodejs-promisify/issues/108)) ([78ab89c](https://www.github.com/googleapis/nodejs-promisify/commit/78ab89c))
133
-
134
-
135
- ### BREAKING CHANGES
136
-
137
- * upgrade engines field to >=8.10.0 (#108)
138
-
139
- ## v0.4.0
140
-
141
- 02-12-2019 19:44 PST
142
-
143
- ### New features
144
- - feat: add callbackify() and callbackifyAll() methods ([#82](https://github.com/googleapis/nodejs-promisify/pull/82))
145
-
146
- ### Documentation
147
- - docs: update contributing path in README ([#86](https://github.com/googleapis/nodejs-promisify/pull/86))
148
- - chore: move CONTRIBUTING.md to root ([#85](https://github.com/googleapis/nodejs-promisify/pull/85))
149
- - docs: add lint/fix example to contributing guide ([#83](https://github.com/googleapis/nodejs-promisify/pull/83))
150
-
151
- ### Internal / Testing Changes
152
- - build: create docs test npm scripts ([#88](https://github.com/googleapis/nodejs-promisify/pull/88))
153
- - build: test using @grpc/grpc-js in CI ([#87](https://github.com/googleapis/nodejs-promisify/pull/87))
154
- - build: ignore googleapis.com in doc link check ([#81](https://github.com/googleapis/nodejs-promisify/pull/81))
155
- - build: check broken links in generated docs ([#79](https://github.com/googleapis/nodejs-promisify/pull/79))
156
- - chore(deps): update dependency @types/sinon to v7 ([#78](https://github.com/googleapis/nodejs-promisify/pull/78))
157
- - chore(build): inject yoshi automation key ([#77](https://github.com/googleapis/nodejs-promisify/pull/77))
158
- - chore: update nyc and eslint configs ([#76](https://github.com/googleapis/nodejs-promisify/pull/76))
159
- - chore: fix publish.sh permission +x ([#74](https://github.com/googleapis/nodejs-promisify/pull/74))
160
- - fix(build): fix Kokoro release script ([#73](https://github.com/googleapis/nodejs-promisify/pull/73))
161
- - build: add Kokoro configs for autorelease ([#72](https://github.com/googleapis/nodejs-promisify/pull/72))
162
- - chore: always nyc report before calling codecov ([#69](https://github.com/googleapis/nodejs-promisify/pull/69))
163
- - chore: nyc ignore build/test by default ([#68](https://github.com/googleapis/nodejs-promisify/pull/68))
164
- - chore(build): update prettier config ([#66](https://github.com/googleapis/nodejs-promisify/pull/66))
165
- - fix: get the build passing ([#65](https://github.com/googleapis/nodejs-promisify/pull/65))
166
- - chore: update license file ([#64](https://github.com/googleapis/nodejs-promisify/pull/64))
167
- - fix(build): fix system key decryption ([#60](https://github.com/googleapis/nodejs-promisify/pull/60))
168
- - chore(deps): update dependency @types/sinon to v5.0.7 ([#58](https://github.com/googleapis/nodejs-promisify/pull/58))
169
- - fix: Pin @types/sinon to last compatible version ([#57](https://github.com/googleapis/nodejs-promisify/pull/57))
170
- - chore: add synth.metadata
171
- - chore(deps): update dependency gts to ^0.9.0 ([#54](https://github.com/googleapis/nodejs-promisify/pull/54))
172
- - chore: update eslintignore config ([#53](https://github.com/googleapis/nodejs-promisify/pull/53))
173
- - chore: use latest npm on Windows ([#52](https://github.com/googleapis/nodejs-promisify/pull/52))
174
- - chore: update CircleCI config ([#51](https://github.com/googleapis/nodejs-promisify/pull/51))
175
- - chore: include build in eslintignore ([#48](https://github.com/googleapis/nodejs-promisify/pull/48))
176
- - chore: update issue templates ([#44](https://github.com/googleapis/nodejs-promisify/pull/44))
177
- - chore: remove old issue template ([#42](https://github.com/googleapis/nodejs-promisify/pull/42))
178
- - build: run tests on node11 ([#41](https://github.com/googleapis/nodejs-promisify/pull/41))
179
- - chores(build): do not collect sponge.xml from windows builds ([#40](https://github.com/googleapis/nodejs-promisify/pull/40))
180
- - chores(build): run codecov on continuous builds ([#39](https://github.com/googleapis/nodejs-promisify/pull/39))
181
- - chore: update new issue template ([#38](https://github.com/googleapis/nodejs-promisify/pull/38))
182
- - chore(deps): update dependency sinon to v7 ([#33](https://github.com/googleapis/nodejs-promisify/pull/33))
183
- - build: fix codecov uploading on Kokoro ([#34](https://github.com/googleapis/nodejs-promisify/pull/34))
184
- - Update kokoro config ([#30](https://github.com/googleapis/nodejs-promisify/pull/30))
185
- - Update CI config ([#28](https://github.com/googleapis/nodejs-promisify/pull/28))
186
- - Don't publish sourcemaps ([#26](https://github.com/googleapis/nodejs-promisify/pull/26))
187
- - Update kokoro config ([#24](https://github.com/googleapis/nodejs-promisify/pull/24))
188
- - test: remove appveyor config ([#23](https://github.com/googleapis/nodejs-promisify/pull/23))
189
- - Update CI config ([#22](https://github.com/googleapis/nodejs-promisify/pull/22))
190
- - Enable prefer-const in the eslint config ([#21](https://github.com/googleapis/nodejs-promisify/pull/21))
191
- - Enable no-var in eslint ([#19](https://github.com/googleapis/nodejs-promisify/pull/19))
192
- - Update CI config ([#18](https://github.com/googleapis/nodejs-promisify/pull/18))
193
-
194
- ## v0.3.1
195
-
196
- ### Internal / Testing Changes
197
- - Add synth script and update CI (#14)
198
- - chore(deps): update dependency nyc to v13 (#12)
199
- - chore: ignore package-lock.json (#11)
200
- - chore(deps): lock file maintenance (#10)
201
- - chore: update renovate config (#9)
202
- - remove that whitespace (#8)
203
- - chore(deps): lock file maintenance (#7)
204
- - chore(deps): update dependency typescript to v3 (#6)
205
- - chore: assert.deelEqual => assert.deepStrictEqual (#5)
206
- - chore: move mocha options to mocha.opts (#4)
207
- - chore(deps): update dependency gts to ^0.8.0 (#1)
208
- - chore(deps): lock file maintenance (#3)
209
- - chore(deps): lock file maintenance (#2)