@inlang/paraglide-js 1.2.6 → 1.2.7
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/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -20811,7 +20811,7 @@ var ExternalProjectSettings = import_typebox4.Type.Record(
|
|
|
20811
20811
|
// intersection between `InternalSettings`, which contains an array,
|
|
20812
20812
|
// and `ExternalSettings` which are objects possible
|
|
20813
20813
|
JSON2,
|
|
20814
|
-
{
|
|
20814
|
+
{ description: "Settings defined by apps, plugins, etc." }
|
|
20815
20815
|
);
|
|
20816
20816
|
var ProjectSettings = import_typebox4.Type.Intersect([InternalProjectSettings, ExternalProjectSettings]);
|
|
20817
20817
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inlang/paraglide-js",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.7",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"typescript": "5.2.2",
|
|
65
65
|
"vitest": "0.34.3",
|
|
66
66
|
"@inlang/env-variables": "0.2.0",
|
|
67
|
-
"@inlang/sdk": "0.26.
|
|
67
|
+
"@inlang/sdk": "0.26.5",
|
|
68
|
+
"@inlang/telemetry": "0.3.13",
|
|
68
69
|
"@inlang/language-tag": "1.5.1",
|
|
69
|
-
"@inlang/telemetry": "0.3.12",
|
|
70
70
|
"@lix-js/client": "0.8.0",
|
|
71
71
|
"@lix-js/fs": "0.6.0",
|
|
72
|
-
"@inlang/plugin-message-format": "2.
|
|
72
|
+
"@inlang/plugin-message-format": "2.1.0"
|
|
73
73
|
},
|
|
74
74
|
"exports": {
|
|
75
75
|
".": {
|