@fairfox/polly 0.69.0 → 0.71.0
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/src/client/index.js +17 -20
- package/dist/src/client/index.js.map +4 -4
- package/dist/src/mesh.js +462 -154
- package/dist/src/mesh.js.map +9 -7
- package/dist/src/peer.js +153 -9
- package/dist/src/peer.js.map +5 -4
- package/dist/src/polly-ui/markdown.js +3 -3
- package/dist/src/polly-ui/markdown.js.map +2 -2
- package/dist/src/shared/lib/mesh-client.d.ts +29 -0
- package/dist/src/shared/lib/mesh-diagnostics.d.ts +129 -0
- package/dist/src/shared/lib/mesh-network-adapter.d.ts +90 -3
- package/dist/src/shared/lib/revocation-summary.d.ts +54 -0
- package/dist/tools/test/src/e2e-mesh/console-allowlist.d.ts +31 -0
- package/dist/tools/test/src/e2e-mesh/index.d.ts +27 -0
- package/dist/tools/test/src/e2e-mesh/index.js +1183 -0
- package/dist/tools/test/src/e2e-mesh/index.js.map +22 -0
- package/dist/tools/test/src/e2e-mesh/keys.d.ts +55 -0
- package/dist/tools/test/src/e2e-mesh/launch-peer.d.ts +98 -0
- package/dist/tools/test/src/e2e-mesh/mesh-assertions.d.ts +53 -0
- package/dist/tools/test/src/e2e-mesh/serve-consumer.d.ts +32 -0
- package/dist/tools/test/src/e2e-mesh/wait-for-convergence.d.ts +38 -0
- package/dist/tools/test/src/e2e-mesh/with-relay.d.ts +53 -0
- package/dist/tools/test/src/visual/index.js +24 -24
- package/dist/tools/test/src/visual/index.js.map +2 -2
- package/dist/tools/verify/src/cli.js +361 -22
- package/dist/tools/verify/src/cli.js.map +6 -6
- package/dist/tools/verify/src/config.d.ts +26 -1
- package/dist/tools/verify/src/config.js +9 -1
- package/dist/tools/verify/src/config.js.map +4 -4
- package/dist/tools/verify/src/primitives/index.d.ts +30 -0
- package/dist/tools/visualize/src/cli.js +43 -1
- package/dist/tools/visualize/src/cli.js.map +3 -3
- package/package.json +11 -8
- package/LICENSE +0 -21
- package/README.md +0 -362
|
@@ -11487,7 +11487,7 @@ var init_zlib = __esm(() => {
|
|
|
11487
11487
|
export_default = import_browserify_zlib.default;
|
|
11488
11488
|
});
|
|
11489
11489
|
|
|
11490
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/chunkstream.js
|
|
11490
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/chunkstream.js
|
|
11491
11491
|
var require_chunkstream = __commonJS((exports, module) => {
|
|
11492
11492
|
var util = (init_util(), __toCommonJS(exports_util));
|
|
11493
11493
|
var Stream = require_stream();
|
|
@@ -11619,7 +11619,7 @@ var require_chunkstream = __commonJS((exports, module) => {
|
|
|
11619
11619
|
};
|
|
11620
11620
|
});
|
|
11621
11621
|
|
|
11622
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/interlace.js
|
|
11622
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/interlace.js
|
|
11623
11623
|
var require_interlace = __commonJS((exports) => {
|
|
11624
11624
|
var imagePasses = [
|
|
11625
11625
|
{
|
|
@@ -11692,7 +11692,7 @@ var require_interlace = __commonJS((exports) => {
|
|
|
11692
11692
|
};
|
|
11693
11693
|
});
|
|
11694
11694
|
|
|
11695
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/paeth-predictor.js
|
|
11695
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/paeth-predictor.js
|
|
11696
11696
|
var require_paeth_predictor = __commonJS((exports, module) => {
|
|
11697
11697
|
module.exports = function paethPredictor(left, above, upLeft) {
|
|
11698
11698
|
let paeth = left + above - upLeft;
|
|
@@ -11709,7 +11709,7 @@ var require_paeth_predictor = __commonJS((exports, module) => {
|
|
|
11709
11709
|
};
|
|
11710
11710
|
});
|
|
11711
11711
|
|
|
11712
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-parse.js
|
|
11712
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-parse.js
|
|
11713
11713
|
var require_filter_parse = __commonJS((exports, module) => {
|
|
11714
11714
|
var interlaceUtils = require_interlace();
|
|
11715
11715
|
var paethPredictor = require_paeth_predictor();
|
|
@@ -11844,7 +11844,7 @@ var require_filter_parse = __commonJS((exports, module) => {
|
|
|
11844
11844
|
};
|
|
11845
11845
|
});
|
|
11846
11846
|
|
|
11847
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-parse-async.js
|
|
11847
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-parse-async.js
|
|
11848
11848
|
var require_filter_parse_async = __commonJS((exports, module) => {
|
|
11849
11849
|
var util = (init_util(), __toCommonJS(exports_util));
|
|
11850
11850
|
var ChunkStream = require_chunkstream();
|
|
@@ -11867,7 +11867,7 @@ var require_filter_parse_async = __commonJS((exports, module) => {
|
|
|
11867
11867
|
util.inherits(FilterAsync, ChunkStream);
|
|
11868
11868
|
});
|
|
11869
11869
|
|
|
11870
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/constants.js
|
|
11870
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/constants.js
|
|
11871
11871
|
var require_constants2 = __commonJS((exports, module) => {
|
|
11872
11872
|
module.exports = {
|
|
11873
11873
|
PNG_SIGNATURE: [137, 80, 78, 71, 13, 10, 26, 10],
|
|
@@ -11894,7 +11894,7 @@ var require_constants2 = __commonJS((exports, module) => {
|
|
|
11894
11894
|
};
|
|
11895
11895
|
});
|
|
11896
11896
|
|
|
11897
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/crc.js
|
|
11897
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/crc.js
|
|
11898
11898
|
var require_crc = __commonJS((exports, module) => {
|
|
11899
11899
|
var crcTable = [];
|
|
11900
11900
|
(function() {
|
|
@@ -11931,7 +11931,7 @@ var require_crc = __commonJS((exports, module) => {
|
|
|
11931
11931
|
};
|
|
11932
11932
|
});
|
|
11933
11933
|
|
|
11934
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/parser.js
|
|
11934
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/parser.js
|
|
11935
11935
|
var require_parser = __commonJS((exports, module) => {
|
|
11936
11936
|
var constants2 = require_constants2();
|
|
11937
11937
|
var CrcCalculator = require_crc();
|
|
@@ -12148,7 +12148,7 @@ var require_parser = __commonJS((exports, module) => {
|
|
|
12148
12148
|
};
|
|
12149
12149
|
});
|
|
12150
12150
|
|
|
12151
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/bitmapper.js
|
|
12151
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/bitmapper.js
|
|
12152
12152
|
var require_bitmapper = __commonJS((exports) => {
|
|
12153
12153
|
var interlaceUtils = require_interlace();
|
|
12154
12154
|
var pixelBppMapper = [
|
|
@@ -12359,7 +12359,7 @@ var require_bitmapper = __commonJS((exports) => {
|
|
|
12359
12359
|
};
|
|
12360
12360
|
});
|
|
12361
12361
|
|
|
12362
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/format-normaliser.js
|
|
12362
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/format-normaliser.js
|
|
12363
12363
|
var require_format_normaliser = __commonJS((exports, module) => {
|
|
12364
12364
|
function dePalette(indata, outdata, width, height, palette) {
|
|
12365
12365
|
let pxPos = 0;
|
|
@@ -12435,7 +12435,7 @@ var require_format_normaliser = __commonJS((exports, module) => {
|
|
|
12435
12435
|
};
|
|
12436
12436
|
});
|
|
12437
12437
|
|
|
12438
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/parser-async.js
|
|
12438
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/parser-async.js
|
|
12439
12439
|
var require_parser_async = __commonJS((exports, module) => {
|
|
12440
12440
|
var util = (init_util(), __toCommonJS(exports_util));
|
|
12441
12441
|
var zlib = (init_zlib(), __toCommonJS(exports_zlib));
|
|
@@ -12557,7 +12557,7 @@ var require_parser_async = __commonJS((exports, module) => {
|
|
|
12557
12557
|
};
|
|
12558
12558
|
});
|
|
12559
12559
|
|
|
12560
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/bitpacker.js
|
|
12560
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/bitpacker.js
|
|
12561
12561
|
var require_bitpacker = __commonJS((exports, module) => {
|
|
12562
12562
|
var constants2 = require_constants2();
|
|
12563
12563
|
module.exports = function(dataIn, width, height, options) {
|
|
@@ -12686,7 +12686,7 @@ var require_bitpacker = __commonJS((exports, module) => {
|
|
|
12686
12686
|
};
|
|
12687
12687
|
});
|
|
12688
12688
|
|
|
12689
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-pack.js
|
|
12689
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-pack.js
|
|
12690
12690
|
var require_filter_pack = __commonJS((exports, module) => {
|
|
12691
12691
|
var paethPredictor = require_paeth_predictor();
|
|
12692
12692
|
function filterNone(pxData, pxPos, byteWidth, rawData, rawPos) {
|
|
@@ -12825,7 +12825,7 @@ var require_filter_pack = __commonJS((exports, module) => {
|
|
|
12825
12825
|
};
|
|
12826
12826
|
});
|
|
12827
12827
|
|
|
12828
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/packer.js
|
|
12828
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/packer.js
|
|
12829
12829
|
var require_packer = __commonJS((exports, module) => {
|
|
12830
12830
|
var constants2 = require_constants2();
|
|
12831
12831
|
var CrcStream = require_crc();
|
|
@@ -12913,7 +12913,7 @@ var require_packer = __commonJS((exports, module) => {
|
|
|
12913
12913
|
};
|
|
12914
12914
|
});
|
|
12915
12915
|
|
|
12916
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/packer-async.js
|
|
12916
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/packer-async.js
|
|
12917
12917
|
var require_packer_async = __commonJS((exports, module) => {
|
|
12918
12918
|
var util = (init_util(), __toCommonJS(exports_util));
|
|
12919
12919
|
var Stream = require_stream();
|
|
@@ -12946,7 +12946,7 @@ var require_packer_async = __commonJS((exports, module) => {
|
|
|
12946
12946
|
};
|
|
12947
12947
|
});
|
|
12948
12948
|
|
|
12949
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/sync-inflate.js
|
|
12949
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/sync-inflate.js
|
|
12950
12950
|
var require_sync_inflate = __commonJS((exports, module) => {
|
|
12951
12951
|
var assert2 = (init_assert(), __toCommonJS(exports_assert)).ok;
|
|
12952
12952
|
var zlib = (init_zlib(), __toCommonJS(exports_zlib));
|
|
@@ -13065,7 +13065,7 @@ var require_sync_inflate = __commonJS((exports, module) => {
|
|
|
13065
13065
|
exports.inflateSync = inflateSync;
|
|
13066
13066
|
});
|
|
13067
13067
|
|
|
13068
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/sync-reader.js
|
|
13068
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/sync-reader.js
|
|
13069
13069
|
var require_sync_reader = __commonJS((exports, module) => {
|
|
13070
13070
|
var SyncReader = module.exports = function(buffer) {
|
|
13071
13071
|
this._buffer = buffer;
|
|
@@ -13099,7 +13099,7 @@ var require_sync_reader = __commonJS((exports, module) => {
|
|
|
13099
13099
|
};
|
|
13100
13100
|
});
|
|
13101
13101
|
|
|
13102
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-parse-sync.js
|
|
13102
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/filter-parse-sync.js
|
|
13103
13103
|
var require_filter_parse_sync = __commonJS((exports) => {
|
|
13104
13104
|
var SyncReader = require_sync_reader();
|
|
13105
13105
|
var Filter = require_filter_parse();
|
|
@@ -13119,7 +13119,7 @@ var require_filter_parse_sync = __commonJS((exports) => {
|
|
|
13119
13119
|
};
|
|
13120
13120
|
});
|
|
13121
13121
|
|
|
13122
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/parser-sync.js
|
|
13122
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/parser-sync.js
|
|
13123
13123
|
var require_parser_sync = __commonJS((exports, module) => {
|
|
13124
13124
|
var hasSyncZlib = true;
|
|
13125
13125
|
var zlib = (init_zlib(), __toCommonJS(exports_zlib));
|
|
@@ -13205,7 +13205,7 @@ var require_parser_sync = __commonJS((exports, module) => {
|
|
|
13205
13205
|
};
|
|
13206
13206
|
});
|
|
13207
13207
|
|
|
13208
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/packer-sync.js
|
|
13208
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/packer-sync.js
|
|
13209
13209
|
var require_packer_sync = __commonJS((exports, module) => {
|
|
13210
13210
|
var hasSyncZlib = true;
|
|
13211
13211
|
var zlib = (init_zlib(), __toCommonJS(exports_zlib));
|
|
@@ -13238,7 +13238,7 @@ var require_packer_sync = __commonJS((exports, module) => {
|
|
|
13238
13238
|
};
|
|
13239
13239
|
});
|
|
13240
13240
|
|
|
13241
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/png-sync.js
|
|
13241
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/png-sync.js
|
|
13242
13242
|
var require_png_sync = __commonJS((exports) => {
|
|
13243
13243
|
var parse = require_parser_sync();
|
|
13244
13244
|
var pack = require_packer_sync();
|
|
@@ -13250,7 +13250,7 @@ var require_png_sync = __commonJS((exports) => {
|
|
|
13250
13250
|
};
|
|
13251
13251
|
});
|
|
13252
13252
|
|
|
13253
|
-
// node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/png.js
|
|
13253
|
+
// ../../node_modules/.bun/pngjs@7.0.0/node_modules/pngjs/lib/png.js
|
|
13254
13254
|
var require_png = __commonJS((exports) => {
|
|
13255
13255
|
var util = (init_util(), __toCommonJS(exports_util));
|
|
13256
13256
|
var Stream = require_stream();
|
|
@@ -13377,7 +13377,7 @@ var require_png = __commonJS((exports) => {
|
|
|
13377
13377
|
// tools/test/src/visual/compare.ts
|
|
13378
13378
|
var {readFileSync, writeFileSync} = (() => ({}));
|
|
13379
13379
|
|
|
13380
|
-
// node_modules/.bun/pixelmatch@7.2.0/node_modules/pixelmatch/index.js
|
|
13380
|
+
// ../../node_modules/.bun/pixelmatch@7.2.0/node_modules/pixelmatch/index.js
|
|
13381
13381
|
function pixelmatch(img1, img2, output, width, height, options = {}) {
|
|
13382
13382
|
const {
|
|
13383
13383
|
threshold = 0.1,
|
|
@@ -14017,4 +14017,4 @@ export {
|
|
|
14017
14017
|
assertSafeUpdateMode
|
|
14018
14018
|
};
|
|
14019
14019
|
|
|
14020
|
-
//# debugId=
|
|
14020
|
+
//# debugId=CD6C9BD84374D6F964756E2164756E21
|