@teispace/next-maker 1.0.0 → 1.0.1

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":"setup.d.ts","sourceRoot":"","sources":["../../../src/commands/setup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA4BpC,eAAO,MAAM,oBAAoB,GAAI,SAAS,OAAO,SAkEpD,CAAC"}
1
+ {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../src/commands/setup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAcpC,eAAO,MAAM,oBAAoB,GAAI,SAAS,OAAO,SA6DpD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teispace/next-maker",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Create a new Teispace Next.js application with interactive setup.",
5
5
  "keywords": [
6
6
  "nextjs",
@@ -1,4 +0,0 @@
1
- export declare const setupDarkTheme: (projectPath: string) => Promise<boolean>;
2
- export declare const isDarkThemeSetup: (projectPath: string) => Promise<boolean>;
3
- export declare const getDarkThemePackages: () => string[];
4
- //# sourceMappingURL=dark-theme.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dark-theme.service.d.ts","sourceRoot":"","sources":["../../../../src/services/setup/dark-theme.service.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,cAAc,GAAU,aAAa,MAAM,KAAG,OAAO,CAAC,OAAO,CAuCzE,CAAC;AA+EF,eAAO,MAAM,gBAAgB,GAAU,aAAa,MAAM,KAAG,OAAO,CAAC,OAAO,CAE3E,CAAC;AAoGF,eAAO,MAAM,oBAAoB,QAAO,MAAM,EAE7C,CAAC"}
@@ -1,9 +0,0 @@
1
- export type HttpClientType = 'axios' | 'fetch' | 'both';
2
- interface SetupHttpClientOptions {
3
- projectPath: string;
4
- clientType: HttpClientType;
5
- }
6
- export declare const setupHttpClient: (options: SetupHttpClientOptions) => Promise<string[]>;
7
- export declare const getRequiredPackages: (clientType: HttpClientType) => string[];
8
- export {};
9
- //# sourceMappingURL=http-client.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"http-client.service.d.ts","sourceRoot":"","sources":["../../../../src/services/setup/http-client.service.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;AAExD,UAAU,sBAAsB;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,cAAc,CAAC;CAC5B;AA6HD,eAAO,MAAM,eAAe,GAAU,SAAS,sBAAsB,KAAG,OAAO,CAAC,MAAM,EAAE,CAkEvF,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,YAAY,cAAc,KAAG,MAAM,EAQtE,CAAC"}
@@ -1,3 +0,0 @@
1
- export declare const checkIfI18nExists: (targetDir: string) => boolean;
2
- export declare const setupI18n: (targetDir: string) => Promise<void>;
3
- //# sourceMappingURL=i18n.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"i18n.service.d.ts","sourceRoot":"","sources":["../../../../src/services/setup/i18n.service.ts"],"names":[],"mappings":"AAoCA,eAAO,MAAM,iBAAiB,GAAI,WAAW,MAAM,KAAG,OAGrD,CAAC;AAEF,eAAO,MAAM,SAAS,GAAU,WAAW,MAAM,KAAG,OAAO,CAAC,IAAI,CAiE/D,CAAC"}
@@ -1,4 +0,0 @@
1
- export declare const setupRedux: (projectPath: string) => Promise<boolean>;
2
- export declare const isReduxSetup: (projectPath: string) => Promise<boolean>;
3
- export declare const getReduxPackages: () => string[];
4
- //# sourceMappingURL=redux.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"redux.service.d.ts","sourceRoot":"","sources":["../../../../src/services/setup/redux.service.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,UAAU,GAAU,aAAa,MAAM,KAAG,OAAO,CAAC,OAAO,CA2BrE,CAAC;AA+GF,eAAO,MAAM,YAAY,GAAU,aAAa,MAAM,KAAG,OAAO,CAAC,OAAO,CAEvE,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAO,MAAM,EAEzC,CAAC"}