@lingo.dev/_compiler 0.7.15 → 0.7.17

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 CHANGED
@@ -25,7 +25,7 @@ var _unplugin = require('unplugin');
25
25
  // package.json
26
26
  var package_default = {
27
27
  name: "@lingo.dev/_compiler",
28
- version: "0.7.15",
28
+ version: "0.7.17",
29
29
  description: "Lingo.dev Compiler",
30
30
  private: false,
31
31
  publishConfig: {
package/build/index.mjs CHANGED
@@ -25,7 +25,7 @@ import { createUnplugin } from "unplugin";
25
25
  // package.json
26
26
  var package_default = {
27
27
  name: "@lingo.dev/_compiler",
28
- version: "0.7.15",
28
+ version: "0.7.17",
29
29
  description: "Lingo.dev Compiler",
30
30
  private: false,
31
31
  publishConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/_compiler",
3
- "version": "0.7.15",
3
+ "version": "0.7.17",
4
4
  "description": "Lingo.dev Compiler",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -52,8 +52,8 @@
52
52
  "zod": "^3.25.76",
53
53
  "posthog-node": "^5.5.1",
54
54
  "node-machine-id": "^1.1.12",
55
- "@lingo.dev/_sdk": "0.12.6",
56
- "@lingo.dev/_spec": "0.41.1"
55
+ "@lingo.dev/_spec": "0.43.0",
56
+ "@lingo.dev/_sdk": "0.12.8"
57
57
  },
58
58
  "scripts": {
59
59
  "dev": "tsup --watch",