fatma-app 1.0.25 → 1.0.26

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.cjs CHANGED
@@ -17215,7 +17215,7 @@ const getTelemetryIdentifier = effect.Effect.gen(function* () {
17215
17215
 
17216
17216
  //#endregion
17217
17217
  //#region package.json
17218
- var version = "1.0.25";
17218
+ var version = "1.0.26";
17219
17219
 
17220
17220
  //#endregion
17221
17221
  //#region src/telemetry/Layers/AnalyticsService.ts
package/dist/index.mjs CHANGED
@@ -17170,7 +17170,7 @@ const getTelemetryIdentifier = Effect.gen(function* () {
17170
17170
 
17171
17171
  //#endregion
17172
17172
  //#region package.json
17173
- var version = "1.0.25";
17173
+ var version = "1.0.26";
17174
17174
 
17175
17175
  //#endregion
17176
17176
  //#region src/telemetry/Layers/AnalyticsService.ts
package/package.json CHANGED
@@ -2,14 +2,18 @@
2
2
  "name": "fatma-app",
3
3
  "repository": {
4
4
  "type": "git",
5
- "url": "https://github.com/dinweldik/6d",
5
+ "url": "git+https://github.com/dinweldik/fatma.git",
6
6
  "directory": "apps/server"
7
7
  },
8
+ "homepage": "https://github.com/dinweldik/fatma#readme",
9
+ "bugs": {
10
+ "url": "https://github.com/dinweldik/fatma/issues"
11
+ },
8
12
  "bin": {
9
13
  "fatma-app": "./dist/index.mjs"
10
14
  },
11
15
  "type": "module",
12
- "version": "1.0.25",
16
+ "version": "1.0.26",
13
17
  "engines": {
14
18
  "node": "^22.13 || ^23.4 || >=24.10"
15
19
  },