npm-pkgbuild 19.1.2 → 19.1.3
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/LICENSE +1 -1
- package/package.json +3 -3
- package/types/output/arch.d.mts +10 -0
- package/types/output/debian.d.mts +9 -0
- package/types/output/docker.d.mts +5 -0
- package/types/output/packager.d.mts +3 -0
- package/types/output/rpm.d.mts +11 -0
- package/types/content/collection-entry-with-permissions.d.mts +0 -7
- package/types/content/file-system-entry-with-permissions.d.mts +0 -7
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-pkgbuild",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": false
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"key-value-transformer": "^3.3.1",
|
|
68
68
|
"npm-package-walker": "^8.0.11",
|
|
69
69
|
"npm-packlist": "^10.0.3",
|
|
70
|
-
"pacc": "^
|
|
70
|
+
"pacc": "^6.8.1",
|
|
71
71
|
"package-directory": "^8.1.0",
|
|
72
72
|
"pacote": "^21.0.4",
|
|
73
73
|
"tar-stream": "^3.1.7",
|
|
74
74
|
"uti": "^8.10.3"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@types/node": "^25.0.
|
|
77
|
+
"@types/node": "^25.0.3",
|
|
78
78
|
"ava": "^6.4.1",
|
|
79
79
|
"c8": "^10.1.3",
|
|
80
80
|
"documentation": "^14.0.3",
|
package/types/output/arch.d.mts
CHANGED
|
@@ -21,6 +21,7 @@ export class ARCH extends Packager {
|
|
|
21
21
|
collection: boolean;
|
|
22
22
|
private?: boolean;
|
|
23
23
|
credential?: boolean;
|
|
24
|
+
persistent?: boolean;
|
|
24
25
|
depends?: string;
|
|
25
26
|
description?: string;
|
|
26
27
|
default?: any;
|
|
@@ -41,6 +42,7 @@ export class ARCH extends Packager {
|
|
|
41
42
|
collection: boolean;
|
|
42
43
|
private?: boolean;
|
|
43
44
|
credential?: boolean;
|
|
45
|
+
persistent?: boolean;
|
|
44
46
|
depends?: string;
|
|
45
47
|
description?: string;
|
|
46
48
|
default?: any;
|
|
@@ -61,6 +63,7 @@ export class ARCH extends Packager {
|
|
|
61
63
|
writable: boolean;
|
|
62
64
|
private?: boolean;
|
|
63
65
|
credential?: boolean;
|
|
66
|
+
persistent?: boolean;
|
|
64
67
|
depends?: string;
|
|
65
68
|
description?: string;
|
|
66
69
|
default?: any;
|
|
@@ -82,6 +85,7 @@ export class ARCH extends Packager {
|
|
|
82
85
|
collection: boolean;
|
|
83
86
|
private?: boolean;
|
|
84
87
|
credential?: boolean;
|
|
88
|
+
persistent?: boolean;
|
|
85
89
|
depends?: string;
|
|
86
90
|
description?: string;
|
|
87
91
|
default?: any;
|
|
@@ -102,6 +106,7 @@ export class ARCH extends Packager {
|
|
|
102
106
|
collection: boolean;
|
|
103
107
|
private?: boolean;
|
|
104
108
|
credential?: boolean;
|
|
109
|
+
persistent?: boolean;
|
|
105
110
|
depends?: string;
|
|
106
111
|
description?: string;
|
|
107
112
|
set?: Function;
|
|
@@ -121,6 +126,7 @@ export class ARCH extends Packager {
|
|
|
121
126
|
collection: boolean;
|
|
122
127
|
private?: boolean;
|
|
123
128
|
credential?: boolean;
|
|
129
|
+
persistent?: boolean;
|
|
124
130
|
depends?: string;
|
|
125
131
|
description?: string;
|
|
126
132
|
set?: Function;
|
|
@@ -140,6 +146,7 @@ export class ARCH extends Packager {
|
|
|
140
146
|
collection: boolean;
|
|
141
147
|
private?: boolean;
|
|
142
148
|
credential?: boolean;
|
|
149
|
+
persistent?: boolean;
|
|
143
150
|
depends?: string;
|
|
144
151
|
description?: string;
|
|
145
152
|
default?: any;
|
|
@@ -160,6 +167,7 @@ export class ARCH extends Packager {
|
|
|
160
167
|
collection: boolean;
|
|
161
168
|
private?: boolean;
|
|
162
169
|
credential?: boolean;
|
|
170
|
+
persistent?: boolean;
|
|
163
171
|
depends?: string;
|
|
164
172
|
description?: string;
|
|
165
173
|
default?: any;
|
|
@@ -179,6 +187,7 @@ export class ARCH extends Packager {
|
|
|
179
187
|
collection: boolean;
|
|
180
188
|
private?: boolean;
|
|
181
189
|
credential?: boolean;
|
|
190
|
+
persistent?: boolean;
|
|
182
191
|
depends?: string;
|
|
183
192
|
description?: string;
|
|
184
193
|
default?: any;
|
|
@@ -211,6 +220,7 @@ export class ARCH extends Packager {
|
|
|
211
220
|
collection: boolean;
|
|
212
221
|
private?: boolean;
|
|
213
222
|
credential?: boolean;
|
|
223
|
+
persistent?: boolean;
|
|
214
224
|
depends?: string;
|
|
215
225
|
description?: string;
|
|
216
226
|
set?: Function;
|
|
@@ -19,6 +19,7 @@ export class DEBIAN extends Packager {
|
|
|
19
19
|
collection: boolean;
|
|
20
20
|
private?: boolean;
|
|
21
21
|
credential?: boolean;
|
|
22
|
+
persistent?: boolean;
|
|
22
23
|
depends?: string;
|
|
23
24
|
description?: string;
|
|
24
25
|
default?: any;
|
|
@@ -39,6 +40,7 @@ export class DEBIAN extends Packager {
|
|
|
39
40
|
collection: boolean;
|
|
40
41
|
private?: boolean;
|
|
41
42
|
credential?: boolean;
|
|
43
|
+
persistent?: boolean;
|
|
42
44
|
depends?: string;
|
|
43
45
|
description?: string;
|
|
44
46
|
default?: any;
|
|
@@ -58,6 +60,7 @@ export class DEBIAN extends Packager {
|
|
|
58
60
|
collection: boolean;
|
|
59
61
|
private?: boolean;
|
|
60
62
|
credential?: boolean;
|
|
63
|
+
persistent?: boolean;
|
|
61
64
|
depends?: string;
|
|
62
65
|
description?: string;
|
|
63
66
|
default?: any;
|
|
@@ -78,6 +81,7 @@ export class DEBIAN extends Packager {
|
|
|
78
81
|
collection: boolean;
|
|
79
82
|
private?: boolean;
|
|
80
83
|
credential?: boolean;
|
|
84
|
+
persistent?: boolean;
|
|
81
85
|
depends?: string;
|
|
82
86
|
description?: string;
|
|
83
87
|
default?: any;
|
|
@@ -98,6 +102,7 @@ export class DEBIAN extends Packager {
|
|
|
98
102
|
collection: boolean;
|
|
99
103
|
private?: boolean;
|
|
100
104
|
credential?: boolean;
|
|
105
|
+
persistent?: boolean;
|
|
101
106
|
depends?: string;
|
|
102
107
|
description?: string;
|
|
103
108
|
default?: any;
|
|
@@ -127,6 +132,7 @@ export class DEBIAN extends Packager {
|
|
|
127
132
|
collection: boolean;
|
|
128
133
|
private?: boolean;
|
|
129
134
|
credential?: boolean;
|
|
135
|
+
persistent?: boolean;
|
|
130
136
|
depends?: string;
|
|
131
137
|
description?: string;
|
|
132
138
|
set?: Function;
|
|
@@ -146,6 +152,7 @@ export class DEBIAN extends Packager {
|
|
|
146
152
|
collection: boolean;
|
|
147
153
|
private?: boolean;
|
|
148
154
|
credential?: boolean;
|
|
155
|
+
persistent?: boolean;
|
|
149
156
|
depends?: string;
|
|
150
157
|
description?: string;
|
|
151
158
|
default?: any;
|
|
@@ -166,6 +173,7 @@ export class DEBIAN extends Packager {
|
|
|
166
173
|
collection: boolean;
|
|
167
174
|
private?: boolean;
|
|
168
175
|
credential?: boolean;
|
|
176
|
+
persistent?: boolean;
|
|
169
177
|
depends?: string;
|
|
170
178
|
description?: string;
|
|
171
179
|
default?: any;
|
|
@@ -196,6 +204,7 @@ export class DEBIAN extends Packager {
|
|
|
196
204
|
collection: boolean;
|
|
197
205
|
private?: boolean;
|
|
198
206
|
credential?: boolean;
|
|
207
|
+
persistent?: boolean;
|
|
199
208
|
depends?: string;
|
|
200
209
|
description?: string;
|
|
201
210
|
default?: any;
|
|
@@ -17,6 +17,7 @@ export class DOCKER extends Packager {
|
|
|
17
17
|
collection: boolean;
|
|
18
18
|
private?: boolean;
|
|
19
19
|
credential?: boolean;
|
|
20
|
+
persistent?: boolean;
|
|
20
21
|
depends?: string;
|
|
21
22
|
description?: string;
|
|
22
23
|
default?: any;
|
|
@@ -37,6 +38,7 @@ export class DOCKER extends Packager {
|
|
|
37
38
|
collection: boolean;
|
|
38
39
|
private?: boolean;
|
|
39
40
|
credential?: boolean;
|
|
41
|
+
persistent?: boolean;
|
|
40
42
|
depends?: string;
|
|
41
43
|
description?: string;
|
|
42
44
|
default?: any;
|
|
@@ -56,6 +58,7 @@ export class DOCKER extends Packager {
|
|
|
56
58
|
collection: boolean;
|
|
57
59
|
private?: boolean;
|
|
58
60
|
credential?: boolean;
|
|
61
|
+
persistent?: boolean;
|
|
59
62
|
depends?: string;
|
|
60
63
|
description?: string;
|
|
61
64
|
default?: any;
|
|
@@ -76,6 +79,7 @@ export class DOCKER extends Packager {
|
|
|
76
79
|
collection: boolean;
|
|
77
80
|
private?: boolean;
|
|
78
81
|
credential?: boolean;
|
|
82
|
+
persistent?: boolean;
|
|
79
83
|
depends?: string;
|
|
80
84
|
description?: string;
|
|
81
85
|
default?: any;
|
|
@@ -96,6 +100,7 @@ export class DOCKER extends Packager {
|
|
|
96
100
|
collection: boolean;
|
|
97
101
|
private?: boolean;
|
|
98
102
|
credential?: boolean;
|
|
103
|
+
persistent?: boolean;
|
|
99
104
|
depends?: string;
|
|
100
105
|
description?: string;
|
|
101
106
|
set?: Function;
|
|
@@ -89,6 +89,7 @@ export const pkgbuild_name_attribute: {
|
|
|
89
89
|
collection: boolean;
|
|
90
90
|
private?: boolean;
|
|
91
91
|
credential?: boolean;
|
|
92
|
+
persistent?: boolean;
|
|
92
93
|
depends?: string;
|
|
93
94
|
description?: string;
|
|
94
95
|
default?: any;
|
|
@@ -110,6 +111,7 @@ export const pkgbuild_version_attribute: {
|
|
|
110
111
|
collection: boolean;
|
|
111
112
|
private?: boolean;
|
|
112
113
|
credential?: boolean;
|
|
114
|
+
persistent?: boolean;
|
|
113
115
|
depends?: string;
|
|
114
116
|
description?: string;
|
|
115
117
|
default?: any;
|
|
@@ -129,6 +131,7 @@ export const pkgbuild_description_attribute: {
|
|
|
129
131
|
collection: boolean;
|
|
130
132
|
private?: boolean;
|
|
131
133
|
credential?: boolean;
|
|
134
|
+
persistent?: boolean;
|
|
132
135
|
depends?: string;
|
|
133
136
|
description?: string;
|
|
134
137
|
default?: any;
|
package/types/output/rpm.d.mts
CHANGED
|
@@ -17,6 +17,7 @@ export class RPM extends Packager {
|
|
|
17
17
|
collection: boolean;
|
|
18
18
|
private?: boolean;
|
|
19
19
|
credential?: boolean;
|
|
20
|
+
persistent?: boolean;
|
|
20
21
|
depends?: string;
|
|
21
22
|
description?: string;
|
|
22
23
|
default?: any;
|
|
@@ -37,6 +38,7 @@ export class RPM extends Packager {
|
|
|
37
38
|
collection: boolean;
|
|
38
39
|
private?: boolean;
|
|
39
40
|
credential?: boolean;
|
|
41
|
+
persistent?: boolean;
|
|
40
42
|
depends?: string;
|
|
41
43
|
description?: string;
|
|
42
44
|
default?: any;
|
|
@@ -57,6 +59,7 @@ export class RPM extends Packager {
|
|
|
57
59
|
collection: boolean;
|
|
58
60
|
private?: boolean;
|
|
59
61
|
credential?: boolean;
|
|
62
|
+
persistent?: boolean;
|
|
60
63
|
depends?: string;
|
|
61
64
|
description?: string;
|
|
62
65
|
default?: any;
|
|
@@ -78,6 +81,7 @@ export class RPM extends Packager {
|
|
|
78
81
|
collection: boolean;
|
|
79
82
|
private?: boolean;
|
|
80
83
|
credential?: boolean;
|
|
84
|
+
persistent?: boolean;
|
|
81
85
|
depends?: string;
|
|
82
86
|
description?: string;
|
|
83
87
|
default?: any;
|
|
@@ -98,6 +102,7 @@ export class RPM extends Packager {
|
|
|
98
102
|
collection: boolean;
|
|
99
103
|
private?: boolean;
|
|
100
104
|
credential?: boolean;
|
|
105
|
+
persistent?: boolean;
|
|
101
106
|
depends?: string;
|
|
102
107
|
description?: string;
|
|
103
108
|
set?: Function;
|
|
@@ -117,6 +122,7 @@ export class RPM extends Packager {
|
|
|
117
122
|
collection: boolean;
|
|
118
123
|
private?: boolean;
|
|
119
124
|
credential?: boolean;
|
|
125
|
+
persistent?: boolean;
|
|
120
126
|
depends?: string;
|
|
121
127
|
description?: string;
|
|
122
128
|
default?: any;
|
|
@@ -137,6 +143,7 @@ export class RPM extends Packager {
|
|
|
137
143
|
collection: boolean;
|
|
138
144
|
private?: boolean;
|
|
139
145
|
credential?: boolean;
|
|
146
|
+
persistent?: boolean;
|
|
140
147
|
depends?: string;
|
|
141
148
|
description?: string;
|
|
142
149
|
default?: any;
|
|
@@ -157,6 +164,7 @@ export class RPM extends Packager {
|
|
|
157
164
|
collection: boolean;
|
|
158
165
|
private?: boolean;
|
|
159
166
|
credential?: boolean;
|
|
167
|
+
persistent?: boolean;
|
|
160
168
|
depends?: string;
|
|
161
169
|
description?: string;
|
|
162
170
|
default?: any;
|
|
@@ -177,6 +185,7 @@ export class RPM extends Packager {
|
|
|
177
185
|
collection: boolean;
|
|
178
186
|
private?: boolean;
|
|
179
187
|
credential?: boolean;
|
|
188
|
+
persistent?: boolean;
|
|
180
189
|
depends?: string;
|
|
181
190
|
description?: string;
|
|
182
191
|
default?: any;
|
|
@@ -198,6 +207,7 @@ export class RPM extends Packager {
|
|
|
198
207
|
collection: boolean;
|
|
199
208
|
private?: boolean;
|
|
200
209
|
credential?: boolean;
|
|
210
|
+
persistent?: boolean;
|
|
201
211
|
depends?: string;
|
|
202
212
|
description?: string;
|
|
203
213
|
set?: Function;
|
|
@@ -217,6 +227,7 @@ export class RPM extends Packager {
|
|
|
217
227
|
collection: boolean;
|
|
218
228
|
private?: boolean;
|
|
219
229
|
credential?: boolean;
|
|
230
|
+
persistent?: boolean;
|
|
220
231
|
depends?: string;
|
|
221
232
|
description?: string;
|
|
222
233
|
default?: any;
|