lingo.dev 0.74.1 → 0.74.3

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/sdk.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkFZW4TOHMcjs = require('./chunk-FZW4TOHM.cjs');
3
+ var _chunkJZIJPDHIcjs = require('./chunk-JZIJPDHI.cjs');
4
4
  require('./chunk-U3YIG2HS.cjs');
5
5
 
6
6
 
7
- exports.ReplexicaEngine = _chunkFZW4TOHMcjs.ReplexicaEngine;
7
+ exports.ReplexicaEngine = _chunkJZIJPDHIcjs.ReplexicaEngine;
8
8
  //# sourceMappingURL=sdk.cjs.map
package/build/sdk.d.cts CHANGED
@@ -1,2 +1,2 @@
1
- export * from '@lingo.dev/~sdk';
2
- import '@lingo.dev/~spec';
1
+ export * from '@lingo.dev/_sdk';
2
+ import '@lingo.dev/_spec';
package/build/sdk.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from '@lingo.dev/~sdk';
2
- import '@lingo.dev/~spec';
1
+ export * from '@lingo.dev/_sdk';
2
+ import '@lingo.dev/_spec';
package/build/sdk.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ReplexicaEngine
3
- } from "./chunk-7XY32L2H.mjs";
3
+ } from "./chunk-XU7ZJKQ2.mjs";
4
4
  import "./chunk-B6KMMXCA.mjs";
5
5
  export {
6
6
  ReplexicaEngine
package/build/spec.d.cts CHANGED
@@ -1 +1 @@
1
- export * from '@lingo.dev/~spec';
1
+ export * from '@lingo.dev/_spec';
package/build/spec.d.ts CHANGED
@@ -1 +1 @@
1
- export * from '@lingo.dev/~spec';
1
+ export * from '@lingo.dev/_spec';
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.74.1",
3
+ "version": "0.74.3",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
6
9
  "type": "module",
7
10
  "sideEffects": false,
8
11
  "exports": {
@@ -80,7 +83,9 @@
80
83
  "xmldom": "^0.6.0",
81
84
  "xpath": "^0.0.34",
82
85
  "yaml": "^2.7.0",
83
- "zod": "^3.24.1"
86
+ "zod": "^3.24.1",
87
+ "@lingo.dev/_sdk": "0.7.13",
88
+ "@lingo.dev/_spec": "0.24.3"
84
89
  },
85
90
  "devDependencies": {
86
91
  "@types/cors": "^2.8.17",
@@ -101,9 +106,7 @@
101
106
  "@types/properties-parser": "^0.3.3",
102
107
  "@types/xml2js": "^0.4.14",
103
108
  "@types/xmldom": "^0.1.34",
104
- "tsup": "^8.3.5",
105
- "@lingo.dev/~sdk": "0.7.12",
106
- "@lingo.dev/~spec": "0.24.2"
109
+ "tsup": "^8.3.5"
107
110
  },
108
111
  "engines": {
109
112
  "node": ">=18"