@mochabug/adaptkit 1.0.0-rc.15 → 1.0.0-rc.16
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/bin/index.js +3 -2
- package/bin/index.js.map +2 -2
- package/bin/publish.d.ts.map +1 -1
- package/package.json +2 -2
package/bin/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
// <define:__PACKAGE_JSON__>
|
|
4
|
-
var define_PACKAGE_JSON_default = { name: "@mochabug/adaptkit", version: "1.0.0-rc.
|
|
4
|
+
var define_PACKAGE_JSON_default = { name: "@mochabug/adaptkit", version: "1.0.0-rc.16" };
|
|
5
5
|
|
|
6
6
|
// node_modules/@bufbuild/protobuf/dist/esm/is-message.js
|
|
7
7
|
function isMessage(arg, schema) {
|
|
@@ -5413,7 +5413,8 @@ async function sendPlugin(opts) {
|
|
|
5413
5413
|
assetsPrefix: opts.assetsFolder,
|
|
5414
5414
|
manifest: opts.manifest,
|
|
5415
5415
|
executorPath: opts.executorPath,
|
|
5416
|
-
configuratorPath: opts.configuratorPath
|
|
5416
|
+
configuratorPath: opts.configuratorPath,
|
|
5417
|
+
copySystemSettings: true
|
|
5417
5418
|
})
|
|
5418
5419
|
}
|
|
5419
5420
|
});
|