node-pluginsmanager-plugin 6.3.2 → 6.3.3

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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023, Sébastien Vidal
1
+ Copyright (c) 2024, Sébastien Vidal
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any
4
4
  purpose with or without fee is hereby granted, provided that the above
@@ -1,2 +1,2 @@
1
- export default class BusyError extends Error {
1
+ export default class LockedError extends Error {
2
2
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // module
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- class BusyError extends Error {
4
+ class LockedError extends Error {
5
5
  }
6
- exports.default = BusyError;
6
+ exports.default = LockedError;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
 
3
3
  "name": "node-pluginsmanager-plugin",
4
- "version": "6.3.2",
4
+ "version": "6.3.3",
5
5
  "description": "An abstract parent plugin for node-pluginsmanager",
6
6
 
7
7
  "type": "commonjs",
@@ -49,24 +49,24 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/express": "4.17.21",
52
- "@types/node": "20.11.24",
52
+ "@types/node": "20.12.12",
53
53
  "@types/socket.io": "3.0.2",
54
54
  "@types/uniqid": "5.3.4",
55
55
  "@types/ws": "8.5.10",
56
- "check-version-modules": "2.1.1",
56
+ "check-version-modules": "2.1.2",
57
57
  "colors": "1.4.0",
58
58
  "eslint-plugin-personnallinter": "git+ssh://git@github.com/Psychopoulet/eslint-plugin-personnallinter",
59
- "express": "4.18.3",
59
+ "express": "4.19.2",
60
60
  "husky": "9.0.11",
61
- "mocha": "10.3.0",
61
+ "mocha": "10.4.0",
62
62
  "nyc": "15.1.0",
63
63
  "openapi-types": "12.1.3",
64
- "rimraf": "5.0.5",
65
- "socket.io": "4.7.4",
66
- "socket.io-client": "4.7.4",
67
- "typescript": "5.3.3",
64
+ "rimraf": "5.0.7",
65
+ "socket.io": "4.7.5",
66
+ "socket.io-client": "4.7.5",
67
+ "typescript": "5.4.5",
68
68
  "used-deps-analyzer": "0.1.8",
69
- "ws": "8.16.0"
69
+ "ws": "8.17.0"
70
70
  },
71
71
  "optionalDependencies": {},
72
72