@fgv/ts-http-storage 5.1.0-2 → 5.1.0-21

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 (116) hide show
  1. package/dist/tsdoc-metadata.json +1 -1
  2. package/package.json +21 -21
  3. package/.rush/temp/2a9b81b5aa00c0f868f72c1458e40e12863c5047.tar.log +0 -61
  4. package/.rush/temp/2a9b81b5aa00c0f868f72c1458e40e12863c5047.untar.log +0 -10
  5. package/.rush/temp/5f9717376d57cea06ce184ce1ad4be928dc96116.tar.log +0 -61
  6. package/.rush/temp/6dc57b26d5a4e0d9901b7ec5f070db373bfdde8d.tar.log +0 -63
  7. package/.rush/temp/chunked-rush-logs/ts-http-storage.build.chunks.jsonl +0 -10
  8. package/.rush/temp/chunked-rush-logs/ts-http-storage.test.chunks.jsonl +0 -26
  9. package/.rush/temp/fbfcc9487d290993ba47f1d36e9383196e7b12ac.tar.log +0 -61
  10. package/.rush/temp/operation/build/all.log +0 -10
  11. package/.rush/temp/operation/build/log-chunks.jsonl +0 -10
  12. package/.rush/temp/operation/build/state.json +0 -3
  13. package/.rush/temp/operation/test/all.log +0 -26
  14. package/.rush/temp/operation/test/log-chunks.jsonl +0 -26
  15. package/.rush/temp/operation/test/state.json +0 -3
  16. package/.rush/temp/shrinkwrap-deps.json +0 -647
  17. package/config/api-extractor.json +0 -36
  18. package/config/rig.json +0 -10
  19. package/config/typedoc.json +0 -7
  20. package/docs/README.md +0 -298
  21. package/docs/classes/FsStorageProvider.createDirectory.md +0 -20
  22. package/docs/classes/FsStorageProvider.getChildren.md +0 -20
  23. package/docs/classes/FsStorageProvider.getFile.md +0 -20
  24. package/docs/classes/FsStorageProvider.getItem.md +0 -20
  25. package/docs/classes/FsStorageProvider.md +0 -134
  26. package/docs/classes/FsStorageProvider.saveFile.md +0 -22
  27. package/docs/classes/FsStorageProvider.sync.md +0 -13
  28. package/docs/classes/FsStorageProviderFactory.forNamespace.md +0 -20
  29. package/docs/classes/FsStorageProviderFactory.md +0 -69
  30. package/docs/classes/HttpStorageService.createDirectory.md +0 -20
  31. package/docs/classes/HttpStorageService.getChildren.md +0 -20
  32. package/docs/classes/HttpStorageService.getFile.md +0 -20
  33. package/docs/classes/HttpStorageService.getItem.md +0 -20
  34. package/docs/classes/HttpStorageService.md +0 -132
  35. package/docs/classes/HttpStorageService.saveFile.md +0 -20
  36. package/docs/classes/HttpStorageService.sync.md +0 -20
  37. package/docs/functions/createStorageRoutes.md +0 -11
  38. package/docs/functions/normalizeRequestPath.md +0 -11
  39. package/docs/functions/sanitizeNamespace.md +0 -11
  40. package/docs/interfaces/ICreateStorageRoutesOptions.logger.md +0 -9
  41. package/docs/interfaces/ICreateStorageRoutesOptions.md +0 -61
  42. package/docs/interfaces/ICreateStorageRoutesOptions.providers.md +0 -9
  43. package/docs/interfaces/IFsStorageProviderFactoryOptions.md +0 -44
  44. package/docs/interfaces/IFsStorageProviderFactoryOptions.rootPath.md +0 -9
  45. package/docs/interfaces/IHttpStorageProvider.createDirectory.md +0 -20
  46. package/docs/interfaces/IHttpStorageProvider.getChildren.md +0 -20
  47. package/docs/interfaces/IHttpStorageProvider.getFile.md +0 -20
  48. package/docs/interfaces/IHttpStorageProvider.getItem.md +0 -20
  49. package/docs/interfaces/IHttpStorageProvider.md +0 -102
  50. package/docs/interfaces/IHttpStorageProvider.saveFile.md +0 -22
  51. package/docs/interfaces/IHttpStorageProvider.sync.md +0 -13
  52. package/docs/interfaces/IHttpStorageProviderFactory.forNamespace.md +0 -20
  53. package/docs/interfaces/IHttpStorageProviderFactory.md +0 -36
  54. package/docs/interfaces/IStorageFileResponse.contentType.md +0 -9
  55. package/docs/interfaces/IStorageFileResponse.contents.md +0 -9
  56. package/docs/interfaces/IStorageFileResponse.md +0 -78
  57. package/docs/interfaces/IStorageFileResponse.path.md +0 -9
  58. package/docs/interfaces/IStoragePathRequest.md +0 -61
  59. package/docs/interfaces/IStoragePathRequest.namespace.md +0 -9
  60. package/docs/interfaces/IStoragePathRequest.path.md +0 -9
  61. package/docs/interfaces/IStorageSyncRequest.md +0 -44
  62. package/docs/interfaces/IStorageSyncRequest.namespace.md +0 -9
  63. package/docs/interfaces/IStorageSyncResponse.md +0 -44
  64. package/docs/interfaces/IStorageSyncResponse.synced.md +0 -9
  65. package/docs/interfaces/IStorageTreeChildrenResponse.children.md +0 -9
  66. package/docs/interfaces/IStorageTreeChildrenResponse.md +0 -61
  67. package/docs/interfaces/IStorageTreeChildrenResponse.path.md +0 -9
  68. package/docs/interfaces/IStorageTreeItem.md +0 -78
  69. package/docs/interfaces/IStorageTreeItem.name.md +0 -9
  70. package/docs/interfaces/IStorageTreeItem.path.md +0 -9
  71. package/docs/interfaces/IStorageTreeItem.type.md +0 -9
  72. package/docs/interfaces/IStorageWriteFileRequest.contentType.md +0 -9
  73. package/docs/interfaces/IStorageWriteFileRequest.contents.md +0 -9
  74. package/docs/interfaces/IStorageWriteFileRequest.md +0 -97
  75. package/docs/type-aliases/StorageItemType.md +0 -11
  76. package/docs/type-aliases/StorageNamespace.md +0 -11
  77. package/docs/variables/storageFileResponse.md +0 -9
  78. package/docs/variables/storagePathRequest.md +0 -9
  79. package/docs/variables/storageSyncRequest.md +0 -9
  80. package/docs/variables/storageTreeChildrenResponse.md +0 -9
  81. package/docs/variables/storageTreeItem.md +0 -9
  82. package/docs/variables/storageWriteFileRequest.md +0 -9
  83. package/etc/ts-http-storage.api.md +0 -184
  84. package/lib/test/unit/storage/fsProvider.test.d.ts +0 -2
  85. package/lib/test/unit/storage/fsProvider.test.d.ts.map +0 -1
  86. package/lib/test/unit/storage/fsProvider.test.js +0 -106
  87. package/lib/test/unit/storage/fsProvider.test.js.map +0 -1
  88. package/lib/test/unit/storage/routes.test.d.ts +0 -2
  89. package/lib/test/unit/storage/routes.test.d.ts.map +0 -1
  90. package/lib/test/unit/storage/routes.test.js +0 -124
  91. package/lib/test/unit/storage/routes.test.js.map +0 -1
  92. package/lib/test/unit/storage/service.test.d.ts +0 -2
  93. package/lib/test/unit/storage/service.test.d.ts.map +0 -1
  94. package/lib/test/unit/storage/service.test.js +0 -67
  95. package/lib/test/unit/storage/service.test.js.map +0 -1
  96. package/rush-logs/ts-http-storage.build.cache.log +0 -3
  97. package/rush-logs/ts-http-storage.build.log +0 -10
  98. package/rush-logs/ts-http-storage.test.cache.log +0 -1
  99. package/rush-logs/ts-http-storage.test.log +0 -26
  100. package/src/index.ts +0 -28
  101. package/src/packlets/storage/converters.ts +0 -100
  102. package/src/packlets/storage/fsProvider.ts +0 -263
  103. package/src/packlets/storage/index.ts +0 -33
  104. package/src/packlets/storage/model.ts +0 -113
  105. package/src/packlets/storage/provider.ts +0 -33
  106. package/src/packlets/storage/routes.ts +0 -215
  107. package/src/packlets/storage/service.ts +0 -114
  108. package/src/test/unit/storage/fsProvider.test.ts +0 -129
  109. package/src/test/unit/storage/routes.test.ts +0 -165
  110. package/src/test/unit/storage/service.test.ts +0 -95
  111. package/temp/build/typescript/ts_l9Fw4VUO.json +0 -1
  112. package/temp/test/jest/haste-map-8c99f7c94db8a3bcd2cd59242978c7c2-2b6695b6f6f938dfd4bbd5c487f7012f-ba9beffc5d763ea8f7407ec52e16ae8f +0 -0
  113. package/temp/test/jest/perf-cache-8c99f7c94db8a3bcd2cd59242978c7c2-da39a3ee5e6b4b0d3255bfef95601890 +0 -1
  114. package/temp/ts-http-storage.api.json +0 -3103
  115. package/temp/ts-http-storage.api.md +0 -184
  116. package/tsconfig.json +0 -7
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.57.6"
8
+ "packageVersion": "7.57.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-http-storage",
3
- "version": "5.1.0-2",
3
+ "version": "5.1.0-21",
4
4
  "description": "Reusable HTTP storage services for FileTree-style backends",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-http-storage.d.ts",
