@wocker/mongodb-plugin 1.0.5 → 1.0.6

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wocker/mongodb-plugin",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "author": "Kris Papercut <krispcut@gmail.com>",
5
5
  "description": "Mongodb plugin for wocker",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/kearisp/wocker-mongodb-plugin/issues"
21
21
  },
22
22
  "scripts": {
23
- "prepare": "npm run build",
23
+ "prepublishOnly": "npm run build",
24
24
  "watch": "tsc -w",
25
25
  "build": "tsc",
26
26
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -31,7 +31,7 @@
31
31
  "cli-table3": "^0.6.5"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/node": "^22.13.4",
35
- "typescript": "^5.7.3"
34
+ "@types/node": "^22.14.1",
35
+ "typescript": "^5.8.3"
36
36
  }
37
37
  }