@teispace/next-maker 0.3.0 → 0.4.0

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 +1 @@
1
- {"version":3,"file":"feature.d.ts","sourceRoot":"","sources":["../../../src/commands/feature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiBpC,eAAO,MAAM,sBAAsB,GAAI,SAAS,OAAO,SAmItD,CAAC"}
1
+ {"version":3,"file":"feature.d.ts","sourceRoot":"","sources":["../../../src/commands/feature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,sBAAsB,GAAI,SAAS,OAAO,SA6ItD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../src/commands/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiBpC,eAAO,MAAM,sBAAsB,GAAI,SAAS,OAAO,SA6HtD,CAAC"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../src/commands/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC,eAAO,MAAM,sBAAsB,GAAI,SAAS,OAAO,SAqItD,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface RegisterApiOptions {
2
+ serviceName: string;
3
+ projectPath: string;
4
+ }
5
+ export declare const registerApiEndpoints: (options: RegisterApiOptions) => Promise<void>;
6
+ export {};
7
+ //# sourceMappingURL=api-registration.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-registration.service.d.ts","sourceRoot":"","sources":["../../../../src/services/common/api-registration.service.ts"],"names":[],"mappings":"AAIA,UAAU,kBAAkB;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,oBAAoB,GAAU,SAAS,kBAAkB,KAAG,OAAO,CAAC,IAAI,CA4DpF,CAAC"}
@@ -7,4 +7,5 @@ export interface FeatureGenerationOptions {
7
7
  httpClient?: 'axios' | 'fetch';
8
8
  }
9
9
  export declare const generateFeatureStructure: (options: FeatureGenerationOptions) => Promise<void>;
10
+ export declare const getProjectPathFromFeaturePath: (featurePath: string) => string;
10
11
  //# sourceMappingURL=templates.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"templates.service.d.ts","sourceRoot":"","sources":["../../../../src/services/feature/templates.service.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAChC;AAED,eAAO,MAAM,wBAAwB,GACnC,SAAS,wBAAwB,KAChC,OAAO,CAAC,IAAI,CA6Bd,CAAC"}
1
+ {"version":3,"file":"templates.service.d.ts","sourceRoot":"","sources":["../../../../src/services/feature/templates.service.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAChC;AAED,eAAO,MAAM,wBAAwB,GACnC,SAAS,wBAAwB,KAChC,OAAO,CAAC,IAAI,CA6Bd,CAAC;AAEF,eAAO,MAAM,6BAA6B,GAAI,aAAa,MAAM,KAAG,MAQnE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teispace/next-maker",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Create a new Teispace Next.js application with interactive setup.",
5
5
  "keywords": [
6
6
  "nextjs",