@oriflame/config-typescript 5.1.30 → 5.1.33-alpha.11
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/dts/index.d.ts +19 -19
- package/package.json +5 -5
    
        package/dts/index.d.ts
    CHANGED
    
    | @@ -1,20 +1,20 @@ | |
| 1 | 
            -
            import type { TypeScriptConfig } from '@beemo/driver-typescript';
         | 
| 2 | 
            -
            export interface TypeScriptOptions {
         | 
| 3 | 
            -
                sourceMaps?: boolean;
         | 
| 4 | 
            -
                library?: boolean;
         | 
| 5 | 
            -
                future?: boolean;
         | 
| 6 | 
            -
                react?: boolean;
         | 
| 7 | 
            -
                srcFolder: string;
         | 
| 8 | 
            -
                typesFolder: string;
         | 
| 9 | 
            -
                workspaces?: boolean;
         | 
| 10 | 
            -
                allowJs?: boolean;
         | 
| 11 | 
            -
                includeTests?: boolean;
         | 
| 12 | 
            -
                testsFolder: string;
         | 
| 13 | 
            -
                buildFolder: string;
         | 
| 14 | 
            -
                declarationFolder?: string;
         | 
| 15 | 
            -
                declarationOnly?: boolean;
         | 
| 16 | 
            -
                skipLibCheck?: boolean;
         | 
| 17 | 
            -
            }
         | 
| 18 | 
            -
            export declare function getCompilerOptions({ library, future, react, srcFolder, allowJs, skipLibCheck, sourceMaps, declarationOnly, declarationFolder, buildFolder, includeTests, workspaces, }: Partial<TypeScriptOptions>): import("@beemo/driver-typescript").CompilerOptions;
         | 
| 19 | 
            -
            export declare function getConfig(options: TypeScriptOptions): TypeScriptConfig;
         | 
| 1 | 
            +
            import type { TypeScriptConfig } from '@beemo/driver-typescript';
         | 
| 2 | 
            +
            export interface TypeScriptOptions {
         | 
| 3 | 
            +
                sourceMaps?: boolean;
         | 
| 4 | 
            +
                library?: boolean;
         | 
| 5 | 
            +
                future?: boolean;
         | 
| 6 | 
            +
                react?: boolean;
         | 
| 7 | 
            +
                srcFolder: string;
         | 
| 8 | 
            +
                typesFolder: string;
         | 
| 9 | 
            +
                workspaces?: boolean;
         | 
| 10 | 
            +
                allowJs?: boolean;
         | 
| 11 | 
            +
                includeTests?: boolean;
         | 
| 12 | 
            +
                testsFolder: string;
         | 
| 13 | 
            +
                buildFolder: string;
         | 
| 14 | 
            +
                declarationFolder?: string;
         | 
| 15 | 
            +
                declarationOnly?: boolean;
         | 
| 16 | 
            +
                skipLibCheck?: boolean;
         | 
| 17 | 
            +
            }
         | 
| 18 | 
            +
            export declare function getCompilerOptions({ library, future, react, srcFolder, allowJs, skipLibCheck, sourceMaps, declarationOnly, declarationFolder, buildFolder, includeTests, workspaces, }: Partial<TypeScriptOptions>): import("@beemo/driver-typescript").CompilerOptions;
         | 
| 19 | 
            +
            export declare function getConfig(options: TypeScriptOptions): TypeScriptConfig;
         | 
| 20 20 | 
             
            //# sourceMappingURL=index.d.ts.map
         | 
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@oriflame/config-typescript",
         | 
| 3 | 
            -
              "version": "5.1. | 
| 3 | 
            +
              "version": "5.1.33-alpha.11+0ec98c7d",
         | 
| 4 4 | 
             
              "description": "Reusable typescript config.",
         | 
| 5 5 | 
             
              "keywords": [
         | 
| 6 6 | 
             
                "lumos",
         | 
| @@ -28,13 +28,13 @@ | |
| 28 28 | 
             
                "src/**/*.{ts,tsx,json}"
         | 
| 29 29 | 
             
              ],
         | 
| 30 30 | 
             
              "dependencies": {
         | 
| 31 | 
            -
                "@oriflame/lumos-common": "^5.1. | 
| 32 | 
            -
                "tsconfig-oriflame": "^5.1. | 
| 31 | 
            +
                "@oriflame/lumos-common": "^5.1.33-alpha.11+0ec98c7d",
         | 
| 32 | 
            +
                "tsconfig-oriflame": "^5.1.33-alpha.11+0ec98c7d"
         | 
| 33 33 | 
             
              },
         | 
| 34 34 | 
             
              "devDependencies": {
         | 
| 35 35 | 
             
                "@beemo/core": "^2.1.3",
         | 
| 36 36 | 
             
                "@beemo/driver-typescript": "^2.1.1",
         | 
| 37 | 
            -
                "typescript": "^4.5. | 
| 37 | 
            +
                "typescript": "^4.5.5"
         | 
| 38 38 | 
             
              },
         | 
| 39 39 | 
             
              "peerDependencies": {
         | 
| 40 40 | 
             
                "@beemo/core": "^2.1.2",
         | 
| @@ -45,5 +45,5 @@ | |
| 45 45 | 
             
                "format": "lib",
         | 
| 46 46 | 
             
                "platform": "node"
         | 
| 47 47 | 
             
              },
         | 
| 48 | 
            -
              "gitHead": " | 
| 48 | 
            +
              "gitHead": "0ec98c7d2b288ce06ddc0a7682a80bf9b407d590"
         | 
| 49 49 | 
             
            }
         |