@mochabug/adaptkit 0.12.18 → 0.12.19

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 +5 -5
package/bin/index.js CHANGED
@@ -2109,7 +2109,7 @@ function handleVersion(bump, cmd) {
2109
2109
  }
2110
2110
  async function main() {
2111
2111
  const notifier = updateNotifier({
2112
- pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.18"}')
2112
+ pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.19"}')
2113
2113
  });
2114
2114
  notifier.notify({ isGlobal: true, defer: false });
2115
2115
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.12.18",
3
+ "version": "0.12.19",
4
4
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",
@@ -39,17 +39,17 @@
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
41
  "@jest/globals": "^29.7.0",
42
- "@rollup/plugin-commonjs": "^28.0.0",
42
+ "@rollup/plugin-commonjs": "^28.0.1",
43
43
  "@rollup/plugin-json": "^6.1.0",
44
44
  "@rollup/plugin-node-resolve": "^15.3.0",
45
45
  "@rollup/plugin-replace": "^6.0.1",
46
46
  "@rollup/plugin-terser": "^0.4.4",
47
- "@rollup/plugin-typescript": "^12.1.0",
47
+ "@rollup/plugin-typescript": "^12.1.1",
48
48
  "@types/archiver": "^6.0.2",
49
49
  "@types/express": "^5.0.0",
50
50
  "@types/figlet": "^1.7.0",
51
51
  "@types/jest": "^29.5.13",
52
- "@types/node": "^22.7.5",
52
+ "@types/node": "^22.7.6",
53
53
  "@types/semver": "^7.5.8",
54
54
  "@types/update-notifier": "^6.0.8",
55
55
  "jest": "^29.7.0",
@@ -57,7 +57,7 @@
57
57
  "rollup-plugin-string": "^3.0.0",
58
58
  "ts-jest": "^29.2.5",
59
59
  "ts-node": "^10.9.2",
60
- "tslib": "^2.7.0",
60
+ "tslib": "^2.8.0",
61
61
  "typescript": "^5.6.3"
62
62
  },
63
63
  "dependencies": {