@nubjs/loader 0.8.2 → 0.8.3-canary.20260903.446
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nubjs/loader",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3-canary.20260903.446",
|
|
4
4
|
"description": "Standalone TypeScript loader for Node.js from the Nub project — TypeScript, JSX, tsconfig paths, and data-format imports through a native transform, registered the way tsx and ts-node are",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/nubjs/nub",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"@oxc-project/runtime": "0.140.0"
|
|
50
50
|
},
|
|
51
51
|
"optionalDependencies": {
|
|
52
|
-
"@nubjs/loader-darwin-arm64": "0.8.
|
|
53
|
-
"@nubjs/loader-darwin-x64": "0.8.
|
|
54
|
-
"@nubjs/loader-linux-x64": "0.8.
|
|
55
|
-
"@nubjs/loader-linux-x64-musl": "0.8.
|
|
56
|
-
"@nubjs/loader-linux-arm64": "0.8.
|
|
57
|
-
"@nubjs/loader-linux-arm64-musl": "0.8.
|
|
58
|
-
"@nubjs/loader-win32-x64": "0.8.
|
|
59
|
-
"@nubjs/loader-win32-arm64": "0.8.
|
|
52
|
+
"@nubjs/loader-darwin-arm64": "0.8.3-canary.20260903.446",
|
|
53
|
+
"@nubjs/loader-darwin-x64": "0.8.3-canary.20260903.446",
|
|
54
|
+
"@nubjs/loader-linux-x64": "0.8.3-canary.20260903.446",
|
|
55
|
+
"@nubjs/loader-linux-x64-musl": "0.8.3-canary.20260903.446",
|
|
56
|
+
"@nubjs/loader-linux-arm64": "0.8.3-canary.20260903.446",
|
|
57
|
+
"@nubjs/loader-linux-arm64-musl": "0.8.3-canary.20260903.446",
|
|
58
|
+
"@nubjs/loader-win32-x64": "0.8.3-canary.20260903.446",
|
|
59
|
+
"@nubjs/loader-win32-arm64": "0.8.3-canary.20260903.446"
|
|
60
60
|
}
|
|
61
61
|
}
|