Skip to content

Commit

Permalink
feat: bump deno to 1.1.3 and dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-craigmorten committed Jul 6, 2020
1 parent 7ba103b commit ee48662
Show file tree
Hide file tree
Showing 12 changed files with 180 additions and 83 deletions.
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## [1.6.0] - 06-07-2020

- feat: bump deno and deps versions.
- refactor: small updates to xhrSham.
- test: add Ako framework test for error response status and body.

## [1.5.1] - 02-07-2020

- fix: breaking sub-dependency change.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@master
with:
deno-version: 1.1.2
- run: deno install -A -f --unstable -n eggs https://x.nest.land/eggs@0.1.5/mod.ts
deno-version: 1.1.3
- run: deno install -A -f --unstable -n eggs https://x.nest.land/eggs@0.1.8/mod.ts
- run: |
export PATH="/home/runner/.deno/bin:$PATH"
eggs link --key ${NEST_LAND_KEY}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
deno-version: [1.1.2]
deno-version: [1.1.3]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ precommit:
@make lock

test:
@deno test --allow-net --allow-read
@deno test --allow-net --allow-read --allow-env

typedoc:
@typedoc --ignoreCompilerErrors --out ./docs --mode modules --includeDeclarations --excludeExternals ./src
Expand Down
10 changes: 5 additions & 5 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ export {
HTTPOptions,
Server,
Response,
} from "https://deno.land/std@0.59.0/http/server.ts";
export { STATUS_TEXT } from "https://deno.land/std@0.59.0/http/http_status.ts";
export { assertEquals } from "https://deno.land/std@0.59.0/testing/asserts.ts";
export { methods } from "https://deno.land/x/opine@0.16.0/src/methods.ts";
export { mergeDescriptors } from "https://deno.land/x/opine@0.16.0/src/utils/mergeDescriptors.ts";
} from "https://deno.land/std@0.60.0/http/server.ts";
export { STATUS_TEXT } from "https://deno.land/std@0.60.0/http/http_status.ts";
export { assertEquals } from "https://deno.land/std@0.60.0/testing/asserts.ts";
export { methods } from "https://deno.land/x/opine@0.17.0/src/methods.ts";
export { mergeDescriptors } from "https://deno.land/x/opine@0.17.0/src/utils/mergeDescriptors.ts";
// TODO: import these as production modules
export { default as util } from "https://dev.jspm.io/npm:util@0.12.3";
export { default as superagent } from "https://dev.jspm.io/npm:superagent@5.2.2";
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superdeno",
"description": "HTTP assertions for Deno made easy via superagent.",
"version": "1.5.1",
"version": "1.6.0",
"repository": "https://github.com/asos-craigmorten/superdeno",
"stable": true,
"files": [
Expand Down
106 changes: 53 additions & 53 deletions lock.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"https://deno.land/std@0.59.0/http/server.ts": "a7849cd4ce0f9863cb674fd947d7451e61f978c9501e458fe4996ad2d2367a9b",
"https://deno.land/std@0.59.0/encoding/utf8.ts": "8654fa820aa69a37ec5eb11908e20b39d056c9bf1c23ab294303ff467f3d50a1",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/client.dew.js": "ef7eab243bcc0f4662ac39d573621dc2c1a28f2d8131284ca290e74877f59278",
"https://dev.jspm.io/npm:util@0.12.3": "fc8ddcb26e703ebe6bfefe680feefae2af8f8136139c598aa7c6bad940dfeceb",
"https://deno.land/x/opine@0.16.0/src/utils/mergeDescriptors.ts": "e61d541bb6eeeb651f051accbe935fbbdddcb4c1d382994099b4fddf29d10d02",
"https://dev.jspm.io/npm:is-arguments@1.0.4/index.dew.js": "b26e5c7303e25510c1703d98fecebe03ef19da469f5917ee43d736e092daa016",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/request-base.dew.js": "1ecee2c8e0aed7f3cb0513324cbbf56ffc935c72f92a62ce4a39bcc1e2467b98",
"https://dev.jspm.io/npm:inherits@2.0.4/inherits_browser.dew.js": "9d3b15dd8ae6d05b71806ba70371069c12a3583b590e420f23b09b3c5b4dc5c5",
"https://dev.jspm.io/npm:es-abstract@1.17.6/GetIntrinsic.dew.js": "face5ad5845c364be516940787e320b5fc1c015f65cabbe55e7c30fb1fbf255f",
"https://deno.land/std@0.59.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149",
"https://dev.jspm.io/npm:array-filter@1.0.0/index.dew.js": "149481867f2b27c22a3c92f5cdb149b270a60b065120ca138e7c1ced7c7f6b49",
"https://deno.land/std@0.59.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7",
"https://deno.land/std@0.59.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab",
"https://deno.land/std@0.59.0/io/bufio.ts": "dd1fc575524fe8b44e128091ba0e6833be7d0966336ef12a407544440b762e17",
"https://dev.jspm.io/npm:util@0.12.3/support/isBufferBrowser.dew.js": "b3016da05b0cfdf0b95a74faf5e2e15720fb442f187462b3e067366691d1dcc9",
"https://dev.jspm.io/npm:fast-safe-stringify@2.0.7/index.dew.js": "bf235312429708bf79319ac43daf434fb22bd715a885a1139a65efb1c8f08f5c",
"https://dev.jspm.io/npm:es-abstract@1.17.6/helpers/getOwnPropertyDescriptor.dew.js": "57437e452d983aa4c37706eefec974f2e86a7a43f3acb8f429ea52a4a8a4e868",
"https://dev.jspm.io/npm:@jspm/core@1/nodelibs/process.js": "a9b37603d48c1d4117bd0b778b84ddab867d67e8ac8ff87ad71fccf72cdc615d",
"https://dev.jspm.io/npm:superagent@5.2.2": "608e651dc79c7c014b4f69b8317139fabe68825696b1056098c3d90ecccf7352",
"https://deno.land/std@0.59.0/async/mod.ts": "bf46766747775d0fc4070940d20d45fb311c814989485861cdc8a8ef0e3bbbab",
"https://dev.jspm.io/npm:fast-safe-stringify@2?dew": "cf4851d1915da1fa7d4af06f2b736f2214ef11b7d458789e8e84439be8b977b1",
"https://deno.land/std@0.59.0/async/mux_async_iterator.ts": "f6ca1b70f05e3cb676956d70a3230c99925288cf67e4e0b0bbaf34759b41945b",
"https://deno.land/std@0.59.0/textproto/mod.ts": "642a218f787a0d93fbc122af748d57a88aaca079a9e4d8461b713e2e29165277",
"https://deno.land/std@0.60.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/is-object.dew.js": "4c24365dbc705405cc247a2989e8d8467251aa27ebdbef3f1f2b033044de07dd",
"https://dev.jspm.io/npm:component-emitter@1?dew": "e2957bc3be509c8ef1ff860a5554d2258d9c88b2791c8c0fb022f8dda945f425",
"https://dev.jspm.io/npm:inherits@2.0.4/inherits_browser.dew.js": "9d3b15dd8ae6d05b71806ba70371069c12a3583b590e420f23b09b3c5b4dc5c5",
"https://dev.jspm.io/npm:which-typed-array@1.1.2/index.dew.js": "2f2e2740933b146e1b98274c8862f63dff56db38ddcb22e15a31a76003d72853",
"https://dev.jspm.io/npm:es-abstract@1/helpers/callBound?dew": "1afdfed9fcd4f6a071c0fe36824d5316d5043fcc610921aede7f604027790363",
"https://dev.jspm.io/npm:component-emitter@1.3.0/index.dew.js": "79beee598d83a89514bde4e388d3273c3f664928f7c299fab88d40b2e84b165c",
"https://dev.jspm.io/npm:foreach@2.0.5/index.dew.js": "857f00785a3a7b5705de591779ce37e0d52c86ac2ce36c42bdc985eacd8e29ab",
"https://dev.jspm.io/npm:function-bind@1.1.1/index.dew.js": "727a5ef1e204821622d942741288d461ee2859f329afb37bd2cd02f44590ec47",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/utils.dew.js": "d47dbac6ea6605e2bcb8b10fd9c4d0a36c1dc84e429ce06ae4392d09cf04201f",
"https://dev.jspm.io/npm:has-symbols@1.0.1/index.dew.js": "e1ea27956f3750cf7c7a1c2daa5511b94215b298e21d95c05b2e3c974212d8e7",
"https://deno.land/std@0.60.0/encoding/utf8.ts": "8654fa820aa69a37ec5eb11908e20b39d056c9bf1c23ab294303ff467f3d50a1",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/request-base.dew.js": "1ecee2c8e0aed7f3cb0513324cbbf56ffc935c72f92a62ce4a39bcc1e2467b98",
"https://dev.jspm.io/npm:es-abstract@1.17.6/helpers/callBound.dew.js": "d15738d2aa7e4b6fb3d41ab131ab07f8288d4353a9f04e2c9aa68d602ec454fd",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/client.dew.js": "ef7eab243bcc0f4662ac39d573621dc2c1a28f2d8131284ca290e74877f59278",
"https://deno.land/std@0.60.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7",
"https://deno.land/std@0.60.0/io/bufio.ts": "dd1fc575524fe8b44e128091ba0e6833be7d0966336ef12a407544440b762e17",
"https://deno.land/std@0.60.0/testing/asserts.ts": "15c40930393511d1a467d74c468301f17a2c00678bad7029a0257af3c5618b1b",
"https://dev.jspm.io/npm:which-typed-array@1?dew": "c315cd24f04137850c27bd046f4519f79a4288c3536a61d165766793172c3edb",
"https://dev.jspm.io/npm:@jspm/core@1.1.1/nodelibs/process.js": "9f0a862b551c5c13b46cd32b50ab8f18a95bdd943ac54292ed087c3590b2de4a",
"https://deno.land/std@0.60.0/fmt/colors.ts": "06444b6ebc3842a4b2340d804bfa81fc5452a03513cbb81bd7f6bf8f4b8f3ac4",
"https://dev.jspm.io/npm:es-abstract@1.17.6/GetIntrinsic.dew.js": "face5ad5845c364be516940787e320b5fc1c015f65cabbe55e7c30fb1fbf255f",
"https://dev.jspm.io/npm:es-abstract@1.17.6/helpers/callBind.dew.js": "58feeb5fb5a26bb0aaed7377ef026fea5cbdbb43069b30e83f9d0d127c80c29f",
"https://dev.jspm.io/npm:is-typed-array@1?dew": "fd296547d81d20b32f2fcb1efc8ff5fe3f6c354c49229a84ded5853cc58377f8",
"https://dev.jspm.io/npm:available-typed-arrays@1?dew": "17381426dcd95265622ca2fabb02e4bf9cd88ba6cdf512a7dea23d0455a5a851",
"https://dev.jspm.io/npm:foreach@2?dew": "074be3338f17bd9c8df477f804988160a1c9cfd9aad796682d19d6d7881220b2",
"https://dev.jspm.io/npm:function-bind@1.1.1/implementation.dew.js": "ee9e1be5b0bc8e7983e5d57442758ce21ba18779f555a81ed2c86eacb286ed5d",
"https://dev.jspm.io/npm:is-arguments@1.0.4/index.dew.js": "b26e5c7303e25510c1703d98fecebe03ef19da469f5917ee43d736e092daa016",
"https://deno.land/std@0.60.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc",
"https://dev.jspm.io/npm:@jspm/core@1.1.1/nodelibs/chunk-0c2d1322.js": "3eed4c7a6cf097af01d9102b533f5a00f12163316eee6aa9c5c83e8b2adb24e5",
"https://dev.jspm.io/npm:which-typed-array@1.1.2/index.dew.js": "2f2e2740933b146e1b98274c8862f63dff56db38ddcb22e15a31a76003d72853",
"https://dev.jspm.io/npm:function-bind@1?dew": "fe36da64ee41c2cce6f94893c58224e114d7643edfa3ce8e15c0b1079959d03b",
"https://dev.jspm.io/npm:has-symbols@1.0.1/index.dew.js": "e1ea27956f3750cf7c7a1c2daa5511b94215b298e21d95c05b2e3c974212d8e7",
"https://deno.land/std@0.60.0/http/server.ts": "bae67d3afb0e73a23d696d904883e88579a28a08982b8fdc397cd195b53bc503",
"https://dev.jspm.io/npm:util@0.12.3/support/types.dew.js": "47faf7e5211b30c1e3263091900198c1f4e87a83a1ec1a1bf458e4f0c8e264ff",
"https://deno.land/std@0.60.0/http/_io.ts": "7a31bf7d0167685d8d0ff4eca93b558cd26539695d1ddbd715ee28bf1dc7db17",
"https://dev.jspm.io/npm:is-typed-array@1.1.3/index.dew.js": "cb782e8964aa2754f4485b91ccddf9ad8135b896138f053a7e9a1bd88597aee1",
"https://dev.jspm.io/npm:util@0.12.3/support/isBuffer.dew.js": "d6fa0e79174f1603034a9db86d15283c5521e52a5de19500d62c0ba39350df83",
"https://deno.land/std@0.60.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a",
"https://dev.jspm.io/npm:util@0.12.3/util.dew.js": "35f766a38806bf49a25506eef21413878c1f08e2be3f1915b805a68723514575",
"https://deno.land/std@0.59.0/testing/diff.ts": "77338e2b479626c096278d7b4a95f750753ee39558f314db6b794e8d8a98d515",
"https://dev.jspm.io/npm:has-symbols@1.0.1/shams.dew.js": "09167eae4c19348cbc71174ab1392f29d37e4199baa0c89a361a3d98543c1415",
"https://dev.jspm.io/npm:component-emitter@1.3.0/index.dew.js": "79beee598d83a89514bde4e388d3273c3f664928f7c299fab88d40b2e84b165c",
"https://dev.jspm.io/npm:util@0.12.3/support/isBufferBrowser.dew.js": "b3016da05b0cfdf0b95a74faf5e2e15720fb442f187462b3e067366691d1dcc9",
"https://dev.jspm.io/npm:is-generator-function@1?dew": "1b535baf4dea94cceab7c1ee4db07dd72f29e89d1c3641e409b7f9d579acbf40",
"https://dev.jspm.io/npm:es-abstract@1.17.6/helpers/callBound.dew.js": "d15738d2aa7e4b6fb3d41ab131ab07f8288d4353a9f04e2c9aa68d602ec454fd",
"https://dev.jspm.io/npm:function-bind@1.1.1/index.dew.js": "727a5ef1e204821622d942741288d461ee2859f329afb37bd2cd02f44590ec47",
"https://dev.jspm.io/npm:is-typed-array@1?dew": "fd296547d81d20b32f2fcb1efc8ff5fe3f6c354c49229a84ded5853cc58377f8",
"https://dev.jspm.io/npm:es-abstract@1.17.6/helpers/getOwnPropertyDescriptor.dew.js": "57437e452d983aa4c37706eefec974f2e86a7a43f3acb8f429ea52a4a8a4e868",
"https://deno.land/std@0.60.0/textproto/mod.ts": "642a218f787a0d93fbc122af748d57a88aaca079a9e4d8461b713e2e29165277",
"https://dev.jspm.io/npm:function-bind@1.1.1/implementation.dew.js": "ee9e1be5b0bc8e7983e5d57442758ce21ba18779f555a81ed2c86eacb286ed5d",
"https://dev.jspm.io/npm:array-filter@1?dew": "50415f26d91786895d8248bbbd53bdfe63b788ec279d4f0dd417bc621ecda024",
"https://dev.jspm.io/npm:is-arguments@1?dew": "1c0a43fce76b51dee36ce4dc0927cae7cb8793d085a2cdd06b3ac0a59c4e2b78",
"https://dev.jspm.io/npm:fast-safe-stringify@2?dew": "cf4851d1915da1fa7d4af06f2b736f2214ef11b7d458789e8e84439be8b977b1",
"https://dev.jspm.io/npm:has-symbols@1.0.1/shams.dew.js": "09167eae4c19348cbc71174ab1392f29d37e4199baa0c89a361a3d98543c1415",
"https://dev.jspm.io/npm:util@0.12.3": "fc8ddcb26e703ebe6bfefe680feefae2af8f8136139c598aa7c6bad940dfeceb",
"https://dev.jspm.io/npm:es-abstract@1/helpers/getOwnPropertyDescriptor?dew": "072f35c35181bdf3f7aa414728bb70ede8bec6ffa4eed933d635a7c0c97e8367",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/response-base.dew.js": "b7ecd833fe997d21677adecd5a3ba59090b73fd27ebaf56b4109ab8371a8ce06",
"https://deno.land/std@0.60.0/async/mux_async_iterator.ts": "f6ca1b70f05e3cb676956d70a3230c99925288cf67e4e0b0bbaf34759b41945b",
"https://dev.jspm.io/npm:is-generator-function@1.0.7/index.dew.js": "89e4118bf20327439ad9560c592e0e175178a0111127a75d0d9b3c7c2a727d2e",
"https://dev.jspm.io/npm:has-symbols@1?dew": "60311a9c9e90e9b2f27a85d1fda9e89477bf6f06e249357a5e9a06d6b1e76a31",
"https://dev.jspm.io/npm:foreach@2.0.5/index.dew.js": "857f00785a3a7b5705de591779ce37e0d52c86ac2ce36c42bdc985eacd8e29ab",
"https://dev.jspm.io/npm:@jspm/core@1/nodelibs/process.js": "a9b37603d48c1d4117bd0b778b84ddab867d67e8ac8ff87ad71fccf72cdc615d",
"https://deno.land/std@0.59.0/http/_io.ts": "7a31bf7d0167685d8d0ff4eca93b558cd26539695d1ddbd715ee28bf1dc7db17",
"https://dev.jspm.io/npm:fast-safe-stringify@2.0.7/index.dew.js": "bf235312429708bf79319ac43daf434fb22bd715a885a1139a65efb1c8f08f5c",
"https://dev.jspm.io/npm:inherits@2?dew": "033e494b585fac494061a707f27bc9934d3eaf22e3b5420a5f7cdf176d4b12ef",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/agent-base.dew.js": "1324503fafe17bd67ae02977e374dfff6abc09473bbf27c5b41d82df200d3d85",
"https://dev.jspm.io/npm:es-abstract@1/helpers/callBound?dew": "1afdfed9fcd4f6a071c0fe36824d5316d5043fcc610921aede7f604027790363",
"https://dev.jspm.io/npm:util@0.12.3/support/isBuffer.dew.js": "d6fa0e79174f1603034a9db86d15283c5521e52a5de19500d62c0ba39350df83",
"https://deno.land/x/opine@0.16.0/src/methods.ts": "5dba355af605dbb55a5f02c417786afc2a07018bffc3a4bec1e7066d4fe16c7d",
"https://dev.jspm.io/npm:is-typed-array@1.1.3/index.dew.js": "cb782e8964aa2754f4485b91ccddf9ad8135b896138f053a7e9a1bd88597aee1",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/is-object.dew.js": "4c24365dbc705405cc247a2989e8d8467251aa27ebdbef3f1f2b033044de07dd",
"https://dev.jspm.io/npm:component-emitter@1?dew": "e2957bc3be509c8ef1ff860a5554d2258d9c88b2791c8c0fb022f8dda945f425",
"https://deno.land/std@0.59.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc",
"https://dev.jspm.io/npm:function-bind@1?dew": "fe36da64ee41c2cce6f94893c58224e114d7643edfa3ce8e15c0b1079959d03b",
"https://deno.land/std@0.60.0/testing/diff.ts": "77338e2b479626c096278d7b4a95f750753ee39558f314db6b794e8d8a98d515",
"https://deno.land/x/opine@0.17.0/src/methods.ts": "5dba355af605dbb55a5f02c417786afc2a07018bffc3a4bec1e7066d4fe16c7d",
"https://dev.jspm.io/npm:has-symbols@1?dew": "60311a9c9e90e9b2f27a85d1fda9e89477bf6f06e249357a5e9a06d6b1e76a31",
"https://dev.jspm.io/npm:@jspm/core@1.1.1/nodelibs/process.js": "9f0a862b551c5c13b46cd32b50ab8f18a95bdd943ac54292ed087c3590b2de4a",
"https://deno.land/std@0.60.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab",
"https://dev.jspm.io/npm:available-typed-arrays@1.0.2/index.dew.js": "c8f09c55df45ed2efc86c0b53cfd8e3625c8570d324771d832f134733982e590",
"https://dev.jspm.io/npm:es-abstract@1.17.6/helpers/callBind.dew.js": "58feeb5fb5a26bb0aaed7377ef026fea5cbdbb43069b30e83f9d0d127c80c29f",
"https://deno.land/std@0.59.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a",
"https://deno.land/std@0.59.0/testing/asserts.ts": "f869f6f752bcfe64d743153126b2382c48d08e94c30b867501620ae2c5d56d0a",
"https://dev.jspm.io/npm:util@0.12.3/support/types.dew.js": "47faf7e5211b30c1e3263091900198c1f4e87a83a1ec1a1bf458e4f0c8e264ff",
"https://dev.jspm.io/npm:inherits@2?dew": "033e494b585fac494061a707f27bc9934d3eaf22e3b5420a5f7cdf176d4b12ef",
"https://dev.jspm.io/npm:array-filter@1?dew": "50415f26d91786895d8248bbbd53bdfe63b788ec279d4f0dd417bc621ecda024",
"https://dev.jspm.io/npm:available-typed-arrays@1?dew": "17381426dcd95265622ca2fabb02e4bf9cd88ba6cdf512a7dea23d0455a5a851",
"https://deno.land/std@0.59.0/fmt/colors.ts": "06444b6ebc3842a4b2340d804bfa81fc5452a03513cbb81bd7f6bf8f4b8f3ac4",
"https://dev.jspm.io/npm:is-arguments@1?dew": "1c0a43fce76b51dee36ce4dc0927cae7cb8793d085a2cdd06b3ac0a59c4e2b78",
"https://dev.jspm.io/npm:superagent@5.2.2/lib/utils.dew.js": "d47dbac6ea6605e2bcb8b10fd9c4d0a36c1dc84e429ce06ae4392d09cf04201f"
"https://deno.land/std@0.60.0/async/mod.ts": "bf46766747775d0fc4070940d20d45fb311c814989485861cdc8a8ef0e3bbbab",
"https://dev.jspm.io/npm:array-filter@1.0.0/index.dew.js": "149481867f2b27c22a3c92f5cdb149b270a60b065120ca138e7c1ced7c7f6b49",
"https://deno.land/x/opine@0.17.0/src/utils/mergeDescriptors.ts": "e61d541bb6eeeb651f051accbe935fbbdddcb4c1d382994099b4fddf29d10d02"
}
Loading

0 comments on commit ee48662

Please sign in to comment.