@@ -17,18 +17,6 @@
17
17
  "types": "./dist/ts-http-storage.d.ts"
18
18
  }
19
19
  },
20
- "scripts": {
21
- "build": "heft build --clean",
22
- "clean": "heft clean",
23
- "test": "heft test --clean",
24
- "api-report": "api-extractor run --config ./config/api-extractor.json",
25
- "api-report:update": "api-extractor run --local --config ./config/api-extractor.json",
26
- "build-docs": "typedoc --options ./config/typedoc.json",
27
- "build-all": "rushx build; rushx build-docs",
28
- "coverage": "heft test --clean --coverage",
29
- "lint": "eslint src --ext .ts",
30
- "fixlint": "eslint src --ext .ts --fix"
31
- },
32
20
  "sideEffects": false,
33
21
  "author": "Erik Fortune",
34
22
  "license": "MIT",
@@ -37,15 +25,14 @@
37
25
  "url": "https://github.com/ErikFortune/fgv.git"
38
26
  },
39
27
  "dependencies": {
40
- "@fgv/ts-utils": "workspace:*",
41
- "hono": "~4.7.11"
28
+ "hono": "~4.7.11",
29
+ "@fgv/ts-utils": "5.1.0-21"
42
30
  },
43
31
  "devDependencies": {
44
32
  "@microsoft/api-documenter": "^7.28.2",
45
33
  "@microsoft/api-extractor": "^7.55.2",
46
- "@fgv/ts-utils-jest": "workspace:*",
47
- "@rushstack/heft": "1.2.6",
48
- "@rushstack/heft-node-rig": "2.11.26",
34
+ "@rushstack/heft": "1.2.7",
35
+ "@rushstack/heft-node-rig": "2.11.27",
49
36
  "@rushstack/eslint-config": "4.6.4",
50
37
  "@types/heft-jest": "1.0.6",
51
38
  "@types/jest": "^29.5.14",
@@ -60,7 +47,20 @@
60
47
  "typedoc": "~0.28.16",
61
48
  "typedoc-plugin-markdown": "~4.9.0",
62
49
  "@rushstack/heft-jest-plugin": "1.2.6",
63
- "@fgv/heft-dual-rig": "workspace:*",
64
- "@fgv/typedoc-compact-theme": "workspace:*"
50
+ "@fgv/ts-utils-jest": "5.1.0-21",
51
+ "@fgv/heft-dual-rig": "5.1.0-21",
52
+ "@fgv/typedoc-compact-theme": "5.1.0-21"
53
+ },
54
+ "scripts": {
55
+ "build": "heft build --clean",
56
+ "clean": "heft clean",
57
+ "test": "heft test --clean",
58
+ "api-report": "api-extractor run --config ./config/api-extractor.json",
59
+ "api-report:update": "api-extractor run --local --config ./config/api-extractor.json",
60
+ "build-docs": "typedoc --options ./config/typedoc.json",
61
+ "build-all": "rushx build; rushx build-docs",
62
+ "coverage": "heft test --clean --coverage",
63
+ "lint": "eslint src --ext .ts",
64
+ "fixlint": "eslint src --ext .ts --fix"
65
65
  }
