@mochabug/adaptkit 0.12.10 → 0.12.12

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 +3 -3
package/bin/index.js CHANGED
@@ -2074,7 +2074,7 @@ function handleVersion(bump, cmd) {
2074
2074
  }
2075
2075
  async function main() {
2076
2076
  const notifier = updateNotifier({
2077
- pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.10"}')
2077
+ pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.12"}')
2078
2078
  });
2079
2079
  notifier.notify({ isGlobal: true, defer: false });
2080
2080
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.12.10",
3
+ "version": "0.12.12",
4
4
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",
@@ -49,11 +49,11 @@
49
49
  "@types/express": "^5.0.0",
50
50
  "@types/figlet": "^1.5.8",
51
51
  "@types/jest": "^29.5.13",
52
- "@types/node": "^22.7.3",
52
+ "@types/node": "^22.7.4",
53
53
  "@types/semver": "^7.5.8",
54
54
  "@types/update-notifier": "^6.0.8",
55
55
  "jest": "^29.7.0",
56
- "rollup": "^4.22.5",
56
+ "rollup": "^4.24.0",
57
57
  "rollup-plugin-string": "^3.0.0",
58
58
  "ts-jest": "^29.2.5",
59
59
  "ts-node": "^10.9.2",