@stdlib/utils-constructor-name 0.0.4 → 0.0.8

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/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # Constructor Name
22
22
 
23
- [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
23
+ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
24
24
 
25
25
  > Determine the name of a value's constructor.
26
26
 
@@ -292,6 +292,22 @@ v = constructorName( new Person2() );
292
292
 
293
293
  <!-- /.examples -->
294
294
 
295
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
296
+
297
+ <section class="related">
298
+
299
+ * * *
300
+
301
+ ## See Also
302
+
303
+ - <span class="package-name">[`@stdlib/utils/function-name`][@stdlib/utils/function-name]</span><span class="delimiter">: </span><span class="description">determine a function's name.</span>
304
+
305
+ </section>
306
+
307
+ <!-- /.related -->
308
+
309
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
310
+
295
311
 
296
312
  <section class="main-repo" >
297
313
 
@@ -316,7 +332,7 @@ See [LICENSE][stdlib-license].
316
332
 
317
333
  ## Copyright
318
334
 
319
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
335
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
320
336
 
321
337
  </section>
322
338
 
@@ -335,9 +351,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
335
351
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-constructor-name/main.svg
336
352
  [coverage-url]: https://codecov.io/github/stdlib-js/utils-constructor-name?branch=main
337
353
 
354
+ <!--
355
+
338
356
  [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-constructor-name.svg
339
357
  [dependencies-url]: https://david-dm.org/stdlib-js/utils-constructor-name/main
340
358
 
359
+ -->
360
+
361
+ [umd]: https://github.com/umdjs/umd
362
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
363
+
364
+ [deno-url]: https://github.com/stdlib-js/utils-constructor-name/tree/deno
365
+ [umd-url]: https://github.com/stdlib-js/utils-constructor-name/tree/umd
366
+ [esm-url]: https://github.com/stdlib-js/utils-constructor-name/tree/esm
367
+
341
368
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
342
369
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
343
370
 
@@ -347,6 +374,12 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
347
374
 
348
375
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/utils-constructor-name/main/LICENSE
349
376
 
377
+ <!-- <related-links> -->
378
+
379
+ [@stdlib/utils/function-name]: https://www.npmjs.com/package/@stdlib/utils-function-name
380
+
381
+ <!-- </related-links> -->
382
+
350
383
  </section>
351
384
 
352
385
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/utils-constructor-name",
3
- "version": "0.0.4",
3
+ "version": "0.0.8",
4
4
  "description": "Determine the name of a value's constructor.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,6 +15,7 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
+ "benchmark": "./benchmark",
18
19
  "doc": "./docs",
19
20
  "example": "./examples",
20
21
  "lib": "./lib",
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- # CHANGELOG
2
-
3
- > Package changelog.
4
-
5
- See [GitHub Releases](https://github.com/stdlib-js/utils-constructor-name/releases) for the changelog.