@mochabug/adaptkit 0.12.4 → 0.12.5

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.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +2 -4
package/bin/index.js CHANGED
@@ -2018,7 +2018,7 @@ function handleVersion(bump, cmd) {
2018
2018
  }
2019
2019
  async function main() {
2020
2020
  const notifier = updateNotifier({
2021
- pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.4"}')
2021
+ pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.5"}')
2022
2022
  });
2023
2023
  notifier.notify({ isGlobal: true, defer: false });
2024
2024
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",
@@ -39,8 +39,6 @@
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
41
  "@jest/globals": "^29.7.0",
42
- "@mochabug/adapt-plugin-toolkit": "^0.12.0-alpha.6",
43
- "@mochabug/adapt-plugin-typings": "^0.2.0-alpha.2",
44
42
  "@rollup/plugin-commonjs": "^28.0.0",
45
43
  "@rollup/plugin-json": "^6.1.0",
46
44
  "@rollup/plugin-node-resolve": "^15.3.0",
@@ -51,7 +49,7 @@
51
49
  "@types/express": "^4.17.21",
52
50
  "@types/figlet": "^1.5.8",
53
51
  "@types/jest": "^29.5.13",
54
- "@types/node": "^22.6.1",
52
+ "@types/node": "^22.7.0",
55
53
  "@types/semver": "^7.5.8",
56
54
  "@types/update-notifier": "^6.0.8",
57
55
  "jest": "^29.7.0",