npm-pkgbuild 18.2.7 → 18.2.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/README.md +12 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -106,19 +106,20 @@ See [mf-hosting](https://www.npmjs.com/package/mf-hosting) or [mf-hosting-fronte
|
|
|
106
106
|
* [NodeModulesContentProvider](#nodemodulescontentprovider)
|
|
107
107
|
* [Parameters](#parameters-3)
|
|
108
108
|
* [Properties](#properties-2)
|
|
109
|
+
* [asyncIterator](#asynciterator)
|
|
109
110
|
* [name](#name-1)
|
|
110
111
|
* [FileContentProvider](#filecontentprovider)
|
|
111
112
|
* [Parameters](#parameters-4)
|
|
112
|
-
* [asyncIterator](#asynciterator)
|
|
113
|
+
* [asyncIterator](#asynciterator-1)
|
|
113
114
|
* [name](#name-2)
|
|
114
115
|
* [NFTContentProvider](#nftcontentprovider)
|
|
115
116
|
* [Parameters](#parameters-5)
|
|
116
|
-
* [asyncIterator](#asynciterator-
|
|
117
|
+
* [asyncIterator](#asynciterator-2)
|
|
117
118
|
* [name](#name-3)
|
|
118
119
|
* [ContentProvider](#contentprovider)
|
|
119
120
|
* [Parameters](#parameters-6)
|
|
120
121
|
* [Properties](#properties-3)
|
|
121
|
-
* [asyncIterator](#asynciterator-
|
|
122
|
+
* [asyncIterator](#asynciterator-3)
|
|
122
123
|
* [DEBIAN](#debian)
|
|
123
124
|
* [hookMapping](#hookmapping)
|
|
124
125
|
* [prepare](#prepare)
|
|
@@ -283,6 +284,12 @@ Requires .npmrc or NPM\_TOKEN environment
|
|
|
283
284
|
|
|
284
285
|
* `withoutDevelpmentDependencies` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** 
|
|
285
286
|
|
|
287
|
+
### asyncIterator
|
|
288
|
+
|
|
289
|
+
List all entries.
|
|
290
|
+
|
|
291
|
+
Returns **AsyncIterable<(ContentEntry | CollectionEntry)>** all entries
|
|
292
|
+
|
|
286
293
|
### name
|
|
287
294
|
|
|
288
295
|
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** name of the content provider
|
|
@@ -304,7 +311,7 @@ Content provided form the file system.
|
|
|
304
311
|
|
|
305
312
|
### asyncIterator
|
|
306
313
|
|
|
307
|
-
Returns **AsyncIterable
|
|
314
|
+
Returns **AsyncIterable<(ContentEntry | CollectionEntry)>** all entries
|
|
308
315
|
|
|
309
316
|
### name
|
|
310
317
|
|
|
@@ -352,7 +359,7 @@ Source of package content.
|
|
|
352
359
|
|
|
353
360
|
List all entries.
|
|
354
361
|
|
|
355
|
-
Returns **AsyncIterable
|
|
362
|
+
Returns **AsyncIterable<(ContentEntry | CollectionEntry)>** all entries
|
|
356
363
|
|
|
357
364
|
## DEBIAN
|
|
358
365
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-pkgbuild",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": false
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
84
|
"node": ">=22.16.0",
|
|
85
|
-
"bun": ">=1.2.
|
|
85
|
+
"bun": ">=1.2.14"
|
|
86
86
|
},
|
|
87
87
|
"repository": {
|
|
88
88
|
"type": "git",
|