@stdlib/datasets-cdc-nchs-us-births-1994-2003 0.1.0 → 0.2.0

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-2023 The Stdlib Authors.
1
+ Copyright (c) 2016-2024 The Stdlib Authors.
package/README.md CHANGED
@@ -207,7 +207,7 @@ For more information on the project, filing bug reports and feature requests, an
207
207
 
208
208
  ## Copyright
209
209
 
210
- Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
210
+ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
211
211
 
212
212
  </section>
213
213
 
@@ -222,8 +222,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
222
222
  [npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-cdc-nchs-us-births-1994-2003.svg
223
223
  [npm-url]: https://npmjs.org/package/@stdlib/datasets-cdc-nchs-us-births-1994-2003
224
224
 
225
- [test-image]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/actions/workflows/test.yml/badge.svg?branch=v0.1.0
226
- [test-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/actions/workflows/test.yml?query=branch:v0.1.0
225
+ [test-image]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/actions/workflows/test.yml/badge.svg?branch=v0.2.0
226
+ [test-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/actions/workflows/test.yml?query=branch:v0.2.0
227
227
 
228
228
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/main.svg
229
229
  [coverage-url]: https://codecov.io/github/stdlib-js/datasets-cdc-nchs-us-births-1994-2003?branch=main
@@ -250,8 +250,11 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
250
250
  [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
251
251
 
252
252
  [deno-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/tree/deno
253
+ [deno-readme]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/blob/deno/README.md
253
254
  [umd-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/tree/umd
255
+ [umd-readme]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/blob/umd/README.md
254
256
  [esm-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/tree/esm
257
+ [esm-readme]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/blob/esm/README.md
255
258
  [branches-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/blob/main/branches.md
256
259
 
257
260
  [pddl-1.0]: http://opendatacommons.org/licenses/pddl/1.0/
package/SECURITY.md ADDED
@@ -0,0 +1,5 @@
1
+ # Security
2
+
3
+ > Policy for reporting security vulnerabilities.
4
+
5
+ See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/datasets-cdc-nchs-us-births-1994-2003",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "US birth data from 1994 to 2003, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -40,8 +40,8 @@
40
40
  "url": "https://github.com/stdlib-js/stdlib/issues"
41
41
  },
42
42
  "dependencies": {
43
- "@stdlib/fs-read-json": "^0.1.0",
44
- "@stdlib/utils-copy": "^0.1.0"
43
+ "@stdlib/fs-read-json": "^0.2.0",
44
+ "@stdlib/utils-copy": "^0.2.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "proxyquire": "^2.0.0",
package/CITATION.cff DELETED
@@ -1,30 +0,0 @@
1
- cff-version: 1.2.0
2
- title: stdlib
3
- message: >-
4
- If you use this software, please cite it using the
5
- metadata from this file.
6
-
7
- type: software
8
-
9
- authors:
10
- - name: The Stdlib Authors
11
- url: https://github.com/stdlib-js/stdlib/graphs/contributors
12
-
13
- repository-code: https://github.com/stdlib-js/stdlib
14
- url: https://stdlib.io
15
-
16
- abstract: |
17
- Standard library for JavaScript and Node.js.
18
-
19
- keywords:
20
- - JavaScript
21
- - Node.js
22
- - TypeScript
23
- - standard library
24
- - scientific computing
25
- - numerical computing
26
- - statistical computing
27
-
28
- license: Apache-2.0 AND BSL-1.0
29
-
30
- date-released: 2016