@inlang/paraglide-js 1.3.4 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -56318,7 +56318,7 @@ var initCommand = new Command2().name("init").summary("Initializes inlang Paragl
56318
56318
  nodeishFs: nodeFsPromises2,
56319
56319
  path: process.cwd()
56320
56320
  });
56321
- const repo = await openRepository(repoRoot ?? process.cwd(), {
56321
+ const repo = await openRepository(repoRoot ?? "file://" + process.cwd(), {
56322
56322
  nodeishFs: nodeFsPromises2
56323
56323
  });
56324
56324
  const ctx = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inlang/paraglide-js",
3
3
  "type": "module",
4
- "version": "1.3.4",
4
+ "version": "1.3.5",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -61,14 +61,14 @@
61
61
  "rollup": "3.29.1",
62
62
  "typescript": "5.2.2",
63
63
  "vitest": "0.34.3",
64
- "@inlang/cross-sell-sherlock": "0.0.3",
65
- "@inlang/language-tag": "1.5.1",
66
64
  "@inlang/env-variables": "0.2.0",
65
+ "@inlang/cross-sell-sherlock": "0.0.4",
66
+ "@inlang/language-tag": "1.5.1",
67
67
  "@inlang/sdk": "0.28.2",
68
- "@lix-js/client": "1.1.0",
69
68
  "@inlang/telemetry": "0.3.17",
70
69
  "@lix-js/fs": "1.0.0",
71
- "@inlang/plugin-message-format": "2.1.1"
70
+ "@inlang/plugin-message-format": "2.1.1",
71
+ "@lix-js/client": "1.1.0"
72
72
  },
73
73
  "exports": {
74
74
  ".": {