@common-stack/rollup-vite-utils 6.0.8-alpha.21 → 6.0.8-alpha.24

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/lib/index.cjs CHANGED
@@ -1 +1 @@
1
- 'use strict';var wrapperComponent=require('./vite-wrappers/wrapperComponent.cjs'),jsonWrappers=require('./vite-wrappers/json-wrappers.cjs'),customRoutes=require('./vite-wrappers/custom-routes.cjs'),resourceParams=require('./vite-wrappers/generators/utils/resourceParams.cjs'),pickConfig=require('./vite-wrappers/generators/utils/pickConfig.cjs'),rollupPluginGenerateJson=require('./rollup/rollupPluginGenerateJson.cjs'),rollupPluginModifyLibFiles=require('./rollup/rollupPluginModifyLibFiles.cjs'),rollupPluginAddJsExtension=require('./rollup/rollupPluginAddJsExtension.cjs'),pluginIgnore=require('./rollup/pluginIgnore.cjs'),rollupPluginUpdateFromConfig=require('./rollup/rollupPluginUpdateFromConfig.cjs'),copyIfVersionChanged=require('./preStartup/copyIfVersionChanged.cjs');require('./preStartup/configLoader/index.cjs');var i18nInternationalizationPlugin=require('./vite-plugins/i18n-internationalization-plugin.cjs'),vitePluginVirutalImports=require('./vite-plugins/vite-plugin-virutal-imports.cjs'),utils=require('./utils/utils.cjs'),withErrorHandleUtil=require('./utils/withErrorHandleUtil.cjs'),setupConfig=require('./utils/setupConfig.cjs'),verifyConfig=require('./utils/verifyConfig.cjs'),configLoader=require('./preStartup/configLoader/configLoader.cjs'),envLoader=require('./preStartup/configLoader/envLoader.cjs');exports.getRootPath=wrapperComponent.getRootPath;exports.wrapRouteComponent=wrapperComponent.wrapRouteComponent;exports.defineRoutesConfig=jsonWrappers.defineRoutesConfig;exports.getHash=jsonWrappers.getHash;exports.loadRoutesConfig=jsonWrappers.loadRoutesConfig;exports.resolvePathsUsingPackages=jsonWrappers.resolvePathsUsingPackages;exports.createDummyFile=customRoutes.createDummyFile;exports.generateRoute=customRoutes.generateRoute;exports.resolveResourceParamsPlaceholders=resourceParams.resolveResourceParamsPlaceholders;exports.pickValues=pickConfig.pickValues;exports.d=rollupPluginGenerateJson;exports.k=rollupPluginModifyLibFiles;exports.l=rollupPluginAddJsExtension;exports.m=pluginIgnore;exports.updateFromConfig=rollupPluginUpdateFromConfig.updateFromConfig;exports.copyIfVersionChanged=copyIfVersionChanged.copyIfVersionChanged;exports.i18nInternationalizationPlugin=i18nInternationalizationPlugin.i18nInternationalizationPlugin;exports.virtualImportsPlugin=vitePluginVirutalImports.virtualImportsPlugin;exports.findPackageDir=utils.findPackageDir;exports.generateBackendModulesFile=utils.generateBackendModulesFile;exports.generateModulesFile=utils.generateModulesFile;exports.getMetadata=utils.getMetadata;exports.getPackageVersion=utils.getPackageVersion;exports.resolveModulesPath=utils.resolveModulesPath;exports.updateMetadata=utils.updateMetadata;exports.writeBackendModuleFile=utils.writeBackendModuleFile;exports.writeModuleFile=utils.writeModuleFile;exports.withErrorHandler=withErrorHandleUtil.withErrorHandler;exports.setupConfig=setupConfig.setupConfig;exports.verifyConfigSchema=verifyConfig.verifyConfigSchema;exports.performCopyOperations=configLoader.performCopyOperations;exports.resolveConfigPaths=configLoader.resolveConfigPaths;exports.loadEnvConfig=envLoader.loadEnvConfig;//# sourceMappingURL=index.cjs.map
1
+ 'use strict';var wrapperComponent=require('./vite-wrappers/wrapperComponent.cjs'),jsonWrappers=require('./vite-wrappers/json-wrappers.cjs'),customRoutes=require('./vite-wrappers/custom-routes.cjs'),resourceParams=require('./vite-wrappers/generators/utils/resourceParams.cjs'),pickConfig=require('./vite-wrappers/generators/utils/pickConfig.cjs'),rollupPluginGenerateJson=require('./rollup/rollupPluginGenerateJson.cjs'),rollupPluginModifyLibFiles=require('./rollup/rollupPluginModifyLibFiles.cjs'),rollupPluginAddJsExtension=require('./rollup/rollupPluginAddJsExtension.cjs'),pluginIgnore=require('./rollup/pluginIgnore.cjs'),rollupPluginUpdateFromConfig=require('./rollup/rollupPluginUpdateFromConfig.cjs'),rollupPluginCamelcaseSvg=require('./rollup/rollupPluginCamelcaseSvg.cjs'),copyIfVersionChanged=require('./preStartup/copyIfVersionChanged.cjs');require('./preStartup/configLoader/index.cjs');var i18nInternationalizationPlugin=require('./vite-plugins/i18n-internationalization-plugin.cjs'),vitePluginVirutalImports=require('./vite-plugins/vite-plugin-virutal-imports.cjs'),utils=require('./utils/utils.cjs'),withErrorHandleUtil=require('./utils/withErrorHandleUtil.cjs'),setupConfig=require('./utils/setupConfig.cjs'),verifyConfig=require('./utils/verifyConfig.cjs'),configLoader=require('./preStartup/configLoader/configLoader.cjs'),envLoader=require('./preStartup/configLoader/envLoader.cjs');exports.getRootPath=wrapperComponent.getRootPath;exports.wrapRouteComponent=wrapperComponent.wrapRouteComponent;exports.defineRoutesConfig=jsonWrappers.defineRoutesConfig;exports.getHash=jsonWrappers.getHash;exports.loadRoutesConfig=jsonWrappers.loadRoutesConfig;exports.resolvePathsUsingPackages=jsonWrappers.resolvePathsUsingPackages;exports.createDummyFile=customRoutes.createDummyFile;exports.generateRoute=customRoutes.generateRoute;exports.resolveResourceParamsPlaceholders=resourceParams.resolveResourceParamsPlaceholders;exports.pickValues=pickConfig.pickValues;exports.d=rollupPluginGenerateJson;exports.k=rollupPluginModifyLibFiles;exports.l=rollupPluginAddJsExtension;exports.m=pluginIgnore;exports.updateFromConfig=rollupPluginUpdateFromConfig.updateFromConfig;exports.c=rollupPluginCamelcaseSvg;exports.copyIfVersionChanged=copyIfVersionChanged.copyIfVersionChanged;exports.i18nInternationalizationPlugin=i18nInternationalizationPlugin.i18nInternationalizationPlugin;exports.virtualImportsPlugin=vitePluginVirutalImports.virtualImportsPlugin;exports.findPackageDir=utils.findPackageDir;exports.generateBackendModulesFile=utils.generateBackendModulesFile;exports.generateModulesFile=utils.generateModulesFile;exports.getMetadata=utils.getMetadata;exports.getPackageVersion=utils.getPackageVersion;exports.resolveModulesPath=utils.resolveModulesPath;exports.updateMetadata=utils.updateMetadata;exports.writeBackendModuleFile=utils.writeBackendModuleFile;exports.writeModuleFile=utils.writeModuleFile;exports.withErrorHandler=withErrorHandleUtil.withErrorHandler;exports.setupConfig=setupConfig.setupConfig;exports.verifyConfigSchema=verifyConfig.verifyConfigSchema;exports.performCopyOperations=configLoader.performCopyOperations;exports.resolveConfigPaths=configLoader.resolveConfigPaths;exports.loadEnvConfig=envLoader.loadEnvConfig;//# sourceMappingURL=index.cjs.map
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- export{getRootPath,wrapRouteComponent}from'./vite-wrappers/wrapperComponent.js';export{defineRoutesConfig,getHash,loadRoutesConfig,resolvePathsUsingPackages}from'./vite-wrappers/json-wrappers.js';export{createDummyFile,generateRoute}from'./vite-wrappers/custom-routes.js';export{resolveResourceParamsPlaceholders}from'./vite-wrappers/generators/utils/resourceParams.js';export{pickValues}from'./vite-wrappers/generators/utils/pickConfig.js';import*as rollupPluginGenerateJson from'./rollup/rollupPluginGenerateJson.js';export{rollupPluginGenerateJson as d };import*as rollupPluginModifyLibFiles from'./rollup/rollupPluginModifyLibFiles.js';export{rollupPluginModifyLibFiles as k };import*as rollupPluginAddJsExtension from'./rollup/rollupPluginAddJsExtension.js';export{rollupPluginAddJsExtension as l };import*as pluginIgnore from'./rollup/pluginIgnore.js';export{pluginIgnore as m };export{updateFromConfig}from'./rollup/rollupPluginUpdateFromConfig.js';export{copyIfVersionChanged}from'./preStartup/copyIfVersionChanged.js';import'./preStartup/configLoader/index.js';export{i18nInternationalizationPlugin}from'./vite-plugins/i18n-internationalization-plugin.js';export{virtualImportsPlugin}from'./vite-plugins/vite-plugin-virutal-imports.js';export{findPackageDir,generateBackendModulesFile,generateModulesFile,getMetadata,getPackageVersion,resolveModulesPath,updateMetadata,writeBackendModuleFile,writeModuleFile}from'./utils/utils.js';export{withErrorHandler}from'./utils/withErrorHandleUtil.js';export{setupConfig}from'./utils/setupConfig.js';export{verifyConfigSchema}from'./utils/verifyConfig.js';export{performCopyOperations,resolveConfigPaths}from'./preStartup/configLoader/configLoader.js';export{loadEnvConfig}from'./preStartup/configLoader/envLoader.js';//# sourceMappingURL=index.js.map
1
+ export{getRootPath,wrapRouteComponent}from'./vite-wrappers/wrapperComponent.js';export{defineRoutesConfig,getHash,loadRoutesConfig,resolvePathsUsingPackages}from'./vite-wrappers/json-wrappers.js';export{createDummyFile,generateRoute}from'./vite-wrappers/custom-routes.js';export{resolveResourceParamsPlaceholders}from'./vite-wrappers/generators/utils/resourceParams.js';export{pickValues}from'./vite-wrappers/generators/utils/pickConfig.js';import*as rollupPluginGenerateJson from'./rollup/rollupPluginGenerateJson.js';export{rollupPluginGenerateJson as d };import*as rollupPluginModifyLibFiles from'./rollup/rollupPluginModifyLibFiles.js';export{rollupPluginModifyLibFiles as k };import*as rollupPluginAddJsExtension from'./rollup/rollupPluginAddJsExtension.js';export{rollupPluginAddJsExtension as l };import*as pluginIgnore from'./rollup/pluginIgnore.js';export{pluginIgnore as m };export{updateFromConfig}from'./rollup/rollupPluginUpdateFromConfig.js';import*as rollupPluginCamelcaseSvg from'./rollup/rollupPluginCamelcaseSvg.js';export{rollupPluginCamelcaseSvg as c };export{copyIfVersionChanged}from'./preStartup/copyIfVersionChanged.js';import'./preStartup/configLoader/index.js';export{i18nInternationalizationPlugin}from'./vite-plugins/i18n-internationalization-plugin.js';export{virtualImportsPlugin}from'./vite-plugins/vite-plugin-virutal-imports.js';export{findPackageDir,generateBackendModulesFile,generateModulesFile,getMetadata,getPackageVersion,resolveModulesPath,updateMetadata,writeBackendModuleFile,writeModuleFile}from'./utils/utils.js';export{withErrorHandler}from'./utils/withErrorHandleUtil.js';export{setupConfig}from'./utils/setupConfig.js';export{verifyConfigSchema}from'./utils/verifyConfig.js';export{performCopyOperations,resolveConfigPaths}from'./preStartup/configLoader/configLoader.js';export{loadEnvConfig}from'./preStartup/configLoader/envLoader.js';//# sourceMappingURL=index.js.map
@@ -3,3 +3,4 @@ export * as k from './rollupPluginModifyLibFiles';
3
3
  export * as l from './rollupPluginAddJsExtension';
