@lingo.dev/_compiler 0.8.4 → 0.8.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/build/index.cjs +2 -2
- package/build/index.mjs +2 -2
- package/package.json +2 -2
package/build/index.cjs
CHANGED
|
@@ -27,7 +27,7 @@ var _unplugin = require('unplugin');
|
|
|
27
27
|
// package.json
|
|
28
28
|
var package_default = {
|
|
29
29
|
name: "@lingo.dev/_compiler",
|
|
30
|
-
version: "0.8.
|
|
30
|
+
version: "0.8.5",
|
|
31
31
|
description: "Lingo.dev Compiler",
|
|
32
32
|
private: false,
|
|
33
33
|
publishConfig: {
|
|
@@ -66,7 +66,7 @@ var package_default = {
|
|
|
66
66
|
"@types/lodash": "4.17.21",
|
|
67
67
|
"@types/object-hash": "3.0.6",
|
|
68
68
|
"@types/react": "19.2.7",
|
|
69
|
-
next: "15.2.
|
|
69
|
+
next: "15.2.6",
|
|
70
70
|
tsup: "8.5.1",
|
|
71
71
|
typescript: "5.9.3",
|
|
72
72
|
vitest: "4.0.13"
|
package/build/index.mjs
CHANGED
|
@@ -27,7 +27,7 @@ import { createUnplugin } from "unplugin";
|
|
|
27
27
|
// package.json
|
|
28
28
|
var package_default = {
|
|
29
29
|
name: "@lingo.dev/_compiler",
|
|
30
|
-
version: "0.8.
|
|
30
|
+
version: "0.8.5",
|
|
31
31
|
description: "Lingo.dev Compiler",
|
|
32
32
|
private: false,
|
|
33
33
|
publishConfig: {
|
|
@@ -66,7 +66,7 @@ var package_default = {
|
|
|
66
66
|
"@types/lodash": "4.17.21",
|
|
67
67
|
"@types/object-hash": "3.0.6",
|
|
68
68
|
"@types/react": "19.2.7",
|
|
69
|
-
next: "15.2.
|
|
69
|
+
next: "15.2.6",
|
|
70
70
|
tsup: "8.5.1",
|
|
71
71
|
typescript: "5.9.3",
|
|
72
72
|
vitest: "4.0.13"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingo.dev/_compiler",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"description": "Lingo.dev Compiler",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@types/lodash": "4.17.21",
|
|
32
32
|
"@types/object-hash": "3.0.6",
|
|
33
33
|
"@types/react": "19.2.7",
|
|
34
|
-
"next": "15.2.
|
|
34
|
+
"next": "15.2.6",
|
|
35
35
|
"tsup": "8.5.1",
|
|
36
36
|
"typescript": "5.9.3",
|
|
37
37
|
"vitest": "4.0.13"
|