@xdsjs/dossierx-daemon 0.1.10 → 0.1.11

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
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.10";
999
+ var DAEMON_VERSION = "0.1.11";
1000
1000
 
1001
1001
  // src/local-api/server.ts
1002
1002
  var DEFAULT_MAX_FILE_BYTES = 5 * 1024 * 1024;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xdsjs/dossierx-daemon",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@supabase/supabase-js": "^2.0.0",
34
- "@xdsjs/dossier-financial-reports": "^0.1.2",
34
+ "@xdsjs/dossier-financial-reports": "^0.1.3",
35
35
  "@xdsjs/dossierx-git-mirror": "^0.1.2",
36
36
  "@xdsjs/dossierx-shared": "^0.1.3",
37
37
  "@xdsjs/dossierx-workspace": "^0.1.1",