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,2 +1,2 @@
|
|
|
1
|
-
export default class
|
|
1
|
+
export default class LockedError extends Error {
|
|
2
2
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
|
|
3
3
|
"name": "node-pluginsmanager-plugin",
|
|
4
|
-
"version": "6.3.
|
|
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.
|
|
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.
|
|
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.
|
|
59
|
+
"express": "4.19.2",
|
|
60
60
|
"husky": "9.0.11",
|
|
61
|
-
"mocha": "10.
|
|
61
|
+
"mocha": "10.4.0",
|
|
62
62
|
"nyc": "15.1.0",
|
|
63
63
|
"openapi-types": "12.1.3",
|
|
64
|
-
"rimraf": "5.0.
|
|
65
|
-
"socket.io": "4.7.
|
|
66
|
-
"socket.io-client": "4.7.
|
|
67
|
-
"typescript": "5.
|
|
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.
|
|
69
|
+
"ws": "8.17.0"
|
|
70
70
|
},
|
|
71
71
|
"optionalDependencies": {},
|
|
72
72
|
|