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.
@@ -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.4-alpha.2",
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": "rm -rf dist && rm tsconfig.tsbuildinfo && pnpm run build",
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 {};