Skip to content

Commit e49861a

Browse files
optic-release-automation[bot]RangerMauve
andauthored
[OPTIC-RELEASE-AUTOMATION] release/v4.2.0 (#1107)
Release v4.2.0 Co-authored-by: RangerMauve <[email protected]>
1 parent 7fab5e2 commit e49861a

File tree

7 files changed

+69
-3
lines changed

7 files changed

+69
-3
lines changed

docs/api/md/-internal-/classes/MapeoProject.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,16 @@ and only this project will replicate.
390390

391391
***
392392

393+
### $getStats()
394+
395+
> **$getStats**(): [`ProjectStats`](../namespaces/home_runner_work_comapeo-core_comapeo-core_src_mapeo-project/interfaces/ProjectStats.md)
396+
397+
#### Returns
398+
399+
[`ProjectStats`](../namespaces/home_runner_work_comapeo-core_comapeo-core_src_mapeo-project/interfaces/ProjectStats.md)
400+
401+
***
402+
393403
### $hasSyncedProjectSettings()
394404

395405
> **$hasSyncedProjectSettings**(): `Promise`\<`boolean`\>

docs/api/md/-internal-/namespaces/home_runner_work_comapeo-core_comapeo-core_src_mapeo-project/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
### Interfaces
1212

1313
- [BlobRef](interfaces/BlobRef.md)
14+
- [ProjectStats](interfaces/ProjectStats.md)
15+
- [Stats](interfaces/Stats.md)
1416

1517
### Type Aliases
1618

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[**API**](../../../../README.md)**Docs**
2+
3+
***
4+
5+
[API](../../../../README.md) / [\<internal\>](../../../README.md) / ["/home/runner/work/comapeo-core/comapeo-core/src/mapeo-project"](../README.md) / ProjectStats
6+
7+
# Interface: ProjectStats
8+
9+
## Properties
10+
11+
### members
12+
13+
> **members**: [`Stats`](Stats.md)
14+
15+
***
16+
17+
### observations
18+
19+
> **observations**: [`Stats`](Stats.md)
20+
21+
***
22+
23+
### timezoneOffset
24+
25+
> **timezoneOffset**: `number`
26+
27+
***
28+
29+
### tracks
30+
31+
> **tracks**: [`Stats`](Stats.md)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[**API**](../../../../README.md)**Docs**
2+
3+
***
4+
5+
[API](../../../../README.md) / [\<internal\>](../../../README.md) / ["/home/runner/work/comapeo-core/comapeo-core/src/mapeo-project"](../README.md) / Stats
6+
7+
# Interface: Stats
8+
9+
## Properties
10+
11+
### columns
12+
13+
> **columns**: `string`[]
14+
15+
***
16+
17+
### values
18+
19+
> **values**: [`string`, `number`][]

docs/api/md/classes/MapeoManager.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Folder for sqlite Dbs. Folder must exist. Use ':memory:' to store everything in-
3838

3939
**opts.defaultConfigPath**: `undefined` \| `string`
4040

41+
**opts.defaultIsArchiveDevice**: `undefined` \| `boolean` = `DEFAULT_IS_ARCHIVE_DEVICE`
42+
43+
Whether the node is an archive device by default
44+
4145
**opts.defaultOnlineStyleUrl**: `undefined` \| `string` = `DEFAULT_ONLINE_STYLE_URL`
4246

4347
URL for an online-hosted StyleJSON asset.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comapeo/core",
3-
"version": "4.1.4",
3+
"version": "4.2.0",
44
"description": "Offline p2p mapping library",
55
"main": "src/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)