@kithinji/pod 1.0.48 → 1.0.50

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.
@@ -1,3 +1,3 @@
1
1
  export declare function startDevServer(): Promise<void>;
2
- export declare function startBuild(): Promise<void>;
2
+ export declare function startBuild(start?: boolean): Promise<void>;
3
3
  //# sourceMappingURL=server.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../src/dev/server.ts"],"names":[],"mappings":"AA8WA,wBAAsB,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC,CAmJpD;AAED,wBAAsB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC,CAgFhD"}
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../src/dev/server.ts"],"names":[],"mappings":"AA6WA,wBAAsB,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC,CAmJpD;AAED,wBAAsB,UAAU,CAAC,KAAK,GAAE,OAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CA8GtE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kithinji/pod",
3
- "version": "1.0.48",
3
+ "version": "1.0.50",
4
4
  "description": "A CLI tool for managing and deploying pods",
5
5
  "type": "module",
6
6
  "bin": {