Commit graph

25 commits

Author SHA1 Message Date
ed5770607e
chore(sync): mark as private and change version to indev
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-13 10:26:26 -06:00
3ec07c7235
feat(parser): add Resource.cwd() static method
All checks were successful
Actions / Build and Push Documentation (push) Successful in 18s
this method creates a `Resource` instance using the output of
`process.cwd()`
2025-02-13 10:02:39 -06:00
95f8e358dd
feat(sync): download a file if it doesn't exist regardless of stateHash status
All checks were successful
Actions / Build and Push Documentation (push) Successful in 6m45s
2025-02-13 00:23:25 -06:00
c54c2acb1d
fix(sync): remove an unused const
All checks were successful
Actions / Build and Push Documentation (push) Successful in 18s
2025-02-13 00:12:19 -06:00
e8873f3ce8
feat(sync): finish state file implementation
Some checks failed
Actions / Build and Push Documentation (push) Failing after 36s
2025-02-13 00:11:02 -06:00
872ea12b3d
feat(sync): add (wip) state file
All checks were successful
Actions / Build and Push Documentation (push) Successful in 17s
2025-02-12 23:59:13 -06:00
b0e76a8ff7
style(sync): format
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-12 15:17:17 -06:00
5db54d3f6f
style(parser): format 2025-02-12 15:17:13 -06:00
dbf2743409
feat(sync): export formatBytes
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-12 15:15:08 -06:00
53db10f4e5
feat(sync): check which Side a metafile should be downloaded on before downloading it
Some checks failed
Actions / Build and Push Documentation (push) Failing after 16s
2025-02-12 08:21:22 -06:00
6907543fb8
feat(sync): format byte numbers in download logs 2025-02-12 08:20:57 -06:00
0b3f39b8b2
fix(sync): remove type from the HashFormat import in sync.ts 2025-02-12 08:20:10 -06:00
cd64371c58
fix(sync): use warn instead of log for warnings
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 01:12:03 -06:00
28dc915498
fix(parser): correct jsdoc comment
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 01:10:59 -06:00
2501032cf4
fix(parser): use warn instead of log for warnings
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 01:08:26 -06:00
57920a034d
fix(sync): add index file
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 00:56:56 -06:00
50b42b038a
feat(sync): init
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 00:53:25 -06:00
65e3144bd1
feat(parser): implement hashing
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-12 00:50:03 -06:00
f302ec0d31
feat(parser): add split(), url, and diff() to Resource 2025-02-12 00:46:18 -06:00
90fa53990a
fix(parser): export stuff in an index.ts file
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 19:20:35 -06:00
b31af94e3d
fix(parser): declare package exports correctly
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-11 19:00:52 -06:00
2c3756f8f3
chore(parser): correct readme error
All checks were successful
Actions / Build and Push Documentation (push) Successful in 19s
2025-02-11 09:13:10 -06:00
1012636f95
chore(parser): move readme
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 09:10:59 -06:00
20e271c714
chore(parser): rename file
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 09:06:39 -06:00
741d2ca999
feat(parser): switch to monorepo format
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-11 09:03:43 -06:00