@harperfast/harper-pro 5.0.0-beta.2 → 5.0.0-beta.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/core/integrationTests/README.md +6 -6
- package/core/integrationTests/deploy/deploy-from-github.test.ts +2 -2
- package/core/integrationTests/deploy/deploy-from-source.test.ts +2 -2
- package/core/integrationTests/server/crash-replay.test.ts +3 -3
- package/core/integrationTests/server/operation-user-rbac.test.ts +2 -2
- package/core/integrationTests/server/operations-server.test.ts +4 -2
- package/core/integrationTests/server/storage-reclamation.test.ts +2 -2
- package/core/integrationTests/server/thread-management.test.ts +2 -2
- package/core/integrationTests/utils/README.md +84 -32
- package/core/integrationTests/utils/harperLifecycle.ts +10 -18
- package/core/package.json +13 -13
- package/core/server/threads/manageThreads.js +3 -1
- package/dist/cloneNode/cloneNode.js +3 -7
- package/dist/cloneNode/cloneNode.js.map +1 -1
- package/dist/core/server/threads/manageThreads.js +3 -1
- package/dist/core/server/threads/manageThreads.js.map +1 -1
- package/npm-shrinkwrap.json +1109 -982
- package/package.json +13 -13
- package/studio/web/assets/{index-CzghSAn2.js → index-C1G-Jo6n.js} +2 -2
- package/studio/web/assets/{index-CzghSAn2.js.map → index-C1G-Jo6n.js.map} +1 -1
- package/studio/web/assets/{index-CWN9Wp5V.js → index-D-CahN0-.js} +2 -2
- package/studio/web/assets/{index-CWN9Wp5V.js.map → index-D-CahN0-.js.map} +1 -1
- package/studio/web/assets/{index-DMDhGP7N.js → index-DxlZI0PX.js} +5 -5
- package/studio/web/assets/{index-DMDhGP7N.js.map → index-DxlZI0PX.js.map} +1 -1
- package/studio/web/assets/{index.lazy-C-yDTGUy.js → index.lazy-BUXDDqq9.js} +2 -2
- package/studio/web/assets/{index.lazy-C-yDTGUy.js.map → index.lazy-BUXDDqq9.js.map} +1 -1
- package/studio/web/assets/{profiler-0fZAOscv.js → profiler-CU93QiSW.js} +2 -2
- package/studio/web/assets/{profiler-0fZAOscv.js.map → profiler-CU93QiSW.js.map} +1 -1
- package/studio/web/assets/{react-redux-BIxqK8O6.js → react-redux-B8k9Ep7e.js} +2 -2
- package/studio/web/assets/{react-redux-BIxqK8O6.js.map → react-redux-B8k9Ep7e.js.map} +1 -1
- package/studio/web/assets/{startRecording-Ca3Gf2MY.js → startRecording-DFeBXGk6.js} +2 -2
- package/studio/web/assets/{startRecording-Ca3Gf2MY.js.map → startRecording-DFeBXGk6.js.map} +1 -1
- package/studio/web/index.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harperfast/harper-pro",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.3",
|
|
4
4
|
"description": "Harper is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"database",
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
"cluster:hostname:latest": "pushd utility/dev && docker compose -f docker-compose.hostname.yml --project-directory ../.. pull && docker compose -f docker-compose.hostname.yml --project-directory ../.. up; popd"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@aws-sdk/client-s3": "3.
|
|
74
|
+
"@aws-sdk/client-s3": "^3.1012.0",
|
|
75
75
|
"@aws-sdk/lib-storage": "3.964.0",
|
|
76
76
|
"@datadog/pprof": "^5.11.1",
|
|
77
77
|
"@endo/static-module-record": "^1.1.2",
|
|
78
|
-
"@fastify/autoload": "
|
|
79
|
-
"@fastify/compress": "
|
|
80
|
-
"@fastify/cors": "
|
|
81
|
-
"@fastify/static": "
|
|
78
|
+
"@fastify/autoload": "^6.3.1",
|
|
79
|
+
"@fastify/compress": "^8.3.1",
|
|
80
|
+
"@fastify/cors": "^11.2.0",
|
|
81
|
+
"@fastify/static": "^9.0.0",
|
|
82
82
|
"@harperfast/extended-iterable": "^1.0.1",
|
|
83
83
|
"@harperfast/rocksdb-js": "^0.1.12",
|
|
84
84
|
"@turf/area": "6.5.0",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"dotenv": "^16.4.7",
|
|
103
103
|
"easy-ocsp": "1.2.2",
|
|
104
104
|
"fast-glob": "3.3.3",
|
|
105
|
-
"fastify": "
|
|
106
|
-
"fastify-plugin": "
|
|
105
|
+
"fastify": "^5.8.2",
|
|
106
|
+
"fastify-plugin": "^5.1.0",
|
|
107
107
|
"fs-extra": "11.3.3",
|
|
108
108
|
"graphql": "^16.10.0",
|
|
109
109
|
"graphql-http": "^1.22.4",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"jsonata": "1.8.7",
|
|
118
118
|
"jsonwebtoken": "9.0.3",
|
|
119
119
|
"lmdb": "3.5.2",
|
|
120
|
-
"lodash": "4.17.
|
|
120
|
+
"lodash": "^4.17.23",
|
|
121
121
|
"mathjs": "11.12.0",
|
|
122
122
|
"micromatch": "^4.0.8",
|
|
123
123
|
"minimist": "1.2.8",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"ses": "^1.14.0",
|
|
146
146
|
"stream-chain": "2.2.5",
|
|
147
147
|
"stream-json": "1.9.1",
|
|
148
|
-
"systeminformation": "5.
|
|
149
|
-
"tar-fs": "3.
|
|
148
|
+
"systeminformation": "^5.31.4",
|
|
149
|
+
"tar-fs": "^3.1.2",
|
|
150
150
|
"ulidx": "0.5.0",
|
|
151
151
|
"uuid": "11.1.0",
|
|
152
152
|
"validate.js": "0.13.1",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"globals": "^16.5.0",
|
|
173
173
|
"intercept-stdout": "0.1.2",
|
|
174
174
|
"mkcert": "^3.2.0",
|
|
175
|
-
"mocha": "^11.7.
|
|
175
|
+
"mocha": "^11.7.5",
|
|
176
176
|
"mqtt": "~4.3.8",
|
|
177
177
|
"oxlint": "^1.31.0",
|
|
178
178
|
"prettier": "~3.7.3",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"tsx": "^4.20.6",
|
|
184
184
|
"typescript": "^5.8.2",
|
|
185
185
|
"typescript-eslint": "^8.45.0",
|
|
186
|
-
"undici": "^7.
|
|
186
|
+
"undici": "^7.24.4",
|
|
187
187
|
"why-is-node-still-running": "^1.0.0"
|
|
188
188
|
}
|
|
189
189
|
}
|