feat(rust-provider): add cross-runtime Rust provider tests and docs; simplify bridge event handling and bump tstest
This commit is contained in:
19
deno.lock
generated
19
deno.lock
generated
@@ -5,7 +5,7 @@
|
||||
"npm:@git.zone/tsbundle@^2.9.1": "2.9.1",
|
||||
"npm:@git.zone/tsrun@^2.0.1": "2.0.1",
|
||||
"npm:@git.zone/tsrust@^1.3.0": "1.3.0",
|
||||
"npm:@git.zone/tstest@^3.2.0": "3.2.0",
|
||||
"npm:@git.zone/tstest@^3.3.0": "3.3.0",
|
||||
"npm:@push.rocks/smartpath@6": "6.0.0",
|
||||
"npm:@push.rocks/smartrust@^1.3.1": "1.3.1",
|
||||
"npm:@push.rocks/tapbundle@^6.0.3": "6.0.3",
|
||||
@@ -1073,8 +1073,8 @@
|
||||
"bin": true,
|
||||
"tarball": "https://verdaccio.lossless.digital/@git.zone/tsrust/-/tsrust-1.3.0.tgz"
|
||||
},
|
||||
"@git.zone/tstest@3.2.0": {
|
||||
"integrity": "sha512-NXJkgfaBL1owmhC4rW+ikPWQWkXK4s1R0akbMdqZ8MiaW5+Gs1xYZ+iEPRzsGS0s0P+4VS7Y+hCnAjCL90AcIg==",
|
||||
"@git.zone/tstest@3.3.0": {
|
||||
"integrity": "sha512-+j/XW7/XM3JAhlJEvITrGWlfeq4WCq2aODxKupboPXFLJTikwv3lxojcr4T/6RJ3Y3GCWYxWfzcjjw6ELi5phg==",
|
||||
"dependencies": [
|
||||
"@api.global/typedserver",
|
||||
"@git.zone/tsbundle",
|
||||
@@ -1104,7 +1104,7 @@
|
||||
"ws@8.19.0"
|
||||
],
|
||||
"bin": true,
|
||||
"tarball": "https://verdaccio.lossless.digital/@git.zone/tstest/-/tstest-3.2.0.tgz"
|
||||
"tarball": "https://verdaccio.lossless.digital/@git.zone/tstest/-/tstest-3.3.0.tgz"
|
||||
},
|
||||
"@hapi/bourne@3.0.0": {
|
||||
"integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==",
|
||||
@@ -2020,12 +2020,13 @@
|
||||
],
|
||||
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartfile/-/smartfile-13.1.2.tgz"
|
||||
},
|
||||
"@push.rocks/smartfs@1.3.3": {
|
||||
"integrity": "sha512-IF16dgeDFDv65j+lhyhqjhm6gFhBrWTrnayVOCwbBg4yJ/6tNpd7sL8YsvBJRBRCBWrMFBCSL7thG0Thvq0VZA==",
|
||||
"@push.rocks/smartfs@1.4.0": {
|
||||
"integrity": "sha512-4PgteGOyMBiUWKLfTXOjxrZz+sXPLnvcmHeAEHY2gwZJflfp5/YDVPhodctOydersXzkynO359dIGLSCyQnnAQ==",
|
||||
"dependencies": [
|
||||
"@push.rocks/smartpath@6.0.0"
|
||||
"@push.rocks/smartpath@6.0.0",
|
||||
"@push.rocks/smartrust"
|
||||
],
|
||||
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartfs/-/smartfs-1.3.3.tgz"
|
||||
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartfs/-/smartfs-1.4.0.tgz"
|
||||
},
|
||||
"@push.rocks/smartguard@3.1.0": {
|
||||
"integrity": "sha512-J23q84f1O+TwFGmd4lrO9XLHUh2DaLXo9PN/9VmTWYzTkQDv5JehmifXVI0esophXcCIfbdIu6hbt7/aHlDF4A==",
|
||||
@@ -8765,7 +8766,7 @@
|
||||
"npm:@git.zone/tsbundle@^2.9.1",
|
||||
"npm:@git.zone/tsrun@^2.0.1",
|
||||
"npm:@git.zone/tsrust@^1.3.0",
|
||||
"npm:@git.zone/tstest@^3.2.0",
|
||||
"npm:@git.zone/tstest@^3.3.0",
|
||||
"npm:@push.rocks/smartpath@6",
|
||||
"npm:@push.rocks/smartrust@^1.3.1",
|
||||
"npm:@push.rocks/tapbundle@^6.0.3",
|
||||
|
||||
Reference in New Issue
Block a user