meshy-node 0.2.7 → 0.3.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # meshy-node
2
2
 
3
- Version: 0.2.7
3
+ Version: 0.3.1
4
4
 
5
5
  This package contains the built Meshy standalone node runtime only.
6
6
  It intentionally excludes repository source files and TypeScript sources.
package/main.cjs CHANGED
@@ -48116,7 +48116,7 @@ function buildRuntimeMetadata(storagePath) {
48116
48116
  api: toPackageInfo(path20.join(repoRoot, "packages/api/package.json"))
48117
48117
  },
48118
48118
  repository: {
48119
- url: normalizeRepositoryUrl(readGitValue(["config", "--get", "remote.origin.url"])) ?? readRepositoryUrlFromManifest(workspaceManifest),
48119
+ url: normalizeRepositoryUrl(readGitValue(["config", "--get", "remote.upstream.url"])) ?? normalizeRepositoryUrl(readGitValue(["config", "--get", "remote.origin.url"])) ?? readRepositoryUrlFromManifest(workspaceManifest),
48120
48120
  branch: readGitValue(["rev-parse", "--abbrev-ref", "HEAD"]),
48121
48121
  commit: readGitValue(["rev-parse", "--short", "HEAD"])
48122
48122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meshy-node",
3
- "version": "0.2.7",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "description": "Standalone Meshy node package with bundled runtime and dashboard assets.",
6
6
  "type": "commonjs",
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "packageName": "meshy-node",
3
- "packageVersion": "0.2.7",
3
+ "packageVersion": "0.3.1",
4
4
  "packages": {
5
5
  "workspace": {
6
6
  "name": "meshy",
7
- "version": "0.2.7"
7
+ "version": "0.3.1"
8
8
  },
9
9
  "node": {
10
10
  "name": "meshy-node",
11
- "version": "0.2.7"
11
+ "version": "0.3.1"
12
12
  },
13
13
  "core": {
14
14
  "name": "@meshy/core",
@@ -24,8 +24,8 @@
24
24
  }
25
25
  },
26
26
  "repository": {
27
- "url": "https://github.com/penwa_microsoft/meshy",
27
+ "url": "https://github.com/ai-microsoft/meshy",
28
28
  "branch": "NodeIsolation",
29
- "commit": "bd95c65"
29
+ "commit": "0ed4bc4"
30
30
  }
31
31
  }