summaryrefslogtreecommitdiff
path: root/tests/deno.lock
diff options
context:
space:
mode:
authorMateusz Franik <47059999+Im-Beast@users.noreply.github.com>2024-10-16 07:55:11 +0200
committerGitHub <noreply@github.com>2024-10-16 07:55:11 +0200
commitfd7bb6ae1c27ffe5d41f3a818ee9034d9bb76138 (patch)
tree01e57a1c483370a3f023ed27d401069502694396 /tests/deno.lock
parent44fd5e17bbce52caf681850ac79f463d9ce6bb31 (diff)
feat: wownero typescript bindings, regression tests (#71)
* regression tests * ci: move regression_check to full_check workflow, reuse artifact build * feat: support wownero in monero.ts bindings * ci: test wownero regressions as well * extract wownero-cli as wownero * actually load wownero when specified * fix: commitUR not being a symbol in wownero
Diffstat (limited to 'tests/deno.lock')
-rwxr-xr-xtests/deno.lock90
1 files changed, 90 insertions, 0 deletions
diff --git a/tests/deno.lock b/tests/deno.lock
new file mode 100755
index 0000000..02d189f
--- /dev/null
+++ b/tests/deno.lock
@@ -0,0 +1,90 @@
+{
+ "version": "4",
+ "specifiers": {
+ "jsr:@david/dax@*": "0.42.0",
+ "jsr:@david/path@0.2": "0.2.0",
+ "jsr:@david/which@~0.4.1": "0.4.1",
+ "jsr:@std/assert@*": "0.221.0",
+ "jsr:@std/assert@0.221": "0.221.0",
+ "jsr:@std/bytes@0.221": "0.221.0",
+ "jsr:@std/fmt@0.221": "0.221.0",
+ "jsr:@std/fmt@1": "1.0.2",
+ "jsr:@std/fs@1": "1.0.4",
+ "jsr:@std/io@0.221": "0.221.0",
+ "jsr:@std/path@1": "1.0.6",
+ "jsr:@std/path@^1.0.6": "1.0.6",
+ "jsr:@std/streams@0.221": "0.221.0",
+ "jsr:@std/streams@^1.0.7": "1.0.7",
+ "jsr:@std/tar@*": "0.1.2"
+ },
+ "jsr": {
+ "@david/dax@0.42.0": {
+ "integrity": "0c547c9a20577a6072b90def194c159c9ddab82280285ebfd8268a4ebefbd80b",
+ "dependencies": [
+ "jsr:@david/path",
+ "jsr:@david/which",
+ "jsr:@std/fmt@1",
+ "jsr:@std/fs",
+ "jsr:@std/io",
+ "jsr:@std/path@1",
+ "jsr:@std/streams@0.221"
+ ]
+ },
+ "@david/path@0.2.0": {
+ "integrity": "f2d7aa7f02ce5a55e27c09f9f1381794acb09d328f8d3c8a2e3ab3ffc294dccd",
+ "dependencies": [
+ "jsr:@std/fs",
+ "jsr:@std/path@1"
+ ]
+ },
+ "@david/which@0.4.1": {
+ "integrity": "896a682b111f92ab866cc70c5b4afab2f5899d2f9bde31ed00203b9c250f225e"
+ },
+ "@std/assert@0.221.0": {
+ "integrity": "a5f1aa6e7909dbea271754fd4ab3f4e687aeff4873b4cef9a320af813adb489a",
+ "dependencies": [
+ "jsr:@std/fmt@0.221"
+ ]
+ },
+ "@std/bytes@0.221.0": {
+ "integrity": "64a047011cf833890a4a2ab7293ac55a1b4f5a050624ebc6a0159c357de91966"
+ },
+ "@std/fmt@0.221.0": {
+ "integrity": "379fed69bdd9731110f26b9085aeb740606b20428ce6af31ef6bd45ef8efa62a"
+ },
+ "@std/fmt@1.0.2": {
+ "integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7"
+ },
+ "@std/fs@1.0.4": {
+ "integrity": "2907d32d8d1d9e540588fd5fe0ec21ee638134bd51df327ad4e443aaef07123c",
+ "dependencies": [
+ "jsr:@std/path@^1.0.6"
+ ]
+ },
+ "@std/io@0.221.0": {
+ "integrity": "faf7f8700d46ab527fa05cc6167f4b97701a06c413024431c6b4d207caa010da",
+ "dependencies": [
+ "jsr:@std/assert@0.221",
+ "jsr:@std/bytes"
+ ]
+ },
+ "@std/path@1.0.6": {
+ "integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
+ },
+ "@std/streams@0.221.0": {
+ "integrity": "47f2f74634b47449277c0ee79fe878da4424b66bd8975c032e3afdca88986e61",
+ "dependencies": [
+ "jsr:@std/io"
+ ]
+ },
+ "@std/streams@1.0.7": {
+ "integrity": "1a93917ca0c58c01b2bfb93647189229b1702677f169b6fb61ad6241cd2e499b"
+ },
+ "@std/tar@0.1.2": {
+ "integrity": "98183102395decd6268253996177804f818580ef547a25b81da0e7cc334db708",
+ "dependencies": [
+ "jsr:@std/streams@^1.0.7"
+ ]
+ }
+ }
+}