@atproto/repo 0.3.9-next.0 → 0.3.9
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/CHANGELOG.md +8 -8
- package/babel.config.js +1 -0
- package/build.js +14 -0
- package/dist/block-map.d.ts +0 -1
- package/dist/cid-set.d.ts +0 -1
- package/dist/data-diff.d.ts +0 -1
- package/dist/error.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +27225 -26
- package/dist/index.js.map +7 -1
- package/dist/logger.d.ts +0 -1
- package/dist/mst/diff.d.ts +0 -1
- package/dist/mst/index.d.ts +0 -1
- package/dist/mst/mst.d.ts +5 -6
- package/dist/mst/util.d.ts +0 -1
- package/dist/mst/walker.d.ts +0 -1
- package/dist/parse.d.ts +0 -1
- package/dist/readable-repo.d.ts +0 -1
- package/dist/repo.d.ts +0 -1
- package/dist/storage/index.d.ts +0 -1
- package/dist/storage/memory-blockstore.d.ts +0 -1
- package/dist/storage/readable-blockstore.d.ts +0 -1
- package/dist/storage/sync-storage.d.ts +0 -1
- package/dist/storage/types.d.ts +0 -1
- package/dist/sync/consumer.d.ts +0 -1
- package/dist/sync/index.d.ts +0 -1
- package/dist/sync/provider.d.ts +0 -1
- package/dist/types.d.ts +19 -22
- package/dist/util.d.ts +1 -2
- package/jest.bench.config.js +8 -0
- package/jest.config.js +3 -3
- package/package.json +14 -11
- package/src/mst/mst.ts +1 -1
- package/src/types.ts +2 -4
- package/src/util.ts +1 -1
- package/tests/_util.ts +0 -4
- package/tsconfig.build.json +2 -6
- package/tsconfig.json +11 -3
- package/dist/block-map.d.ts.map +0 -1
- package/dist/block-map.js +0 -119
- package/dist/block-map.js.map +0 -1
- package/dist/cid-set.d.ts.map +0 -1
- package/dist/cid-set.js +0 -48
- package/dist/cid-set.js.map +0 -1
- package/dist/data-diff.d.ts.map +0 -1
- package/dist/data-diff.js +0 -134
- package/dist/data-diff.js.map +0 -1
- package/dist/error.d.ts.map +0 -1
- package/dist/error.js +0 -76
- package/dist/error.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/logger.d.ts.map +0 -1
- package/dist/logger.js +0 -7
- package/dist/logger.js.map +0 -1
- package/dist/mst/diff.d.ts.map +0 -1
- package/dist/mst/diff.js +0 -120
- package/dist/mst/diff.js.map +0 -1
- package/dist/mst/index.d.ts.map +0 -1
- package/dist/mst/index.js +0 -34
- package/dist/mst/index.js.map +0 -1
- package/dist/mst/mst.d.ts.map +0 -1
- package/dist/mst/mst.js +0 -770
- package/dist/mst/mst.js.map +0 -1
- package/dist/mst/util.d.ts.map +0 -1
- package/dist/mst/util.js +0 -167
- package/dist/mst/util.js.map +0 -1
- package/dist/mst/walker.d.ts.map +0 -1
- package/dist/mst/walker.js +0 -123
- package/dist/mst/walker.js.map +0 -1
- package/dist/parse.d.ts.map +0 -1
- package/dist/parse.js +0 -35
- package/dist/parse.js.map +0 -1
- package/dist/readable-repo.d.ts.map +0 -1
- package/dist/readable-repo.js +0 -117
- package/dist/readable-repo.js.map +0 -1
- package/dist/repo.d.ts.map +0 -1
- package/dist/repo.js +0 -190
- package/dist/repo.js.map +0 -1
- package/dist/storage/index.d.ts.map +0 -1
- package/dist/storage/index.js +0 -21
- package/dist/storage/index.js.map +0 -1
- package/dist/storage/memory-blockstore.d.ts.map +0 -1
- package/dist/storage/memory-blockstore.js +0 -80
- package/dist/storage/memory-blockstore.js.map +0 -1
- package/dist/storage/readable-blockstore.d.ts.map +0 -1
- package/dist/storage/readable-blockstore.js +0 -66
- package/dist/storage/readable-blockstore.js.map +0 -1
- package/dist/storage/sync-storage.d.ts.map +0 -1
- package/dist/storage/sync-storage.js +0 -46
- package/dist/storage/sync-storage.js.map +0 -1
- package/dist/storage/types.d.ts.map +0 -1
- package/dist/storage/types.js +0 -7
- package/dist/storage/types.js.map +0 -1
- package/dist/sync/consumer.d.ts.map +0 -1
- package/dist/sync/consumer.js +0 -178
- package/dist/sync/consumer.js.map +0 -1
- package/dist/sync/index.d.ts.map +0 -1
- package/dist/sync/index.js +0 -19
- package/dist/sync/index.js.map +0 -1
- package/dist/sync/provider.d.ts.map +0 -1
- package/dist/sync/provider.js +0 -67
- package/dist/sync/provider.js.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -62
- package/dist/types.js.map +0 -1
- package/dist/util.d.ts.map +0 -1
- package/dist/util.js +0 -219
- package/dist/util.js.map +0 -1
- package/tsconfig.tests.json +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @atproto/repo
|
|
2
2
|
|
|
3
|
-
## 0.3.9
|
|
3
|
+
## 0.3.9
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
- @atproto/common
|
|
11
|
-
- @atproto/lexicon@0.3.3
|
|
12
|
-
- @atproto/
|
|
13
|
-
- @atproto/crypto@0.3.
|
|
7
|
+
- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
|
|
8
|
+
- @atproto/common-web@0.2.4
|
|
9
|
+
- @atproto/identity@0.3.3
|
|
10
|
+
- @atproto/common@0.3.4
|
|
11
|
+
- @atproto/lexicon@0.3.3
|
|
12
|
+
- @atproto/syntax@0.2.1
|
|
13
|
+
- @atproto/crypto@0.3.0
|
|
14
14
|
|
|
15
15
|
## 0.3.8
|
|
16
16
|
|
package/babel.config.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../babel.config.js')
|
package/build.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const { nodeExternalsPlugin } = require('esbuild-node-externals')
|
|
2
|
+
|
|
3
|
+
const buildShallow =
|
|
4
|
+
process.argv.includes('--shallow') || process.env.ATP_BUILD_SHALLOW === 'true'
|
|
5
|
+
|
|
6
|
+
require('esbuild').build({
|
|
7
|
+
logLevel: 'info',
|
|
8
|
+
entryPoints: ['src/index.ts'],
|
|
9
|
+
bundle: true,
|
|
10
|
+
sourcemap: true,
|
|
11
|
+
outdir: 'dist',
|
|
12
|
+
platform: 'node',
|
|
13
|
+
plugins: buildShallow ? [nodeExternalsPlugin()] : [],
|
|
14
|
+
})
|
package/dist/block-map.d.ts
CHANGED
package/dist/cid-set.d.ts
CHANGED
package/dist/data-diff.d.ts
CHANGED
package/dist/error.d.ts
CHANGED
package/dist/index.d.ts
CHANGED