@topce/native-preview 7.0.0-dev.20250531.1 → 7.0.0-dev.20250802

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/lib/getExePath.js CHANGED
@@ -20,7 +20,7 @@ export default function getExePath() {
20
20
  }
21
21
  else {
22
22
  // We're actually running from an installed package.
23
- const platformPackageName = "@topce/" + expectedPackage;
23
+ const platformPackageName = "@typescript/" + expectedPackage;
24
24
  let packageJson;
25
25
  try {
26
26
  // v20.6.0, v18.19.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topce/native-preview",
3
- "version": "7.0.0-dev.20250531.1",
3
+ "version": "7.0.0-dev.20250802",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Microsoft Corp.",
6
6
  "homepage": "https://www.typescriptlang.org/",
@@ -37,8 +37,8 @@
37
37
  "imports": {
38
38
  "#getExePath": "./lib/getExePath.js"
39
39
  },
40
- "gitHead": "e7a30f5106f7af66974b59bba2d9510c11b7bfb6",
40
+ "gitHead": "644bde28939733580cbef96adaa7253f9faa54ac",
41
41
  "optionalDependencies": {
42
- "@topce/native-preview-win32-x64": "7.0.0-dev.20250531.1"
42
+ "@topce/native-preview-win32-x64": "7.0.0-dev.20250802"
43
43
  }
44
44
  }