pmcf 3.6.0 → 3.6.2
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/package.json +5 -5
- package/types/base.d.mts +1 -1
- package/types/host.d.mts +1 -1
- package/types/location.d.mts +1 -1
- package/types/services/chrony.d.mts +1 -1
- package/types/services/influxdb.d.mts +1 -1
- package/types/services/kea.d.mts +1 -1
- package/types/services/mosquitto.d.mts +1 -1
- package/types/services/openldap.d.mts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pmcf",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"ip-utilties": "^1.4.7",
|
|
54
|
-
"npm-pkgbuild": "^18.2.
|
|
55
|
-
"pacc": "^4.5.
|
|
54
|
+
"npm-pkgbuild": "^18.2.17",
|
|
55
|
+
"pacc": "^4.5.3",
|
|
56
56
|
"package-directory": "^8.1.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"c8": "^10.1.3",
|
|
62
62
|
"documentation": "^14.0.3",
|
|
63
63
|
"semantic-release": "^24.2.7",
|
|
64
|
-
"typescript": "^5.
|
|
64
|
+
"typescript": "^5.9.2"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
|
-
"node": ">=22.
|
|
67
|
+
"node": ">=22.18.0"
|
|
68
68
|
},
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
package/types/base.d.mts
CHANGED
|
@@ -130,7 +130,7 @@ export class Base {
|
|
|
130
130
|
set packaging(value: Set<any>);
|
|
131
131
|
get packaging(): Set<any>;
|
|
132
132
|
get derivedPackaging(): any;
|
|
133
|
-
get outputs(): Set<typeof import("npm-pkgbuild").
|
|
133
|
+
get outputs(): Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
134
134
|
preparePackages(stagingDir: any): AsyncGenerator<never, void, unknown>;
|
|
135
135
|
set tags(value: Set<any>);
|
|
136
136
|
get tags(): Set<any>;
|
package/types/host.d.mts
CHANGED
|
@@ -434,7 +434,7 @@ export class Host extends ServiceOwner {
|
|
|
434
434
|
preparePackages(dir: any): AsyncGenerator<{
|
|
435
435
|
dir: any;
|
|
436
436
|
sources: FileContentProvider[];
|
|
437
|
-
outputs: Set<typeof import("npm-pkgbuild").
|
|
437
|
+
outputs: Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
438
438
|
properties: {
|
|
439
439
|
name: string;
|
|
440
440
|
description: string;
|
package/types/location.d.mts
CHANGED
|
@@ -495,7 +495,7 @@ export class Location extends Owner {
|
|
|
495
495
|
preparePackages(dir: any): AsyncGenerator<{
|
|
496
496
|
dir: any;
|
|
497
497
|
sources: FileContentProvider[];
|
|
498
|
-
outputs: Set<typeof import("npm-pkgbuild").
|
|
498
|
+
outputs: Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
499
499
|
properties: {
|
|
500
500
|
name: string;
|
|
501
501
|
description: string;
|
|
@@ -489,7 +489,7 @@ export class ChronyService extends ExtraSourceService {
|
|
|
489
489
|
preparePackages(dir: any): AsyncGenerator<{
|
|
490
490
|
dir: any;
|
|
491
491
|
sources: FileContentProvider[];
|
|
492
|
-
outputs: Set<typeof import("npm-pkgbuild").
|
|
492
|
+
outputs: Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
493
493
|
properties: {
|
|
494
494
|
name: string;
|
|
495
495
|
description: string;
|
|
@@ -481,7 +481,7 @@ export class InfluxdbService extends Service {
|
|
|
481
481
|
preparePackages(dir: any): AsyncGenerator<{
|
|
482
482
|
dir: any;
|
|
483
483
|
sources: FileContentProvider[];
|
|
484
|
-
outputs: Set<typeof import("npm-pkgbuild").
|
|
484
|
+
outputs: Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
485
485
|
properties: {
|
|
486
486
|
name: string;
|
|
487
487
|
description: string;
|
package/types/services/kea.d.mts
CHANGED
|
@@ -584,7 +584,7 @@ export class KeaService extends Service {
|
|
|
584
584
|
preparePackages(dir: any): AsyncGenerator<{
|
|
585
585
|
dir: any;
|
|
586
586
|
sources: FileContentProvider[];
|
|
587
|
-
outputs: Set<typeof import("npm-pkgbuild").
|
|
587
|
+
outputs: Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
588
588
|
properties: {
|
|
589
589
|
name: string;
|
|
590
590
|
description: string;
|
|
@@ -491,7 +491,7 @@ export class MosquittoService extends Service {
|
|
|
491
491
|
preparePackages(dir: any): AsyncGenerator<{
|
|
492
492
|
dir: any;
|
|
493
493
|
sources: FileContentProvider[];
|
|
494
|
-
outputs: Set<typeof import("npm-pkgbuild").
|
|
494
|
+
outputs: Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
495
495
|
properties: {
|
|
496
496
|
name: string;
|
|
497
497
|
description: string;
|
|
@@ -521,7 +521,7 @@ export class OpenLDAPService extends Service {
|
|
|
521
521
|
preparePackages(dir: any): AsyncGenerator<{
|
|
522
522
|
dir: any;
|
|
523
523
|
sources: FileContentProvider[];
|
|
524
|
-
outputs: Set<typeof import("npm-pkgbuild").
|
|
524
|
+
outputs: Set<typeof import("npm-pkgbuild").OCI | typeof import("npm-pkgbuild").DOCKER>;
|
|
525
525
|
properties: {
|
|
526
526
|
name: string;
|
|
527
527
|
description: string;
|