@mochabug/adaptkit 0.13.5 → 0.13.7
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/configurator.ts +1 -1
- package/assets/executor_browser.ts +1 -1
- package/bin/index.js +1 -3
- package/bin/init.d.ts.map +1 -1
- package/package.json +2 -2
package/assets/configurator.ts
CHANGED
package/bin/index.js
CHANGED
|
@@ -1427,7 +1427,6 @@ async function init(dir) {
|
|
|
1427
1427
|
writeFile(path.join(cwd, 'rollup.config.js'), readAsset('rollup.config.ts'));
|
|
1428
1428
|
const vertex = addVertex(cwd, vertexName, vertexType, hasConfigurator, []);
|
|
1429
1429
|
console.log(chalk.magenta('Creating manifest...'));
|
|
1430
|
-
mkdirp.sync(path.join(cwd, 'assets'));
|
|
1431
1430
|
const manifest = {
|
|
1432
1431
|
name: name,
|
|
1433
1432
|
organization: '00000000-0000-0000-0000-000000000000',
|
|
@@ -1439,7 +1438,6 @@ async function init(dir) {
|
|
|
1439
1438
|
homepage: `https://www.foobar.com`,
|
|
1440
1439
|
repository: `https://github.com`,
|
|
1441
1440
|
vertices: [vertex],
|
|
1442
|
-
assets: 'assets',
|
|
1443
1441
|
executors: 'dist/executors.js',
|
|
1444
1442
|
pluginVariables: [],
|
|
1445
1443
|
pluginOauth2: [],
|
|
@@ -2107,7 +2105,7 @@ function handleVersion(bump, cmd) {
|
|
|
2107
2105
|
}
|
|
2108
2106
|
async function main() {
|
|
2109
2107
|
const notifier = updateNotifier({
|
|
2110
|
-
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.13.
|
|
2108
|
+
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.13.7"}')
|
|
2111
2109
|
});
|
|
2112
2110
|
notifier.notify({ isGlobal: true, defer: false });
|
|
2113
2111
|
program
|
package/bin/init.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../src/init.ts"],"names":[],"mappings":"AAwBA,wBAAsB,IAAI,CAAC,GAAG,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../src/init.ts"],"names":[],"mappings":"AAwBA,wBAAsB,IAAI,CAAC,GAAG,EAAE,MAAM,iBAmIrC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mochabug/adaptkit",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.7",
|
|
4
4
|
"description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/semver": "^7.5.8",
|
|
54
54
|
"@types/update-notifier": "^6.0.8",
|
|
55
55
|
"jest": "^29.7.0",
|
|
56
|
-
"rollup": "^4.
|
|
56
|
+
"rollup": "^4.26.0",
|
|
57
57
|
"rollup-plugin-string": "^3.0.0",
|
|
58
58
|
"ts-jest": "^29.2.5",
|
|
59
59
|
"ts-node": "^10.9.2",
|