@stdlib/utils-papply 0.0.7 → 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.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +33 -2
  3. package/package.json +1 -1
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
  # papply
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
  > Partially apply function arguments.
26
26
 
@@ -134,6 +134,20 @@ for ( i = 0; i < 100; i++ ) {
134
134
 
135
135
  <!-- /.references -->
136
136
 
137
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
138
+
139
+ <section class="related">
140
+
141
+ * * *
142
+
143
+ ## See Also
144
+
145
+ - <span class="package-name">[`@stdlib/utils/papply-right`][@stdlib/utils/papply-right]</span><span class="delimiter">: </span><span class="description">partially apply function arguments from the right.</span>
146
+
147
+ </section>
148
+
149
+ <!-- /.related -->
150
+
137
151
  <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
138
152
 
139
153
 
@@ -160,7 +174,7 @@ See [LICENSE][stdlib-license].
160
174
 
161
175
  ## Copyright
162
176
 
163
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
177
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
164
178
 
165
179
  </section>
166
180
 
@@ -179,9 +193,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
179
193
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-papply/main.svg
180
194
  [coverage-url]: https://codecov.io/github/stdlib-js/utils-papply?branch=main
181
195
 
196
+ <!--
197
+
182
198
  [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-papply.svg
183
199
  [dependencies-url]: https://david-dm.org/stdlib-js/utils-papply/main
184
200
 
201
+ -->
202
+
203
+ [umd]: https://github.com/umdjs/umd
204
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
205
+
206
+ [deno-url]: https://github.com/stdlib-js/utils-papply/tree/deno
207
+ [umd-url]: https://github.com/stdlib-js/utils-papply/tree/umd
208
+ [esm-url]: https://github.com/stdlib-js/utils-papply/tree/esm
209
+
185
210
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
186
211
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
187
212
 
@@ -191,6 +216,12 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
191
216
 
192
217
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/utils-papply/main/LICENSE
193
218
 
219
+ <!-- <related-links> -->
220
+
221
+ [@stdlib/utils/papply-right]: https://www.npmjs.com/package/@stdlib/utils-papply-right
222
+
223
+ <!-- </related-links> -->
224
+
194
225
  </section>
195
226
 
196
227
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/utils-papply",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Partially apply function arguments.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {