⬆️ @screeps/engine

This commit is contained in:
Nikolay Kharitonov
2024-01-01 02:05:59 +00:00
parent c711494317
commit 2e67d2feb0
2 changed files with 20 additions and 4 deletions

22
package-lock.json generated
View File

@@ -74,9 +74,9 @@
} }
}, },
"@screeps/engine": { "@screeps/engine": {
"version": "4.2.21", "version": "4.2.22",
"resolved": "https://registry.npmjs.org/@screeps/engine/-/engine-4.2.21.tgz", "resolved": "https://registry.npmjs.org/@screeps/engine/-/engine-4.2.22.tgz",
"integrity": "sha512-PUx9tSWAs7YOpoMmVVWEbJHF6KBbBxASXMnOj5em2uu3aamKxUMKeRgca//Yy94TAwZz5fUotIxUixpY3lIsWg==", "integrity": "sha512-8wGyDOGKW3EshSbrSkFr7TLN2sIieEVP0iLFqsTKDYBPo24cpRPgi6cCgn/zSqBKYz5fN6HUoJB6mq5AhnK0mw==",
"requires": { "requires": {
"@screeps/pathfinding": "^0.4.17", "@screeps/pathfinding": "^0.4.17",
"bulk-require": "^0.2.1", "bulk-require": "^0.2.1",
@@ -451,6 +451,15 @@
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"optional": true "optional": true
}, },
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"optional": true,
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"block-stream": { "block-stream": {
"version": "0.0.9", "version": "0.0.9",
"resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
@@ -1799,6 +1808,12 @@
"flat-cache": "^2.0.1" "flat-cache": "^2.0.1"
} }
}, },
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"optional": true
},
"fill-range": { "fill-range": {
"version": "7.0.1", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -4810,6 +4825,7 @@
"integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"optional": true, "optional": true,
"requires": { "requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1" "nan": "^2.12.1"
} }
}, },

View File

@@ -19,7 +19,7 @@
"@screeps/backend": "3.2.5", "@screeps/backend": "3.2.5",
"@screeps/common": "2.15.5", "@screeps/common": "2.15.5",
"@screeps/driver": "5.2.5", "@screeps/driver": "5.2.5",
"@screeps/engine": "4.2.21", "@screeps/engine": "4.2.22",
"@screeps/launcher": "4.1.1", "@screeps/launcher": "4.1.1",
"@screeps/pathfinding": "0.4.17", "@screeps/pathfinding": "0.4.17",
"@screeps/storage": "5.1.2", "@screeps/storage": "5.1.2",