@stdlib/datasets-frb-sf-wage-rigidity 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 +1 -1
- package/README.md +25 -2
- package/bin/cli +1 -1
- package/package.json +2 -3
- package/CHANGELOG.md +0 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# Wage Rates
|
|
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
|
> [Wage rates][@frbsf:wagerigidity] for U.S. workers that have not changed jobs within the year.
|
|
26
26
|
|
|
@@ -140,6 +140,8 @@ npm install -g @stdlib/datasets-frb-sf-wage-rigidity
|
|
|
140
140
|
|
|
141
141
|
</section>
|
|
142
142
|
|
|
143
|
+
<!-- CLI usage documentation. -->
|
|
144
|
+
|
|
143
145
|
<section class="usage">
|
|
144
146
|
|
|
145
147
|
### Usage
|
|
@@ -199,6 +201,16 @@ The data files (databases) are licensed under an [Open Data Commons Attribution
|
|
|
199
201
|
|
|
200
202
|
<!-- </license> -->
|
|
201
203
|
|
|
204
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
205
|
+
|
|
206
|
+
<section class="related">
|
|
207
|
+
|
|
208
|
+
</section>
|
|
209
|
+
|
|
210
|
+
<!-- /.related -->
|
|
211
|
+
|
|
212
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
213
|
+
|
|
202
214
|
|
|
203
215
|
<section class="main-repo" >
|
|
204
216
|
|
|
@@ -218,7 +230,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
218
230
|
|
|
219
231
|
## Copyright
|
|
220
232
|
|
|
221
|
-
Copyright © 2016-
|
|
233
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
222
234
|
|
|
223
235
|
</section>
|
|
224
236
|
|
|
@@ -237,9 +249,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
237
249
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-frb-sf-wage-rigidity/main.svg
|
|
238
250
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-frb-sf-wage-rigidity?branch=main
|
|
239
251
|
|
|
252
|
+
<!--
|
|
253
|
+
|
|
240
254
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-frb-sf-wage-rigidity.svg
|
|
241
255
|
[dependencies-url]: https://david-dm.org/stdlib-js/datasets-frb-sf-wage-rigidity/main
|
|
242
256
|
|
|
257
|
+
-->
|
|
258
|
+
|
|
259
|
+
[umd]: https://github.com/umdjs/umd
|
|
260
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
261
|
+
|
|
262
|
+
[deno-url]: https://github.com/stdlib-js/datasets-frb-sf-wage-rigidity/tree/deno
|
|
263
|
+
[umd-url]: https://github.com/stdlib-js/datasets-frb-sf-wage-rigidity/tree/umd
|
|
264
|
+
[esm-url]: https://github.com/stdlib-js/datasets-frb-sf-wage-rigidity/tree/esm
|
|
265
|
+
|
|
243
266
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
244
267
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
245
268
|
|
package/bin/cli
CHANGED
|
@@ -26,7 +26,7 @@ var createReadStream = require( 'fs' ).createReadStream;
|
|
|
26
26
|
var resolve = require( 'path' ).resolve;
|
|
27
27
|
var readFileSync = require( '@stdlib/fs-read-file' ).sync;
|
|
28
28
|
var stdout = require( '@stdlib/streams-node-stdout' );
|
|
29
|
-
var CLI = require( '@stdlib/cli' );
|
|
29
|
+
var CLI = require( '@stdlib/cli-ctor' );
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
// MAIN //
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/datasets-frb-sf-wage-rigidity",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Wage rates for U.S. workers that have not changed jobs within the year.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"browser": "./lib/browser.js",
|
|
21
21
|
"directories": {
|
|
22
22
|
"benchmark": "./benchmark",
|
|
23
|
-
"bin": "./bin",
|
|
24
23
|
"data": "./data",
|
|
25
24
|
"doc": "./docs",
|
|
26
25
|
"example": "./examples",
|
|
@@ -44,7 +43,7 @@
|
|
|
44
43
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
45
44
|
},
|
|
46
45
|
"dependencies": {
|
|
47
|
-
"@stdlib/cli": "^0.0.x",
|
|
46
|
+
"@stdlib/cli-ctor": "^0.0.x",
|
|
48
47
|
"@stdlib/fs-read-file": "^0.0.x",
|
|
49
48
|
"@stdlib/fs-read-json": "^0.0.x",
|
|
50
49
|
"@stdlib/streams-node-stdout": "^0.0.x",
|