tera-system-ui 0.0.17 → 0.0.18
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.
|
@@ -31,7 +31,7 @@ export const text_unit_converter = () => `Einheitenrechner`
|
|
|
31
31
|
* @returns {string}
|
|
32
32
|
*/
|
|
33
33
|
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
-
export const text_calces_scientific_calculator = () => `
|
|
34
|
+
export const text_calces_scientific_calculator = () => `Wissenschaftlicher Rechner`
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
/**
|
|
@@ -31,7 +31,7 @@ export const text_unit_converter = () => `Convertisseur d'Unités`
|
|
|
31
31
|
* @returns {string}
|
|
32
32
|
*/
|
|
33
33
|
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
-
export const text_calces_scientific_calculator = () => `Calculatrice Scientifique
|
|
34
|
+
export const text_calces_scientific_calculator = () => `Calculatrice Scientifique`
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
/**
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tera-system-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite dev",
|
|
6
6
|
"build": "vite build && npm run package",
|
|
7
7
|
"preview": "vite preview",
|
|
8
8
|
"package": "svelte-kit sync && svelte-package && publint",
|
|
9
9
|
"customPrepublish": "node ./scripts/prepublish.js",
|
|
10
|
-
"prepublishOnly": "npm run customPrepublish && npm run package",
|
|
10
|
+
"prepublishOnly": "npm run lang-compile && npm run customPrepublish && npm run package",
|
|
11
11
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
12
12
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
13
13
|
"storybook": "storybook dev -p 6006",
|