generaltranslation 7.6.4-alpha.2 → 7.6.5
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/CHANGELOG.md +12 -0
 - package/dist/id.cjs.min.cjs.map +1 -1
 - package/dist/id.esm.min.mjs.map +1 -1
 - package/dist/index.cjs.min.cjs +3 -3
 - package/dist/index.cjs.min.cjs.map +1 -1
 - package/dist/index.esm.min.mjs +3 -3
 - package/dist/index.esm.min.mjs.map +1 -1
 - package/dist/internal.cjs.min.cjs +1 -1
 - package/dist/internal.cjs.min.cjs.map +1 -1
 - package/dist/internal.d.ts +4 -1
 - package/dist/internal.esm.min.mjs +1 -1
 - package/dist/internal.esm.min.mjs.map +1 -1
 - package/dist/settings/settingsUrls.d.ts +0 -6
 - package/package.json +2 -2
 - package/dist/deprecated/batch/translateBatch.d.ts +0 -1
 - package/dist/deprecated/icu/translate.d.ts +0 -1
 - package/dist/deprecated/jsx/translateJsx.d.ts +0 -1
 - package/dist/deprecated/translate/translate.d.ts +0 -1
 
| 
         @@ -1,9 +1,3 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            export declare const defaultCacheUrl: "https://cdn.gtx.dev";
         
     | 
| 
       2 
2 
     | 
    
         
             
            export declare const defaultBaseUrl: "https://api2.gtx.dev";
         
     | 
| 
       3 
3 
     | 
    
         
             
            export declare const defaultRuntimeApiUrl: "https://runtime2.gtx.dev";
         
     | 
| 
       4 
     | 
    
         
            -
            export declare const translateBatchUrl: "/v1/translate/batch";
         
     | 
| 
       5 
     | 
    
         
            -
            export declare const translateJsxUrl: "/v1/translate/react";
         
     | 
| 
       6 
     | 
    
         
            -
            export declare const translateContentUrl: "/v1/translate/content";
         
     | 
| 
       7 
     | 
    
         
            -
            export declare const translateIcuUrl: "/v1/translate/icu";
         
     | 
| 
       8 
     | 
    
         
            -
            export declare const updateProjectTranslationsUrl: "/v1/project/translations/update";
         
     | 
| 
       9 
     | 
    
         
            -
            export declare const getProjectLocalesUrl: "/v1/project/locales";
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "generaltranslation",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "7.6. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "7.6.5",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "A language toolkit for AI developers",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "main": "dist/index.cjs.min.cjs",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "module": "dist/index.esm.min.mjs",
         
     | 
| 
         @@ -100,7 +100,7 @@ 
     | 
|
| 
       100 
100 
     | 
    
         
             
              },
         
     | 
| 
       101 
101 
     | 
    
         
             
              "scripts": {
         
     | 
| 
       102 
102 
     | 
    
         
             
                "build:release": "pnpm run build:clean",
         
     | 
| 
       103 
     | 
    
         
            -
                "build:clean": " 
     | 
| 
      
 103 
     | 
    
         
            +
                "build:clean": "sh ../../scripts/clean.sh && pnpm run build",
         
     | 
| 
       104 
104 
     | 
    
         
             
                "build": "rollup -c",
         
     | 
| 
       105 
105 
     | 
    
         
             
                "lint": "eslint \"src/**/*.{js,ts}\" \"./**/__tests__/**/*.{js,ts}\"",
         
     | 
| 
       106 
106 
     | 
    
         
             
                "lint:fix": "eslint \"src/**/*.{js,ts}\" \"./**/__tests__/**/*.{js,ts}\" --fix",
         
     | 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            export {};
         
     | 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            export {};
         
     | 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            export {};
         
     | 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            export {};
         
     |