66
- }
66
+ }
@@ -1,61 +0,0 @@
1
- Start time: Tue Mar 24 2026 05:50:09 GMT-0700 (Pacific Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /Users/erik/Development/cursor/prerelease/common/temp/build-cache/2a9b81b5aa00c0f868f72c1458e40e12863c5047-3f5cfa774422f8ae.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
- .rush/temp/operation/build/all.log
6
- .rush/temp/operation/build/log-chunks.jsonl
7
- .rush/temp/operation/build/state.json
8
- dist/ts-http-storage.d.ts
9
- dist/tsdoc-metadata.json
10
- lib/index.d.ts
11
- lib/index.d.ts.map
12
- lib/index.js
13
- lib/index.js.map
14
- lib/packlets/storage/converters.d.ts
15
- lib/packlets/storage/converters.d.ts.map
16
- lib/packlets/storage/converters.js
17
- lib/packlets/storage/converters.js.map
18
- lib/packlets/storage/fsProvider.d.ts
19
- lib/packlets/storage/fsProvider.d.ts.map
20
- lib/packlets/storage/fsProvider.js
21
- lib/packlets/storage/fsProvider.js.map
22
- lib/packlets/storage/index.d.ts
23
- lib/packlets/storage/index.d.ts.map
24
- lib/packlets/storage/index.js
25
- lib/packlets/storage/index.js.map
26
- lib/packlets/storage/model.d.ts
27
- lib/packlets/storage/model.d.ts.map
28
- lib/packlets/storage/model.js
29
- lib/packlets/storage/model.js.map
30
- lib/packlets/storage/provider.d.ts
31
- lib/packlets/storage/provider.d.ts.map
32
- lib/packlets/storage/provider.js
33
- lib/packlets/storage/provider.js.map
34
- lib/packlets/storage/routes.d.ts
35
- lib/packlets/storage/routes.d.ts.map
36
- lib/packlets/storage/routes.js
37
- lib/packlets/storage/routes.js.map
38
- lib/packlets/storage/service.d.ts
39
- lib/packlets/storage/service.d.ts.map
40
- lib/packlets/storage/service.js
41
- lib/packlets/storage/service.js.map
42
- lib/test/unit/storage/fsProvider.test.d.ts
43
- lib/test/unit/storage/fsProvider.test.d.ts.map
44
- lib/test/unit/storage/fsProvider.test.js
45
- lib/test/unit/storage/fsProvider.test.js.map
46
- lib/test/unit/storage/routes.test.d.ts
47
- lib/test/unit/storage/routes.test.d.ts.map
48
- lib/test/unit/storage/routes.test.js
49
- lib/test/unit/storage/routes.test.js.map
50
- lib/test/unit/storage/service.test.d.ts
51
- lib/test/unit/storage/service.test.d.ts.map
52
- lib/test/unit/storage/service.test.js
53
- lib/test/unit/storage/service.test.js.map
54
- temp/build/typescript/ts_l9Fw4VUO.json
55
- temp/ts-http-storage.api.json
56
- temp/ts-http-storage.api.md
57
- ======== END PROCESS INPUT =======
58
- ======= BEGIN PROCESS OUTPUT =======
59
- ======== END PROCESS OUTPUT ========
60
-
61
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Tue Mar 24 2026 10:24:28 GMT-0700 (Pacific Daylight Time)
2
- Invoking "/usr/bin/tar -x -m -f /Users/erik/Development/cursor/prerelease/common/temp/build-cache/2a9b81b5aa00c0f868f72c1458e40e12863c5047"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,61 +0,0 @@
1
- Start time: Tue Mar 24 2026 04:12:40 GMT-0700 (Pacific Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /Users/erik/Development/cursor/prerelease/common/temp/build-cache/5f9717376d57cea06ce184ce1ad4be928dc96116-acb48dedc2b7fb12.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
- .rush/temp/operation/build/all.log
6
- .rush/temp/operation/build/log-chunks.jsonl
7
- .rush/temp/operation/build/state.json
8
- dist/ts-http-storage.d.ts
9
- dist/tsdoc-metadata.json
10
- lib/index.d.ts
11
- lib/index.d.ts.map
12
- lib/index.js
13
- lib/index.js.map
14
- lib/packlets/storage/converters.d.ts
15
- lib/packlets/storage/converters.d.ts.map
16
- lib/packlets/storage/converters.js
17
- lib/packlets/storage/converters.js.map
18
- lib/packlets/storage/fsProvider.d.ts
19
- lib/packlets/storage/fsProvider.d.ts.map
20
- lib/packlets/storage/fsProvider.js
21
- lib/packlets/storage/fsProvider.js.map
22
- lib/packlets/storage/index.d.ts
23
- lib/packlets/storage/index.d.ts.map
24
- lib/packlets/storage/index.js
25
- lib/packlets/storage/index.js.map
26
- lib/packlets/storage/model.d.ts
27
- lib/packlets/storage/model.d.ts.map
28
- lib/packlets/storage/model.js
29
- lib/packlets/storage/model.js.map
30
- lib/packlets/storage/provider.d.ts
31
- lib/packlets/storage/provider.d.ts.map
32
- lib/packlets/storage/provider.js
33
- lib/packlets/storage/provider.js.map
34
- lib/packlets/storage/routes.d.ts
35
- lib/packlets/storage/routes.d.ts.map
36
- lib/packlets/storage/routes.js
37
- lib/packlets/storage/routes.js.map
38
- lib/packlets/storage/service.d.ts
39
- lib/packlets/storage/service.d.ts.map
40
- lib/packlets/storage/service.js
41
- lib/packlets/storage/service.js.map
42
- lib/test/unit/storage/fsProvider.test.d.ts
43
- lib/test/unit/storage/fsProvider.test.d.ts.map
44
- lib/test/unit/storage/fsProvider.test.js
45
- lib/test/unit/storage/fsProvider.test.js.map
46
- lib/test/unit/storage/routes.test.d.ts
47
- lib/test/unit/storage/routes.test.d.ts.map
48
- lib/test/unit/storage/routes.test.js
49
- lib/test/unit/storage/routes.test.js.map
50
- lib/test/unit/storage/service.test.d.ts
51
- lib/test/unit/storage/service.test.d.ts.map
52
- lib/test/unit/storage/service.test.js
53
- lib/test/unit/storage/service.test.js.map
54
- temp/build/typescript/ts_l9Fw4VUO.json
55
- temp/ts-http-storage.api.json
56
- temp/ts-http-storage.api.md
57
- ======== END PROCESS INPUT =======
58
- ======= BEGIN PROCESS OUTPUT =======
59
- ======== END PROCESS OUTPUT ========
60
-
61
- Exited with code "0"
@@ -1,63 +0,0 @@
1
- Start time: Tue Mar 24 2026 11:05:28 GMT-0700 (Pacific Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /Users/erik/Development/cursor/prerelease/common/temp/build-cache/6dc57b26d5a4e0d9901b7ec5f070db373bfdde8d-2018cca8762294c8.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
- .rush/temp/operation/build/all.log
6
- .rush/temp/operation/build/log-chunks.jsonl
7
- .rush/temp/operation/build/state.json
8
- dist/ts-http-storage.d.ts
9
- dist/tsdoc-metadata.json
10
- lib/index.d.ts
11
- lib/index.d.ts.map
12
- lib/index.js
13
- lib/index.js.map
14
- lib/packlets/storage/converters.d.ts
15
- lib/packlets/storage/converters.d.ts.map
16
- lib/packlets/storage/converters.js
17
- lib/packlets/storage/converters.js.map
18
- lib/packlets/storage/fsProvider.d.ts
19
- lib/packlets/storage/fsProvider.d.ts.map
20
- lib/packlets/storage/fsProvider.js
21
- lib/packlets/storage/fsProvider.js.map
22
- lib/packlets/storage/index.d.ts
23
- lib/packlets/storage/index.d.ts.map
24
- lib/packlets/storage/index.js
25
- lib/packlets/storage/index.js.map
26
- lib/packlets/storage/model.d.ts
27
- lib/packlets/storage/model.d.ts.map
28
- lib/packlets/storage/model.js
29
- lib/packlets/storage/model.js.map
30
- lib/packlets/storage/provider.d.ts
31
- lib/packlets/storage/provider.d.ts.map
32
- lib/packlets/storage/provider.js
33
- lib/packlets/storage/provider.js.map
34
- lib/packlets/storage/routes.d.ts
35
- lib/packlets/storage/routes.d.ts.map
36
- lib/packlets/storage/routes.js
37
- lib/packlets/storage/routes.js.map
38
- lib/packlets/storage/service.d.ts
39
- lib/packlets/storage/service.d.ts.map
40
- lib/packlets/storage/service.js
41
- lib/packlets/storage/service.js.map
42
- lib/test/unit/storage/fsProvider.test.d.ts
43
- lib/test/unit/storage/fsProvider.test.d.ts.map
44
- lib/test/unit/storage/fsProvider.test.js
45
- lib/test/unit/storage/fsProvider.test.js.map
46
- lib/test/unit/storage/routes.test.d.ts
47
- lib/test/unit/storage/routes.test.d.ts.map
48
- lib/test/unit/storage/routes.test.js
49
- lib/test/unit/storage/routes.test.js.map
50
- lib/test/unit/storage/service.test.d.ts
51
- lib/test/unit/storage/service.test.d.ts.map
52
- lib/test/unit/storage/service.test.js
53
- lib/test/unit/storage/service.test.js.map
54
- temp/build/typescript/ts_l9Fw4VUO.json
55
- temp/test/jest/haste-map-8c99f7c94db8a3bcd2cd59242978c7c2-2b6695b6f6f938dfd4bbd5c487f7012f-ba9beffc5d763ea8f7407ec52e16ae8f
56
- temp/test/jest/perf-cache-8c99f7c94db8a3bcd2cd59242978c7c2-da39a3ee5e6b4b0d3255bfef95601890
57
- temp/ts-http-storage.api.json
58
- temp/ts-http-storage.api.md
59
- ======== END PROCESS INPUT =======
60
- ======= BEGIN PROCESS OUTPUT =======
61
- ======== END PROCESS OUTPUT ========
62
-
63
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- {"kind":"O","text":"Invoking: heft build --clean \n"}
2
- {"kind":"O","text":" ---- build started ---- \n"}
3
- {"kind":"O","text":"[build:clean] Deleted 0 files and 3 folders\n"}
4
- {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
5
- {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
6
- {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.57.6\n"}
7
- {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
8
- {"kind":"O","text":"[build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.\n"}
9
- {"kind":"O","text":" ---- build finished (2.574s) ---- \n"}
10
- {"kind":"O","text":"-------------------- Finished (2.576s) --------------------\n"}
@@ -1,26 +0,0 @@
1
- {"kind":"O","text":"Invoking: heft test --clean \n"}
2
- {"kind":"O","text":" ---- build started ---- \n"}
3
- {"kind":"O","text":"[build:clean] Deleted 0 files and 3 folders\n"}
4
- {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
5
- {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
6
- {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.57.6\n"}
7
- {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
8
- {"kind":"O","text":"[build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.\n"}
9
- {"kind":"O","text":" ---- build finished (2.589s) ---- \n"}
10
- {"kind":"O","text":" ---- test started ---- \n"}
11
- {"kind":"O","text":"[test:jest] Using Jest version 29.5.0\n"}
12
- {"kind":"O","text":"[test:jest] \n"}
13
- {"kind":"O","text":"[test:jest] Run start. 3 test suites\n"}
14
- {"kind":"O","text":"[test:jest] START lib/test/unit/storage/routes.test.js\n"}
15
- {"kind":"O","text":"[test:jest] START lib/test/unit/storage/fsProvider.test.js\n"}
16
- {"kind":"O","text":"[test:jest] START lib/test/unit/storage/service.test.js\n"}
17
- {"kind":"O","text":"[test:jest] PASS lib/test/unit/storage/service.test.js (duration: 0.151s, 3 passed, 0 failed)\n"}
18
- {"kind":"O","text":"[test:jest] PASS lib/test/unit/storage/routes.test.js (duration: 0.160s, 4 passed, 0 failed)\n"}
19
- {"kind":"O","text":"[test:jest] PASS lib/test/unit/storage/fsProvider.test.js (duration: 0.160s, 10 passed, 0 failed)\n"}
20
- {"kind":"O","text":"[test:jest] \n"}
21
- {"kind":"O","text":"[test:jest] Tests finished:\n"}
22
- {"kind":"O","text":"[test:jest] Successes: 17\n"}
23
- {"kind":"O","text":"[test:jest] Failures: 0\n"}
24
- {"kind":"O","text":"[test:jest] Total: 17\n"}
25
- {"kind":"O","text":" ---- test finished (0.531s) ---- \n"}
26
- {"kind":"O","text":"-------------------- Finished (3.123s) --------------------\n"}
@@ -1,61 +0,0 @@
1
- Start time: Tue Mar 24 2026 03:54:21 GMT-0700 (Pacific Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /Users/erik/Development/cursor/prerelease/common/temp/build-cache/fbfcc9487d290993ba47f1d36e9383196e7b12ac-f3ffea26d28b9a1a.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
- .rush/temp/operation/build/all.log
6
- .rush/temp/operation/build/log-chunks.jsonl
7
- .rush/temp/operation/build/state.json
8
- dist/ts-http-storage.d.ts
9
- dist/tsdoc-metadata.json
10
- lib/index.d.ts
11
- lib/index.d.ts.map
12
- lib/index.js
13
- lib/index.js.map
14
- lib/packlets/storage/converters.d.ts
15
- lib/packlets/storage/converters.d.ts.map
16
- lib/packlets/storage/converters.js
17
- lib/packlets/storage/converters.js.map
18
- lib/packlets/storage/fsProvider.d.ts
19
- lib/packlets/storage/fsProvider.d.ts.map
20
- lib/packlets/storage/fsProvider.js
21
- lib/packlets/storage/fsProvider.js.map
22
- lib/packlets/storage/index.d.ts
23
- lib/packlets/storage/index.d.ts.map
24
- lib/packlets/storage/index.js
25
- lib/packlets/storage/index.js.map
26
- lib/packlets/storage/model.d.ts
27
- lib/packlets/storage/model.d.ts.map
28
- lib/packlets/storage/model.js
29
- lib/packlets/storage/model.js.map
30
- lib/packlets/storage/provider.d.ts
31
- lib/packlets/storage/provider.d.ts.map
32
- lib/packlets/storage/provider.js
33
- lib/packlets/storage/provider.js.map
34
- lib/packlets/storage/routes.d.ts
35
- lib/packlets/storage/routes.d.ts.map
36
- lib/packlets/storage/routes.js
37
- lib/packlets/storage/routes.js.map
38
- lib/packlets/storage/service.d.ts
39
- lib/packlets/storage/service.d.ts.map
40
- lib/packlets/storage/service.js
41
- lib/packlets/storage/service.js.map
42
- lib/test/unit/storage/fsProvider.test.d.ts
43
- lib/test/unit/storage/fsProvider.test.d.ts.map
44
- lib/test/unit/storage/fsProvider.test.js
45
- lib/test/unit/storage/fsProvider.test.js.map
46
- lib/test/unit/storage/routes.test.d.ts
47
- lib/test/unit/storage/routes.test.d.ts.map
48
- lib/test/unit/storage/routes.test.js
49
- lib/test/unit/storage/routes.test.js.map
50
- lib/test/unit/storage/service.test.d.ts
51
- lib/test/unit/storage/service.test.d.ts.map
52
- lib/test/unit/storage/service.test.js
53
- lib/test/unit/storage/service.test.js.map
54
- temp/build/typescript/ts_l9Fw4VUO.json
55
- temp/ts-http-storage.api.json
56
- temp/ts-http-storage.api.md
57
- ======== END PROCESS INPUT =======
58
- ======= BEGIN PROCESS OUTPUT =======
59
- ======== END PROCESS OUTPUT ========
60
-
61
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Invoking: heft build --clean
2
- ---- build started ----
3
- [build:clean] Deleted 0 files and 3 folders
4
- [build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.
5
- [build:typescript] Using TypeScript version 5.9.3
6
- [build:api-extractor] Using API Extractor version 7.57.6
7
- [build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2
8
- [build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
9
- ---- build finished (2.574s) ----
10
- -------------------- Finished (2.576s) --------------------
@@ -1,10 +0,0 @@
1
- {"kind":"O","text":"Invoking: heft build --clean \n"}
2
- {"kind":"O","text":" ---- build started ---- \n"}
3
- {"kind":"O","text":"[build:clean] Deleted 0 files and 3 folders\n"}
4
- {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
5
- {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
6
- {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.57.6\n"}
7
- {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
8
- {"kind":"O","text":"[build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.\n"}
9
- {"kind":"O","text":" ---- build finished (2.574s) ---- \n"}
10
- {"kind":"O","text":"-------------------- Finished (2.576s) --------------------\n"}
@@ -1,3 +0,0 @@
1
- {
2
- "nonCachedDurationMs": 2801.6450839999998
3
- }
@@ -1,26 +0,0 @@
1
- Invoking: heft test --clean
2
- ---- build started ----
3
- [build:clean] Deleted 0 files and 3 folders
4
- [build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.
5
- [build:typescript] Using TypeScript version 5.9.3
6
- [build:api-extractor] Using API Extractor version 7.57.6
7
- [build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2
8
- [build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
9
- ---- build finished (2.589s) ----
10
- ---- test started ----
11
- [test:jest] Using Jest version 29.5.0
12
- [test:jest]
13
- [test:jest] Run start. 3 test suites
14
- [test:jest] START lib/test/unit/storage/routes.test.js
15
- [test:jest] START lib/test/unit/storage/fsProvider.test.js
16
- [test:jest] START lib/test/unit/storage/service.test.js
17
- [test:jest] PASS lib/test/unit/storage/service.test.js (duration: 0.151s, 3 passed, 0 failed)
18
- [test:jest] PASS lib/test/unit/storage/routes.test.js (duration: 0.160s, 4 passed, 0 failed)
19
- [test:jest] PASS lib/test/unit/storage/fsProvider.test.js (duration: 0.160s, 10 passed, 0 failed)
20
- [test:jest]
21
- [test:jest] Tests finished:
22
- [test:jest] Successes: 17
23
- [test:jest] Failures: 0
24
- [test:jest] Total: 17
25
- ---- test finished (0.531s) ----
26
- -------------------- Finished (3.123s) --------------------
@@ -1,26 +0,0 @@
1
- {"kind":"O","text":"Invoking: heft test --clean \n"}
2
- {"kind":"O","text":" ---- build started ---- \n"}
3
- {"kind":"O","text":"[build:clean] Deleted 0 files and 3 folders\n"}
4
- {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
5
- {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
6
- {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.57.6\n"}
7
- {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
8
- {"kind":"O","text":"[build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.\n"}
9
- {"kind":"O","text":" ---- build finished (2.589s) ---- \n"}
10
- {"kind":"O","text":" ---- test started ---- \n"}
11
- {"kind":"O","text":"[test:jest] Using Jest version 29.5.0\n"}
12
- {"kind":"O","text":"[test:jest] \n"}
13
- {"kind":"O","text":"[test:jest] Run start. 3 test suites\n"}
14
- {"kind":"O","text":"[test:jest] START lib/test/unit/storage/routes.test.js\n"}
15
- {"kind":"O","text":"[test:jest] START lib/test/unit/storage/fsProvider.test.js\n"}
16
- {"kind":"O","text":"[test:jest] START lib/test/unit/storage/service.test.js\n"}
17
- {"kind":"O","text":"[test:jest] PASS lib/test/unit/storage/service.test.js (duration: 0.151s, 3 passed, 0 failed)\n"}
18
- {"kind":"O","text":"[test:jest] PASS lib/test/unit/storage/routes.test.js (duration: 0.160s, 4 passed, 0 failed)\n"}
19
- {"kind":"O","text":"[test:jest] PASS lib/test/unit/storage/fsProvider.test.js (duration: 0.160s, 10 passed, 0 failed)\n"}
20
- {"kind":"O","text":"[test:jest] \n"}
21
- {"kind":"O","text":"[test:jest] Tests finished:\n"}
22
- {"kind":"O","text":"[test:jest] Successes: 17\n"}
23
- {"kind":"O","text":"[test:jest] Failures: 0\n"}
24
- {"kind":"O","text":"[test:jest] Total: 17\n"}
25
- {"kind":"O","text":" ---- test finished (0.531s) ---- \n"}
26
- {"kind":"O","text":"-------------------- Finished (3.123s) --------------------\n"}
@@ -1,3 +0,0 @@
1
- {
2
- "nonCachedDurationMs": 3507.400291
3
- }