@zntc/core 0.1.3 → 0.1.4
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/dist/index.cjs +1 -1
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -1448,7 +1448,7 @@ async function buildMultiFormat(options) {
|
|
|
1448
1448
|
}
|
|
1449
1449
|
function buildAppSync(options={}) {
|
|
1450
1450
|
const n = ensureNative(),{ publicDir:publicDir, compiler:compiler, plugins:_plugins, ...rest } = options;
|
|
1451
|
-
;
|
|
1451
|
+
void _plugins;
|
|
1452
1452
|
const dispatcher = resolveDispatcher(options, "sync"),napiOptions = { ...rest, define: withDefaultAppBuildDefines(options), ...publicDir === false ? { disablePublicDir: true } : publicDir !== undefined ? { publicDir } : {}, ...buildCompilerNapiFields(compiler) };
|
|
1453
1453
|
if (dispatcher)napiOptions._pluginDispatcherSync = dispatcher;
|
|
1454
1454
|
const result = wrapOutputFiles(n.buildAppSync(napiOptions));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zntc/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "ZNTC native transpiler & compiler binding",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bundler",
|
|
@@ -76,15 +76,15 @@
|
|
|
76
76
|
"@zntc/test-helpers": "0.0.0"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
|
-
"@zntc/core-darwin-arm64": "0.1.
|
|
80
|
-
"@zntc/core-darwin-x64": "0.1.
|
|
81
|
-
"@zntc/core-linux-arm64-gnu": "0.1.
|
|
82
|
-
"@zntc/core-linux-arm64-musl": "0.1.
|
|
83
|
-
"@zntc/core-linux-x64-gnu": "0.1.
|
|
84
|
-
"@zntc/core-linux-x64-musl": "0.1.
|
|
85
|
-
"@zntc/core-win32-arm64-msvc": "0.1.
|
|
86
|
-
"@zntc/core-win32-ia32-msvc": "0.1.
|
|
87
|
-
"@zntc/core-win32-x64-msvc": "0.1.
|
|
79
|
+
"@zntc/core-darwin-arm64": "0.1.4",
|
|
80
|
+
"@zntc/core-darwin-x64": "0.1.4",
|
|
81
|
+
"@zntc/core-linux-arm64-gnu": "0.1.4",
|
|
82
|
+
"@zntc/core-linux-arm64-musl": "0.1.4",
|
|
83
|
+
"@zntc/core-linux-x64-gnu": "0.1.4",
|
|
84
|
+
"@zntc/core-linux-x64-musl": "0.1.4",
|
|
85
|
+
"@zntc/core-win32-arm64-msvc": "0.1.4",
|
|
86
|
+
"@zntc/core-win32-ia32-msvc": "0.1.4",
|
|
87
|
+
"@zntc/core-win32-x64-msvc": "0.1.4",
|
|
88
88
|
"browserslist": "^4.24.0",
|
|
89
89
|
"core-js": "^3.49.0",
|
|
90
90
|
"core-js-compat": "^3.49.0",
|