@xdsjs/dossierx-daemon 0.1.8 → 0.1.9
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/dist/index.js +1 -1
- package/package.json +10 -18
package/dist/index.js
CHANGED
|
@@ -996,7 +996,7 @@ function createTaskArchive(options) {
|
|
|
996
996
|
|
|
997
997
|
// src/version.ts
|
|
998
998
|
var DAEMON_PACKAGE_NAME = "@xdsjs/dossierx-daemon";
|
|
999
|
-
var DAEMON_VERSION = "0.1.
|
|
999
|
+
var DAEMON_VERSION = "0.1.9";
|
|
1000
1000
|
|
|
1001
1001
|
// src/local-api/server.ts
|
|
1002
1002
|
var DEFAULT_MAX_FILE_BYTES = 5 * 1024 * 1024;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xdsjs/dossierx-daemon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"main": "./
|
|
6
|
-
"types": "./
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
-
"types": "./
|
|
10
|
-
"import": "./
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"import": "./dist/index.js"
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"bin": {
|
|
@@ -17,15 +17,7 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"publishConfig": {
|
|
20
|
-
"access": "public"
|
|
21
|
-
"main": "./dist/index.js",
|
|
22
|
-
"types": "./dist/index.d.ts",
|
|
23
|
-
"exports": {
|
|
24
|
-
".": {
|
|
25
|
-
"types": "./dist/index.d.ts",
|
|
26
|
-
"import": "./dist/index.js"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
20
|
+
"access": "public"
|
|
29
21
|
},
|
|
30
22
|
"engines": {
|
|
31
23
|
"node": ">=20"
|
|
@@ -39,10 +31,10 @@
|
|
|
39
31
|
},
|
|
40
32
|
"dependencies": {
|
|
41
33
|
"@supabase/supabase-js": "^2.0.0",
|
|
42
|
-
"@xdsjs/dossier-financial-reports": "
|
|
43
|
-
"@xdsjs/dossierx-git-mirror": "
|
|
44
|
-
"@xdsjs/dossierx-shared": "
|
|
45
|
-
"@xdsjs/dossierx-workspace": "
|
|
34
|
+
"@xdsjs/dossier-financial-reports": "^0.1.2",
|
|
35
|
+
"@xdsjs/dossierx-git-mirror": "^0.1.2",
|
|
36
|
+
"@xdsjs/dossierx-shared": "^0.1.3",
|
|
37
|
+
"@xdsjs/dossierx-workspace": "^0.1.1",
|
|
46
38
|
"commander": "^14.0.0",
|
|
47
39
|
"execa": "^9.0.0",
|
|
48
40
|
"pino": "^10.0.0",
|