@dxos/keyring 0.8.4-main.ef1bc66f44 → 0.8.4-main.f466a3d56e
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/LICENSE +102 -5
- package/README.md +1 -1
- package/dist/lib/neutral/index.mjs +5 -37
- package/dist/lib/neutral/index.mjs.map +2 -2
- package/dist/lib/neutral/meta.json +1 -1
- package/dist/types/src/keyring.d.ts.map +1 -1
- package/dist/types/src/testing.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -15
package/LICENSE
CHANGED
|
@@ -1,8 +1,105 @@
|
|
|
1
|
-
|
|
2
|
-
Copyright (c) 2022 DXOS
|
|
1
|
+
# Functional Source License, Version 1.1, ALv2 Future License
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
## Abbreviation
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
FSL-1.1-Apache-2.0
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
## Notice
|
|
8
|
+
|
|
9
|
+
Copyright 2026 DXOS
|
|
10
|
+
|
|
11
|
+
## Terms and Conditions
|
|
12
|
+
|
|
13
|
+
### Licensor ("We")
|
|
14
|
+
|
|
15
|
+
The party offering the Software under these Terms and Conditions.
|
|
16
|
+
|
|
17
|
+
### The Software
|
|
18
|
+
|
|
19
|
+
The "Software" is each version of the software that we make available under
|
|
20
|
+
these Terms and Conditions, as indicated by our inclusion of these Terms and
|
|
21
|
+
Conditions with the Software.
|
|
22
|
+
|
|
23
|
+
### License Grant
|
|
24
|
+
|
|
25
|
+
Subject to your compliance with this License Grant and the Patents,
|
|
26
|
+
Redistribution and Trademark clauses below, we hereby grant you the right to
|
|
27
|
+
use, copy, modify, create derivative works, publicly perform, publicly display
|
|
28
|
+
and redistribute the Software for any Permitted Purpose identified below.
|
|
29
|
+
|
|
30
|
+
### Permitted Purpose
|
|
31
|
+
|
|
32
|
+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
|
|
33
|
+
means making the Software available to others in a commercial product or
|
|
34
|
+
service that:
|
|
35
|
+
|
|
36
|
+
1. substitutes for the Software;
|
|
37
|
+
|
|
38
|
+
2. substitutes for any other product or service we offer using the Software
|
|
39
|
+
that exists as of the date we make the Software available; or
|
|
40
|
+
|
|
41
|
+
3. offers the same or substantially similar functionality as the Software.
|
|
42
|
+
|
|
43
|
+
Permitted Purposes specifically include using the Software:
|
|
44
|
+
|
|
45
|
+
1. for your internal use and access;
|
|
46
|
+
|
|
47
|
+
2. for non-commercial education;
|
|
48
|
+
|
|
49
|
+
3. for non-commercial research; and
|
|
50
|
+
|
|
51
|
+
4. in connection with professional services that you provide to a licensee
|
|
52
|
+
using the Software in accordance with these Terms and Conditions.
|
|
53
|
+
|
|
54
|
+
### Patents
|
|
55
|
+
|
|
56
|
+
To the extent your use for a Permitted Purpose would necessarily infringe our
|
|
57
|
+
patents, the license grant above includes a license under our patents. If you
|
|
58
|
+
make a claim against any party that the Software infringes or contributes to
|
|
59
|
+
the infringement of any patent, then your patent license to the Software ends
|
|
60
|
+
immediately.
|
|
61
|
+
|
|
62
|
+
### Redistribution
|
|
63
|
+
|
|
64
|
+
The Terms and Conditions apply to all copies, modifications and derivatives of
|
|
65
|
+
the Software.
|
|
66
|
+
|
|
67
|
+
If you redistribute any copies, modifications or derivatives of the Software,
|
|
68
|
+
you must include a copy of or a link to these Terms and Conditions and not
|
|
69
|
+
remove any copyright notices provided in or with the Software.
|
|
70
|
+
|
|
71
|
+
### Disclaimer
|
|
72
|
+
|
|
73
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
|
|
74
|
+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
|
|
75
|
+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
|
|
76
|
+
|
|
77
|
+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
|
|
78
|
+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
|
|
79
|
+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
|
|
80
|
+
|
|
81
|
+
### Trademarks
|
|
82
|
+
|
|
83
|
+
Except for displaying the License Details and identifying us as the origin of
|
|
84
|
+
the Software, you have no right under these Terms and Conditions to use our
|
|
85
|
+
trademarks, trade names, service marks or product names.
|
|
86
|
+
|
|
87
|
+
## Grant of Future License
|
|
88
|
+
|
|
89
|
+
We hereby irrevocably grant you an additional license to use the Software under
|
|
90
|
+
the Apache License, Version 2.0 that is effective on the second anniversary of
|
|
91
|
+
the date we make the Software available. On or after that date, you may use the
|
|
92
|
+
Software under the Apache License, Version 2.0, in which case the following
|
|
93
|
+
will apply:
|
|
94
|
+
|
|
95
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
96
|
+
this file except in compliance with the License.
|
|
97
|
+
|
|
98
|
+
You may obtain a copy of the License at
|
|
99
|
+
|
|
100
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
101
|
+
|
|
102
|
+
Unless required by applicable law or agreed to in writing, software distributed
|
|
103
|
+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
104
|
+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
105
|
+
specific language governing permissions and limitations under the License.
|
package/README.md
CHANGED
|
@@ -18,4 +18,4 @@ pnpm i @dxos/keyring
|
|
|
18
18
|
|
|
19
19
|
Your ideas, issues, and code are most welcome. Please take a look at our [community code of conduct](https://github.com/dxos/dxos/blob/main/CODE_OF_CONDUCT.md), the [issue guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-issues), and the [PR contribution guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-prs).
|
|
20
20
|
|
|
21
|
-
License: [
|
|
21
|
+
License: [FSL-1.1-Apache-2.0](./LICENSE) Copyright 2022 © DXOS
|
|
@@ -9,13 +9,13 @@ import { PublicKey } from "@dxos/keys";
|
|
|
9
9
|
import { schema } from "@dxos/protocols/proto";
|
|
10
10
|
import { StorageType, createStorage } from "@dxos/random-access-storage";
|
|
11
11
|
import { ComplexMap, arrayToBuffer } from "@dxos/util";
|
|
12
|
+
var __dxlog_file = "/__w/dxos/dxos/packages/core/halo/keyring/src/keyring.ts";
|
|
12
13
|
function _ts_decorate(decorators, target, key, desc) {
|
|
13
14
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
14
15
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15
16
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
17
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
18
|
}
|
|
18
|
-
var __dxlog_file = "/__w/dxos/dxos/packages/core/halo/keyring/src/keyring.ts";
|
|
19
19
|
var KeyRecord = schema.getCodecForType("dxos.halo.keyring.KeyRecord");
|
|
20
20
|
var Keyring = class {
|
|
21
21
|
_storage;
|
|
@@ -25,15 +25,7 @@ var Keyring = class {
|
|
|
25
25
|
type: StorageType.RAM
|
|
26
26
|
}).createDirectory("keyring")) {
|
|
27
27
|
this._storage = _storage;
|
|
28
|
-
invariant(subtleCrypto, "SubtleCrypto not available in this environment.", {
|
|
29
|
-
F: __dxlog_file,
|
|
30
|
-
L: 30,
|
|
31
|
-
S: this,
|
|
32
|
-
A: [
|
|
33
|
-
"subtleCrypto",
|
|
34
|
-
"'SubtleCrypto not available in this environment.'"
|
|
35
|
-
]
|
|
36
|
-
});
|
|
28
|
+
invariant(subtleCrypto, "SubtleCrypto not available in this environment.", { "~LogMeta": "~LogMeta", F: __dxlog_file, L: 29, S: this, A: ["subtleCrypto", "'SubtleCrypto not available in this environment.'"] });
|
|
37
29
|
}
|
|
38
30
|
async sign(key, message) {
|
|
39
31
|
const keyPair = await this._getKey(key);
|
|
@@ -64,24 +56,8 @@ var Keyring = class {
|
|
|
64
56
|
await file.close();
|
|
65
57
|
const record = KeyRecord.decode(recordBytes);
|
|
66
58
|
const publicKey = PublicKey.from(record.publicKey);
|
|
67
|
-
invariant(key.equals(publicKey), "Corrupted keyring: Key mismatch", {
|
|
68
|
-
|
|
69
|
-
L: 77,
|
|
70
|
-
S: this,
|
|
71
|
-
A: [
|
|
72
|
-
"key.equals(publicKey)",
|
|
73
|
-
"'Corrupted keyring: Key mismatch'"
|
|
74
|
-
]
|
|
75
|
-
});
|
|
76
|
-
invariant(record.privateKey, "Corrupted keyring: Missing private key", {
|
|
77
|
-
F: __dxlog_file,
|
|
78
|
-
L: 78,
|
|
79
|
-
S: this,
|
|
80
|
-
A: [
|
|
81
|
-
"record.privateKey",
|
|
82
|
-
"'Corrupted keyring: Missing private key'"
|
|
83
|
-
]
|
|
84
|
-
});
|
|
59
|
+
invariant(key.equals(publicKey), "Corrupted keyring: Key mismatch", { "~LogMeta": "~LogMeta", F: __dxlog_file, L: 60, S: this, A: ["key.equals(publicKey)", "'Corrupted keyring: Key mismatch'"] });
|
|
60
|
+
invariant(record.privateKey, "Corrupted keyring: Missing private key", { "~LogMeta": "~LogMeta", F: __dxlog_file, L: 61, S: this, A: ["record.privateKey", "'Corrupted keyring: Missing private key'"] });
|
|
85
61
|
const keyPair = {
|
|
86
62
|
publicKey: await subtleCrypto.importKey("raw", record.publicKey, {
|
|
87
63
|
name: "ECDSA",
|
|
@@ -121,15 +97,7 @@ var Keyring = class {
|
|
|
121
97
|
const keys = [];
|
|
122
98
|
for (const path of await this._storage.list()) {
|
|
123
99
|
const fileName = path.split("/").pop();
|
|
124
|
-
invariant(fileName, "Invalid file name", {
|
|
125
|
-
F: __dxlog_file,
|
|
126
|
-
L: 134,
|
|
127
|
-
S: this,
|
|
128
|
-
A: [
|
|
129
|
-
"fileName",
|
|
130
|
-
"'Invalid file name'"
|
|
131
|
-
]
|
|
132
|
-
});
|
|
100
|
+
invariant(fileName, "Invalid file name", { "~LogMeta": "~LogMeta", F: __dxlog_file, L: 101, S: this, A: ["fileName", "'Invalid file name'"] });
|
|
133
101
|
keys.push({
|
|
134
102
|
publicKey: PublicKey.fromHex(fileName).asUint8Array()
|
|
135
103
|
});
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/keyring.ts", "../../../src/testing.ts"],
|
|
4
4
|
"sourcesContent": ["//\n// Copyright 2022 DXOS.org\n//\n\nimport { Event, synchronized } from '@dxos/async';\nimport { type ProtoCodec } from '@dxos/codec-protobuf';\nimport { type Signer, subtleCrypto } from '@dxos/crypto';\nimport { todo } from '@dxos/debug';\nimport { invariant } from '@dxos/invariant';\nimport { PublicKey } from '@dxos/keys';\nimport { schema } from '@dxos/protocols/proto';\nimport { type KeyRecord } from '@dxos/protocols/proto/dxos/halo/keyring';\nimport { type Directory, StorageType, createStorage } from '@dxos/random-access-storage';\nimport { ComplexMap, arrayToBuffer } from '@dxos/util';\n\nconst KeyRecord: ProtoCodec<KeyRecord> = schema.getCodecForType('dxos.halo.keyring.KeyRecord');\n\n/**\n * Manages keys.\n */\nexport class Keyring implements Signer {\n private readonly _keyCache = new ComplexMap<PublicKey, CryptoKeyPair>(PublicKey.hash);\n readonly keysUpdate = new Event();\n\n constructor(\n private readonly _storage: Directory = createStorage({\n type: StorageType.RAM,\n }).createDirectory('keyring'),\n ) {\n invariant(subtleCrypto, 'SubtleCrypto not available in this environment.');\n }\n\n async sign(key: PublicKey, message: Uint8Array): Promise<Uint8Array> {\n const keyPair = await this._getKey(key);\n\n return new Uint8Array(\n await subtleCrypto.sign(\n {\n name: 'ECDSA',\n hash: 'SHA-256',\n },\n keyPair.privateKey,\n message as Uint8Array<ArrayBuffer>,\n ),\n );\n }\n\n async createKey(): Promise<PublicKey> {\n const keyPair = await subtleCrypto.generateKey(\n {\n name: 'ECDSA',\n namedCurve: 'P-256',\n },\n true,\n ['sign', 'verify'],\n );\n\n await this._setKey(keyPair);\n\n return keyPairToPublicKey(keyPair);\n }\n\n @synchronized\n private async _getKey(key: PublicKey): Promise<CryptoKeyPair> {\n if (!this._keyCache.has(key)) {\n const file = this._storage.getOrCreateFile(key.toHex());\n const { size } = await file.stat();\n if (size === 0) {\n throw new Error(`Key not found: ${key.toHex()}`);\n }\n\n const recordBytes = await file.read(0, size);\n await file.close();\n\n const record = KeyRecord.decode(recordBytes);\n const publicKey = PublicKey.from(record.publicKey);\n invariant(key.equals(publicKey), 'Corrupted keyring: Key mismatch');\n invariant(record.privateKey, 'Corrupted keyring: Missing private key');\n const keyPair: CryptoKeyPair = {\n publicKey: await subtleCrypto.importKey(\n 'raw',\n record.publicKey as Uint8Array<ArrayBuffer>,\n {\n name: 'ECDSA',\n namedCurve: 'P-256',\n },\n true,\n ['verify'],\n ),\n privateKey: await subtleCrypto.importKey(\n 'pkcs8',\n record.privateKey as Uint8Array<ArrayBuffer>,\n {\n name: 'ECDSA',\n namedCurve: 'P-256',\n },\n true,\n ['sign'],\n ),\n };\n\n this._keyCache.set(publicKey, keyPair);\n }\n\n return this._keyCache.get(key)!; // TODO(burdon): Fail if null?\n }\n\n @synchronized\n private async _setKey(keyPair: CryptoKeyPair): Promise<void> {\n const publicKey = await keyPairToPublicKey(keyPair);\n this._keyCache.set(publicKey, keyPair);\n\n const record: KeyRecord = {\n publicKey: publicKey.asUint8Array(),\n privateKey: new Uint8Array(await subtleCrypto.exportKey('pkcs8', keyPair.privateKey)),\n };\n\n const file = this._storage.getOrCreateFile(publicKey.toHex());\n await file.write(0, arrayToBuffer(KeyRecord.encode(record)));\n await file.close();\n await file.flush?.();\n this.keysUpdate.emit();\n }\n\n // TODO(burdon): ???\n deleteKey(key: PublicKey): Promise<void> {\n return todo('We need a method to delete a file.');\n }\n\n async list(): Promise<KeyRecord[]> {\n const keys: KeyRecord[] = [];\n for (const path of await this._storage.list()) {\n const fileName = path.split('/').pop(); // get last portion of the path\n invariant(fileName, 'Invalid file name');\n keys.push({ publicKey: PublicKey.fromHex(fileName).asUint8Array() });\n }\n return keys;\n }\n\n async importKeyPair(keyPair: CryptoKeyPair): Promise<PublicKey> {\n await this._setKey(keyPair);\n return keyPairToPublicKey(keyPair);\n }\n}\n\nconst keyPairToPublicKey = async (keyPair: CryptoKeyPair): Promise<PublicKey> => {\n return PublicKey.from(new Uint8Array(await subtleCrypto.exportKey('raw', keyPair.publicKey)));\n};\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { subtleCrypto } from '@dxos/crypto';\n\nexport type TestKeyPair = {\n privateKey: JsonWebKey;\n publicKey: JsonWebKey;\n publicKeyHex: string;\n};\n\n/**\n * Generate a key pair which for testing purposes.\n * @returns {Promise<TestKeyPair>}\n */\nexport const generateJWKKeyPair = async (): Promise<TestKeyPair> => {\n const keyPair = await subtleCrypto.generateKey(\n {\n name: 'ECDSA',\n namedCurve: 'P-256',\n },\n true,\n ['sign', 'verify'],\n );\n\n const privateKeyExported = await subtleCrypto.exportKey('jwk', keyPair.privateKey);\n const publicKeyExported = await subtleCrypto.exportKey('jwk', keyPair.publicKey);\n\n // Convert the public key to hex format\n const publicKeyBuffer = new Uint8Array(await subtleCrypto.exportKey('raw', keyPair.publicKey));\n const publicKeyHex = Array.from(publicKeyBuffer)\n .map((byte) => byte.toString(16).padStart(2, '0'))\n .join('');\n\n return {\n privateKey: privateKeyExported,\n publicKey: publicKeyExported,\n publicKeyHex,\n };\n};\n\n/**\n * Parse a key pair from JWK format.\n */\nexport const parseJWKKeyPair = async (privateKey: JsonWebKey, publicKey: JsonWebKey): Promise<CryptoKeyPair> => {\n return {\n privateKey: await subtleCrypto.importKey('jwk', privateKey, { name: 'ECDSA', namedCurve: 'P-256' }, true, ['sign']),\n publicKey: await subtleCrypto.importKey('jwk', publicKey, { name: 'ECDSA', namedCurve: 'P-256' }, true, ['verify']),\n };\n};\n"],
|
|
5
|
-
"mappings": ";;;
|
|
6
|
-
"names": ["
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["subtleCrypto", "todo", "invariant", "PublicKey", "schema", "StorageType", "createStorage", "ComplexMap", "arrayToBuffer", "KeyRecord", "_keyCache", "keysUpdate", "_storage", "RAM", "createDirectory", "keyPair", "Uint8Array", "name", "hash", "namedCurve", "keyPairToPublicKey", "file", "size", "Error", "record", "publicKey", "equals", "privateKey", "write", "close", "flush", "emit", "keys", "path", "fileName", "split", "_setKey", "subtleCrypto", "generateJWKKeyPair", "keyPair", "generateKey", "name", "namedCurve", "privateKeyExported", "exportKey", "privateKey", "publicKeyExported", "publicKey", "publicKeyBuffer", "Uint8Array", "publicKeyHex", "Array", "from", "map", "byte", "toString", "padStart", "join", "parseJWKKeyPair", "importKey"]
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/keyring.ts":{"bytes":
|
|
1
|
+
{"inputs":{"src/keyring.ts":{"bytes":16213,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/testing.ts":{"bytes":5077,"imports":[{"path":"@dxos/crypto","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":458,"imports":[{"path":"src/keyring.ts","kind":"import-statement","original":"./keyring"},{"path":"src/testing.ts","kind":"import-statement","original":"./testing"}],"format":"esm"}},"outputs":{"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":10254},"dist/lib/neutral/index.mjs":{"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true}],"exports":["Keyring","generateJWKKeyPair","parseJWKKeyPair"],"entryPoint":"src/index.ts","inputs":{"src/keyring.ts":{"bytesInOutput":4745},"src/index.ts":{"bytesInOutput":0},"src/testing.ts":{"bytesInOutput":1103}},"bytes":6017}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyring.d.ts","sourceRoot":"","sources":["../../../src/keyring.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAgB,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,cAAc,CAAC;AAGzD,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,KAAK,SAAS,EAA8B,MAAM,6BAA6B,CAAC;AAGzF,QAAA,MAAM,SAAS,EAAE,UAAU,CAAC,SAAS,CAAyD,CAAC;AAE/F;;GAEG;AACH,qBAAa,OAAQ,YAAW,MAAM;IAKlC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAJ3B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA4D;IACtF,QAAQ,CAAC,UAAU,cAAe;
|
|
1
|
+
{"version":3,"file":"keyring.d.ts","sourceRoot":"","sources":["../../../src/keyring.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAgB,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,cAAc,CAAC;AAGzD,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,KAAK,SAAS,EAA8B,MAAM,6BAA6B,CAAC;AAGzF,QAAA,MAAM,SAAS,EAAE,UAAU,CAAC,SAAS,CAAyD,CAAC;AAE/F;;GAEG;AACH,qBAAa,OAAQ,YAAW,MAAM;IAKlC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAJ3B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA4D;IACtF,QAAQ,CAAC,UAAU,cAAe;IAElC,YACmB,QAAQ,GAAE,SAEE,EAG9B;IAEK,IAAI,CAAC,GAAG,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAanE;IAEK,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,CAapC;YAGa,OAAO;YA6CP,OAAO;IAiBrB,SAAS,CAAC,GAAG,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAEvC;IAEK,IAAI,IAAI,OAAO,CAAC,SAAS,EAAE,CAAC,CAQjC;IAEK,aAAa,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAG9D;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,UAAU,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,QAAa,OAAO,CAAC,WAAW,CAwB9D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,UAAU,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,QAAa,OAAO,CAAC,WAAW,CAwB9D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,eAAsB,UAAU,aAAa,UAAU,KAAG,OAAO,CAAC,aAAa,CAK1G,CAAC"}
|