@mochabug/adaptkit 1.0.0-rc.40 → 1.0.0-rc.41
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/assets/build.js +1 -1
- package/bin/index.js +2 -2
- package/bin/index.js.map +1 -1
- package/package.json +7 -4
package/assets/build.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { build } from '@mochabug/adapt-
|
|
1
|
+
import { build } from '@mochabug/adapt-builder';
|
|
2
2
|
build({ cdnBase: process.env.PLUGINS_CDN });
|
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.41" };
|
|
5
5
|
|
|
6
6
|
// node_modules/@bufbuild/protobuf/dist/esm/is-message.js
|
|
7
7
|
function isMessage(arg, schema) {
|
|
@@ -5100,7 +5100,7 @@ async function init(dir) {
|
|
|
5100
5100
|
const installSpinner = ora2("Setting up npm packages...").start();
|
|
5101
5101
|
try {
|
|
5102
5102
|
await execPromise2(
|
|
5103
|
-
"npm install --save-dev @mochabug/adapt-
|
|
5103
|
+
"npm install --save-dev @mochabug/adapt-builder typescript @types/node",
|
|
5104
5104
|
{
|
|
5105
5105
|
cwd
|
|
5106
5106
|
}
|