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 +1 -1
- package/main.cjs +1 -1
- package/package.json +1 -1
- package/runtime-metadata.json +5 -5
package/README.md
CHANGED
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
package/runtime-metadata.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "meshy-node",
|
|
3
|
-
"packageVersion": "0.
|
|
3
|
+
"packageVersion": "0.3.1",
|
|
4
4
|
"packages": {
|
|
5
5
|
"workspace": {
|
|
6
6
|
"name": "meshy",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.3.1"
|
|
8
8
|
},
|
|
9
9
|
"node": {
|
|
10
10
|
"name": "meshy-node",
|
|
11
|
-
"version": "0.
|
|
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/
|
|
27
|
+
"url": "https://github.com/ai-microsoft/meshy",
|
|
28
28
|
"branch": "NodeIsolation",
|
|
29
|
-
"commit": "
|
|
29
|
+
"commit": "0ed4bc4"
|
|
30
30
|
}
|
|
31
31
|
}
|