4
4
  export * as m from './pluginIgnore';
5
5
  export * from './rollupPluginUpdateFromConfig';
6
+ export * as c from './rollupPluginCamelcaseSvg';
@@ -0,0 +1,24 @@
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var camelCase=require('lodash.camelcase');function camelCaseSVG() {
2
+ return {
3
+ name: 'camelCaseSVG',
4
+ transform(code, id) {
5
+ if (id.endsWith('Icon.tsx')) {
6
+ const svgPropsRegex = /"[-a-zA-Z]+[-][a-zA-Z]+"/g;
7
+ let transformedCode = code;
8
+ const matches = code.match(svgPropsRegex);
9
+ if (!matches || matches.length === 0) {
10
+ return null;
11
+ }
12
+ matches.forEach((match) => {
13
+ const camelCasePropName = camelCase(match);
14
+ transformedCode = transformedCode.replace(match, `"${camelCasePropName}"`);
15
+ });
16
+ return {
17
+ code: transformedCode,
18
+ map: null,
19
+ };
20
+ }
21
+ return null;
22
+ },
23
+ };
24
+ }exports.default=camelCaseSVG;//# sourceMappingURL=rollupPluginCamelcaseSvg.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rollupPluginCamelcaseSvg.cjs","sources":["../../src/rollup/rollupPluginCamelcaseSvg.ts"],"sourcesContent":[null],"names":[],"mappings":"gHAEA,SAAS,YAAY,GAAA;IACnB,OAAO;AACL,QAAA,IAAI,EAAE,cAAc;QACpB,SAAS,CAAC,IAAI,EAAE,EAAE,EAAA;AAChB,YAAA,IAAI,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE;gBAC3B,MAAM,aAAa,GAAG,2BAA2B,CAAC;gBAClD,IAAI,eAAe,GAAG,IAAI,CAAC;gBAC3B,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;gBAE1C,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;AACpC,oBAAA,OAAO,IAAI,CAAC;iBACb;AAED,gBAAA,OAAO,CAAC,OAAO,CAAC,CAAC,KAAK,KAAI;AACxB,oBAAA,MAAM,iBAAiB,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;oBAC3C,eAAe,GAAG,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,CAAI,CAAA,EAAA,iBAAiB,CAAG,CAAA,CAAA,CAAC,CAAC;AAC7E,iBAAC,CAAC,CAAC;gBAEH,OAAO;AACL,oBAAA,IAAI,EAAE,eAAe;AACrB,oBAAA,GAAG,EAAE,IAAI;iBACV,CAAC;aACH;AACD,YAAA,OAAO,IAAI,CAAC;SACb;KACF,CAAC;AACJ"}
@@ -0,0 +1,8 @@
1
+ declare function camelCaseSVG(): {
2
+ name: string;
3
+ transform(code: any, id: any): {
4
+ code: any;
5
+ map: any;
6
+ };
7
+ };
8
+ export default camelCaseSVG;
@@ -0,0 +1,24 @@
1
+ import camelCase from'lodash.camelcase';function camelCaseSVG() {
2
+ return {
3
+ name: 'camelCaseSVG',
4
+ transform(code, id) {
5
+ if (id.endsWith('Icon.tsx')) {
6
+ const svgPropsRegex = /"[-a-zA-Z]+[-][a-zA-Z]+"/g;
7
+ let transformedCode = code;
8
+ const matches = code.match(svgPropsRegex);
9
+ if (!matches || matches.length === 0) {
10
+ return null;
11
+ }
12
+ matches.forEach((match) => {
13
+ const camelCasePropName = camelCase(match);
14
+ transformedCode = transformedCode.replace(match, `"${camelCasePropName}"`);
15
+ });
16
+ return {
17
+ code: transformedCode,
18
+ map: null,
19
+ };
20
+ }
21
+ return null;
22
+ },
23
+ };
24
+ }export{camelCaseSVG as default};//# sourceMappingURL=rollupPluginCamelcaseSvg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rollupPluginCamelcaseSvg.js","sources":["../../src/rollup/rollupPluginCamelcaseSvg.ts"],"sourcesContent":[null],"names":[],"mappings":"wCAEA,SAAS,YAAY,GAAA;IACnB,OAAO;AACL,QAAA,IAAI,EAAE,cAAc;QACpB,SAAS,CAAC,IAAI,EAAE,EAAE,EAAA;AAChB,YAAA,IAAI,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE;gBAC3B,MAAM,aAAa,GAAG,2BAA2B,CAAC;gBAClD,IAAI,eAAe,GAAG,IAAI,CAAC;gBAC3B,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;gBAE1C,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;AACpC,oBAAA,OAAO,IAAI,CAAC;iBACb;AAED,gBAAA,OAAO,CAAC,OAAO,CAAC,CAAC,KAAK,KAAI;AACxB,oBAAA,MAAM,iBAAiB,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;oBAC3C,eAAe,GAAG,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,CAAI,CAAA,EAAA,iBAAiB,CAAG,CAAA,CAAA,CAAC,CAAC;AAC7E,iBAAC,CAAC,CAAC;gBAEH,OAAO;AACL,oBAAA,IAAI,EAAE,eAAe;AACrB,oBAAA,GAAG,EAAE,IAAI;iBACV,CAAC;aACH;AACD,YAAA,OAAO,IAAI,CAAC;SACb;KACF,CAAC;AACJ"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * If your folder structure is:
3
+ * adminIde-stack/
4
+ * └── tools/
5
+ * └── codegen/
6
+ * └── commonPaths.mjs
7
+ *
8
+ * Going two levels up from codegen => adminIde-stack/
9
+ */
10
+ export declare const pathsConfig: {
11
+ __filename: string;
12
+ __dirname: string;
13
+ repoRoot: string;
14
+ commonPackagePath: string;
15
+ };
16
+ /**
17
+ * Check if a file exists, otherwise exit
18
+ */
19
+ export declare function checkFileExists(filePath: any): void;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Given a list of modules objects (e.g. {client, core, browser, server, independent}),
3
+ * build a list of GraphQL schemas and documents for codegen.
4
+ *
5
+ * Provide optional cdecodePaths = { repoRoot } if you want to override defaults.
6
+ */
7
+ export declare function computeModules(modules: any, cdecodePaths?: any): {
8
+ schemas: any[];
9
+ documents: any[];
10
+ };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generates the "codegen.ts" file based on discovered modules.
3
+ * We read placeholders (%discoveredSchemas%, %discoveredDocuments%, etc.)
4
+ * from cdecodeConfig.codegen.fullConfig and substitute them with real paths.
5
+ */
6
+ export declare function generateCodegenConfig(allModules: any, codegenOptions?: any, cdecodePaths?: any): void;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Orchestrates the codegen tasks, reading from your cdecodeConfig object.
3
+ * Example usage: runCodegenTasks(cdecodeConfig).
4
+ */
5
+ export declare function runCodegenTasks(cdecodeConfig: any): Promise<void>;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * For each discovered module, if "cdecode.common" is found in
3
+ * the package.json, copy the specified files into the common package.
4
+ *
5
+ * Provide optional cdecodePaths = { repoRoot, commonPackagePath } to override
6
+ * the defaults in commonPaths.mjs.
7
+ */
8
+ export declare function performCopyOperations(modules: any, cdecodePaths?: any): void;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Reads modules from both config files, resolves each package's location,
3
+ * and returns an array of objects: { client, core, browser, server } for local modules,
4
+ * or specialized subpaths for node_module packages, based on the snippet logic.
5
+ */
6
+ export declare function readModules(serverConfigPaths?: any[]): any;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Clears and re-creates the "common" package directory,
3
+ * then copies the template content there.
4
+ *
5
+ * Provide optional cdecodeConfig.projectPaths to override defaults.
6
+ */
7
+ export declare function setupCommonPackage(projectPaths?: any): void;
@@ -0,0 +1,59 @@
1
+ import { DataProxy } from '@apollo/client/cache';
2
+ import { ApolloClient } from '@apollo/client/index.js';
3
+ import { CdmLogger } from '@cdm-logger/core';
4
+ import express from 'express';
5
+ import { IPreferncesTransformed } from '@common-stack/server-core';
6
+ import { IUserContext, IUserProfile, IIAuth0Token, IAuthStrategyEnum } from './generated/generated-models';
7
+ /**
8
+ *
9
+ * Context
10
+ * @export
11
+ * @interface MyContext
12
+ */
13
+ export interface ClientContext {
14
+ /**
15
+ * Only application on the client side
16
+ */
17
+ cache: DataProxy;
18
+ /**
19
+ * Only application on the client side
20
+ */
21
+ getCacheKey: (options: {
22
+ __typename: string;
23
+ id?: string;
24
+ }) => string;
25
+ /**
26
+ * Only applicable on the client side
27
+ */
28
+ apolloClient: ApolloClient<any>;
29
+ client: ApolloClient<any>;
30
+ }
31
+ export interface IDataSources {
32
+ }
33
+ export interface IHttpMiddlewareContext {
34
+ req?: express.Request & {
35
+ authStrategy: IAuthStrategyEnum | string;
36
+ permissions?: any;
37
+ cdecodeuri?: any;
38
+ logger?: CdmLogger.ILogger;
39
+ user?: IIAuth0Token;
40
+ errors?: any;
41
+ profile?: IUserProfile;
42
+ };
43
+ res: express.Response;
44
+ }
45
+ export interface ServerContext extends IHttpMiddlewareContext {
46
+ accessRoleService: any;
47
+ user?: IIAuth0Token;
48
+ userContext?: IUserContext;
49
+ orgname?: string;
50
+ profile?: IUserProfile;
51
+ /** Backend Datasource */
52
+ dataSources: IDataSources;
53
+ orgRole?: string;
54
+ teamName?: string;
55
+ preferences: IPreferncesTransformed[];
56
+ accountService?: any;
57
+ }
58
+ export interface MyContext extends ClientContext, ServerContext {
59
+ }
@@ -0,0 +1,32 @@
1
+ export declare const enum ConfigurationTarget {
2
+ /**
3
+ * Targets the user/application configuraton file for writing.
4
+ */
5
+ USER = 1,
6
+ /**
7
+ * Targets the application configuration file for writing.
8
+ */
9
+ APPLICATION = 2,
10
+ /**
11
+ * Targets the machine configuration file for writing. This only works if a machine is opened.
12
+ */
13
+ MACHINE = 3,
14
+ /**
15
+ * Targets the organization configuration file for writing. This only works if organization is opened.
16
+ */
17
+ ORGANIZATION = 4,
18
+ /**
19
+ * Targets the resource configuration file for writing. This only works if a organization is opened.
20
+ */
21
+ ORGANIZATION_RESOURCE = 5,
22
+ DEFAULT = 6,
23
+ MEMORY = 7,
24
+ /**
25
+ * Resource specific configuration that can be configured
26
+ */
27
+ RESOURCE_OVERRIDABLE = 8,
28
+ /**
29
+ * Machine specific conifugration that can also be configured
30
+ */
31
+ MACHINE_OVERRIDABLE = 9
32
+ }
@@ -0,0 +1 @@
1
+ export declare const DUMMY = "dummy";
@@ -0,0 +1,3 @@
1
+ export * from './generated/generated-models';
2
+ export * from './configuration';
3
+ export * from './apollo-context';
@@ -0,0 +1 @@
1
+ export * from './codegen';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/rollup-vite-utils",
3
- "version": "6.0.8-alpha.21",
3
+ "version": "6.0.8-alpha.24",
4
4
  "description": "Client Module for react app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -30,8 +30,8 @@
30
30
  "watch": "npm run build:lib:watch"
31
31
  },
32
32
  "dependencies": {
33
- "@common-stack/client-react": "6.0.8-alpha.21",
34
- "@common-stack/core": "6.0.8-alpha.21",
33
+ "@common-stack/client-react": "6.0.8-alpha.23",
34
+ "@common-stack/core": "6.0.8-alpha.23",
35
35
  "ajv": "^8.17.1",
36
36
  "dot-prop": "^9.0.0",
37
37
  "glob": "^11.0.0",
@@ -56,7 +56,7 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "e39de8e8c24fda15388b81452c7e85737ba35f07",
59
+ "gitHead": "061364cfcc139726670c327f2d5d19b2199363de",
60
60
  "typescript": {
61
61
  "definition": "lib/index.d.ts"
62
62
  }