Skip to content

Commit

Permalink
1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
i-xi-dev committed Apr 18, 2024
1 parent 3e1f31a commit 46e760d
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 68 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A JavaScript MIME type parser and serializer, implements [the MIME type defined
### npm

```console
$ npm i @i-xi-dev/mimetype@1.2.21
$ npm i @i-xi-dev/mimetype@1.2.22
```

```javascript
Expand All @@ -26,13 +26,13 @@ import { MediaType } from "@i-xi-dev/mimetype";

Example for Skypack
```javascript
import { MediaType } from "https://cdn.skypack.dev/@i-xi-dev/mimetype@1.2.21";
import { MediaType } from "https://cdn.skypack.dev/@i-xi-dev/mimetype@1.2.22";
```


## Usage

### [`MediaType`](https://doc.deno.land/https://raw.githubusercontent.com/i-xi-dev/mimetype.es/1.2.21/mod.ts/~/MediaType) class
### [`MediaType`](https://doc.deno.land/https://raw.githubusercontent.com/i-xi-dev/mimetype.es/1.2.22/mod.ts/~/MediaType) class

Parse a MIME type string
```javascript
Expand Down
10 changes: 5 additions & 5 deletions build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
rootTestDir: "./tests",
package: {
name: "@i-xi-dev/mimetype",
version: "1.2.21",
version: "1.2.22",
description:
"A JavaScript MIME type parser and serializer, implements the MIME type defined in WHATWG MIME Sniffing Standard.",
license: "MIT",
Expand All @@ -39,10 +39,10 @@ await build({
publishConfig: {
access: "public",
},
files: [
"esm",
"types",
],
// files: [
// "esm",
// "types",
// ],
},
typeCheck: "both",
declaration: "inline",
Expand Down
114 changes: 57 additions & 57 deletions deno.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,38 @@
"https://deno.land/std@0.181.0/path/posix.ts": "8b7c67ac338714b30c816079303d0285dd24af6b284f7ad63da5b27372a2c94d",
"https://deno.land/std@0.181.0/path/separator.ts": "0fb679739d0d1d7bf45b68dacfb4ec7563597a902edbaf3c59b50d5bcadd93b1",
"https://deno.land/std@0.181.0/path/win32.ts": "d186344e5583bcbf8b18af416d13d82b35a317116e6460a5a3953508c3de5bba",
"https://deno.land/std@0.215.0/assert/_constants.ts": "a271e8ef5a573f1df8e822a6eb9d09df064ad66a4390f21b3e31f820a38e0975",
"https://deno.land/std@0.215.0/assert/_diff.ts": "dcc63d94ca289aec80644030cf88ccbf7acaa6fbd7b0f22add93616b36593840",
"https://deno.land/std@0.215.0/assert/_format.ts": "0ba808961bf678437fb486b56405b6fefad2cf87b5809667c781ddee8c32aff4",
"https://deno.land/std@0.215.0/assert/assert.ts": "bec068b2fccdd434c138a555b19a2c2393b71dfaada02b7d568a01541e67cdc5",
"https://deno.land/std@0.215.0/assert/assert_almost_equals.ts": "8b96b7385cc117668b0720115eb6ee73d04c9bcb2f5d2344d674918c9113688f",
"https://deno.land/std@0.215.0/assert/assert_array_includes.ts": "1688d76317fd45b7e93ef9e2765f112fdf2b7c9821016cdfb380b9445374aed1",
"https://deno.land/std@0.215.0/assert/assert_equals.ts": "4497c56fe7d2993b0d447926702802fc0becb44e319079e8eca39b482ee01b4e",
"https://deno.land/std@0.215.0/assert/assert_exists.ts": "24a7bf965e634f909242cd09fbaf38bde6b791128ece08e33ab08586a7cc55c9",
"https://deno.land/std@0.215.0/assert/assert_false.ts": "6f382568e5128c0f855e5f7dbda8624c1ed9af4fcc33ef4a9afeeedcdce99769",
"https://deno.land/std@0.215.0/assert/assert_greater.ts": "4945cf5729f1a38874d7e589e0fe5cc5cd5abe5573ca2ddca9d3791aa891856c",
"https://deno.land/std@0.215.0/assert/assert_greater_or_equal.ts": "573ed8823283b8d94b7443eb69a849a3c369a8eb9666b2d1db50c33763a5d219",
"https://deno.land/std@0.215.0/assert/assert_instance_of.ts": "72dc1faff1e248692d873c89382fa1579dd7b53b56d52f37f9874a75b11ba444",
"https://deno.land/std@0.215.0/assert/assert_is_error.ts": "6596f2b5ba89ba2fe9b074f75e9318cda97a2381e59d476812e30077fbdb6ed2",
"https://deno.land/std@0.215.0/assert/assert_less.ts": "2b4b3fe7910f65f7be52212f19c3977ecb8ba5b2d6d0a296c83cde42920bb005",
"https://deno.land/std@0.215.0/assert/assert_less_or_equal.ts": "b93d212fe669fbde959e35b3437ac9a4468f2e6b77377e7b6ea2cfdd825d38a0",
"https://deno.land/std@0.215.0/assert/assert_match.ts": "ec2d9680ed3e7b9746ec57ec923a17eef6d476202f339ad91d22277d7f1d16e1",
"https://deno.land/std@0.215.0/assert/assert_not_equals.ts": "ac86413ab70ffb14fdfc41740ba579a983fe355ba0ce4a9ab685e6b8e7f6a250",
"https://deno.land/std@0.215.0/assert/assert_not_instance_of.ts": "8f720d92d83775c40b2542a8d76c60c2d4aeddaf8713c8d11df8984af2604931",
"https://deno.land/std@0.215.0/assert/assert_not_match.ts": "b4b7c77f146963e2b673c1ce4846473703409eb93f5ab0eb60f6e6f8aeffe39f",
"https://deno.land/std@0.215.0/assert/assert_not_strict_equals.ts": "da0b8ab60a45d5a9371088378e5313f624799470c3b54c76e8b8abeec40a77be",
"https://deno.land/std@0.215.0/assert/assert_object_match.ts": "e85e5eef62a56ce364c3afdd27978ccab979288a3e772e6855c270a7b118fa49",
"https://deno.land/std@0.215.0/assert/assert_rejects.ts": "e9e0c8d9c3e164c7ac962c37b3be50577c5a2010db107ed272c4c1afb1269f54",
"https://deno.land/std@0.215.0/assert/assert_strict_equals.ts": "0425a98f70badccb151644c902384c12771a93e65f8ff610244b8147b03a2366",
"https://deno.land/std@0.215.0/assert/assert_string_includes.ts": "dfb072a890167146f8e5bdd6fde887ce4657098e9f71f12716ef37f35fb6f4a7",
"https://deno.land/std@0.215.0/assert/assert_throws.ts": "edddd86b39606c342164b49ad88dd39a26e72a26655e07545d172f164b617fa7",
"https://deno.land/std@0.215.0/assert/assertion_error.ts": "9f689a101ee586c4ce92f52fa7ddd362e86434ffdf1f848e45987dc7689976b8",
"https://deno.land/std@0.215.0/assert/equal.ts": "fae5e8a52a11d3ac694bbe1a53e13a7969e3f60791262312e91a3e741ae519e2",
"https://deno.land/std@0.215.0/assert/fail.ts": "f310e51992bac8e54f5fd8e44d098638434b2edb802383690e0d7a9be1979f1c",
"https://deno.land/std@0.215.0/assert/mod.ts": "325df8c0683ad83a873b9691aa66b812d6275fc9fec0b2d180ac68a2c5efed3b",
"https://deno.land/std@0.215.0/assert/unimplemented.ts": "47ca67d1c6dc53abd0bd729b71a31e0825fc452dbcd4fde4ca06789d5644e7fd",
"https://deno.land/std@0.215.0/assert/unreachable.ts": "38cfecb95d8b06906022d2f9474794fca4161a994f83354fd079cac9032b5145",
"https://deno.land/std@0.215.0/fmt/colors.ts": "aeaee795471b56fc62a3cb2e174ed33e91551b535f44677f6320336aabb54fbb",
"https://deno.land/std@0.223.0/assert/_constants.ts": "a271e8ef5a573f1df8e822a6eb9d09df064ad66a4390f21b3e31f820a38e0975",
"https://deno.land/std@0.223.0/assert/_diff.ts": "4bf42969aa8b1a33aaf23eb8e478b011bfaa31b82d85d2ff4b5c4662d8780d2b",
"https://deno.land/std@0.223.0/assert/_format.ts": "0ba808961bf678437fb486b56405b6fefad2cf87b5809667c781ddee8c32aff4",
"https://deno.land/std@0.223.0/assert/assert.ts": "09d30564c09de846855b7b071e62b5974b001bb72a4b797958fe0660e7849834",
"https://deno.land/std@0.223.0/assert/assert_almost_equals.ts": "9e416114322012c9a21fa68e187637ce2d7df25bcbdbfd957cd639e65d3cf293",
"https://deno.land/std@0.223.0/assert/assert_array_includes.ts": "167b2c29997defd49a1835de52b54ae3cbb2bcba52df7c7ee45fe64b473264f1",
"https://deno.land/std@0.223.0/assert/assert_equals.ts": "cc1f4b0ff4ad511e69f965535b56a6cdbbbc0f086bf376e0243214df6039c883",
"https://deno.land/std@0.223.0/assert/assert_exists.ts": "43420cf7f956748ae6ed1230646567b3593cb7a36c5a5327269279c870c5ddfd",
"https://deno.land/std@0.223.0/assert/assert_false.ts": "3e9be8e33275db00d952e9acb0cd29481a44fa0a4af6d37239ff58d79e8edeff",
"https://deno.land/std@0.223.0/assert/assert_greater.ts": "26903fc7170a9eb37ee6c6606c772b5a0465a85e719cfe46f57de35555931419",
"https://deno.land/std@0.223.0/assert/assert_greater_or_equal.ts": "10527cf379a71a55a88b96d9b3373d0346ea2bdd8d73d2faaab1224e2cedb727",
"https://deno.land/std@0.223.0/assert/assert_instance_of.ts": "e22343c1fdcacfaea8f37784ad782683ec1cf599ae9b1b618954e9c22f376f2c",
"https://deno.land/std@0.223.0/assert/assert_is_error.ts": "f856b3bc978a7aa6a601f3fec6603491ab6255118afa6baa84b04426dd3cc491",
"https://deno.land/std@0.223.0/assert/assert_less.ts": "091f0cc80f53425be22b14c9b6ae410fea08e16eca391a476303c5f4852fcd9e",
"https://deno.land/std@0.223.0/assert/assert_less_or_equal.ts": "9418b2f809023f778d58fd6834410814900eacb8a91708647970ae1085553813",
"https://deno.land/std@0.223.0/assert/assert_match.ts": "ace1710dd3b2811c391946954234b5da910c5665aed817943d086d4d4871a8b7",
"https://deno.land/std@0.223.0/assert/assert_not_equals.ts": "78d45dd46133d76ce624b2c6c09392f6110f0df9b73f911d20208a68dee2ef29",
"https://deno.land/std@0.223.0/assert/assert_not_instance_of.ts": "3434a669b4d20cdcc5359779301a0588f941ffdc2ad68803c31eabdb4890cf7a",
"https://deno.land/std@0.223.0/assert/assert_not_match.ts": "df30417240aa2d35b1ea44df7e541991348a063d9ee823430e0b58079a72242a",
"https://deno.land/std@0.223.0/assert/assert_not_strict_equals.ts": "61e4adfd80eddaab5da5e5444431dfb19457f26b1f1e7a8be27c5d981b7f50b9",
"https://deno.land/std@0.223.0/assert/assert_object_match.ts": "411450fd194fdaabc0089ae68f916b545a49d7b7e6d0026e84a54c9e7eed2693",
"https://deno.land/std@0.223.0/assert/assert_rejects.ts": "4bee1d6d565a5b623146a14668da8f9eb1f026a4f338bbf92b37e43e0aa53c31",
"https://deno.land/std@0.223.0/assert/assert_strict_equals.ts": "dbcdcb5b8b74e6c06bce6a9fa43ff4d1089793e7832baff251e514954b9b266b",
"https://deno.land/std@0.223.0/assert/assert_string_includes.ts": "496b9ecad84deab72c8718735373feb6cdaa071eb91a98206f6f3cb4285e71b8",
"https://deno.land/std@0.223.0/assert/assert_throws.ts": "c6508b2879d465898dab2798009299867e67c570d7d34c90a2d235e4553906eb",
"https://deno.land/std@0.223.0/assert/assertion_error.ts": "ba8752bd27ebc51f723702fac2f54d3e94447598f54264a6653d6413738a8917",
"https://deno.land/std@0.223.0/assert/equal.ts": "bddf07bb5fc718e10bb72d5dc2c36c1ce5a8bdd3b647069b6319e07af181ac47",
"https://deno.land/std@0.223.0/assert/fail.ts": "0eba674ffb47dff083f02ced76d5130460bff1a9a68c6514ebe0cdea4abadb68",
"https://deno.land/std@0.223.0/assert/mod.ts": "48b8cb8a619ea0b7958ad7ee9376500fe902284bb36f0e32c598c3dc34cbd6f3",
"https://deno.land/std@0.223.0/assert/unimplemented.ts": "8c55a5793e9147b4f1ef68cd66496b7d5ba7a9e7ca30c6da070c1a58da723d73",
"https://deno.land/std@0.223.0/assert/unreachable.ts": "5ae3dbf63ef988615b93eb08d395dda771c96546565f9e521ed86f6510c29e19",
"https://deno.land/std@0.223.0/fmt/colors.ts": "d239d84620b921ea520125d778947881f62c50e78deef2657073840b8af9559a",
"https://deno.land/x/code_block_writer@12.0.0/mod.ts": "2c3448060e47c9d08604c8f40dee34343f553f33edcdfebbf648442be33205e5",
"https://deno.land/x/code_block_writer@12.0.0/utils/string_utils.ts": "60cb4ec8bd335bf241ef785ccec51e809d576ff8e8d29da43d2273b69ce2a6ff",
"https://deno.land/x/deno_cache@0.6.2/auth_tokens.ts": "5d1d56474c54a9d152e44d43ea17c2e6a398dd1e9682c69811a313567c01ee1e",
Expand Down Expand Up @@ -107,32 +107,32 @@
"https://deno.land/x/ts_morph@20.0.0/common/typescript.js": "b9edf0a451685d13e0467a7ed4351d112b74bd1e256b915a2b941054e31c1736",
"https://deno.land/x/wasmbuild@0.15.1/cache.ts": "9d01b5cb24e7f2a942bbd8d14b093751fa690a6cde8e21709ddc97667e6669ed",
"https://deno.land/x/wasmbuild@0.15.1/loader.ts": "8c2fc10e21678e42f84c5135d8ab6ab7dc92424c3f05d2354896a29ccfd02a63",
"https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.24/deps.ts": "e61df8a6e2d5a85116a8505fe62b7c5fd5747da9abb962f049cf948edfe64f40",
"https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.24/mod.ts": "94feaa36c412e5286a6b2c394f761f7bfa995be6bb76a3c9bf49ec4a76f7285b",
"https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.24/src/http_utils.ts": "de9eb0d536a89f4abda642846a8daf71dbcacdf9e7ad9f3f2af82d4237387b38",
"https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.25/deps.ts": "14b36bd71613539ad472199d1aac55dcc708f07642e41a3999820d8bc39f30bf",
"https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.25/mod.ts": "94feaa36c412e5286a6b2c394f761f7bfa995be6bb76a3c9bf49ec4a76f7285b",
"https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.25/src/http_utils.ts": "de9eb0d536a89f4abda642846a8daf71dbcacdf9e7ad9f3f2af82d4237387b38",
"https://raw.githubusercontent.com/i-xi-dev/http.es/1.0.12/mod.ts": "6d014bcc745c5032ba346cf3f90d681d1cf7a50f23b3c73571d118a45e72525f",
"https://raw.githubusercontent.com/i-xi-dev/http.es/1.0.12/src/http.ts": "8aa97297890e0cead512920fd4033c9f6e7740bf164ef6c3cc3792ace4b0b350",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/mod.ts": "9a8f794fb02a04a2c0b13b5c7817e386bbfbb7f068b215f76eaea24f97f13ea7",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/_utils.ts": "a2733e44ed12fb92d9a121cd14656e5fc29d77359e7c066ddfd427a91998e35f",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/bigint.ts": "8f5e1601cafb6e867c354e1dfaa1b5b8e42f3c9c070a387728176633d7f528eb",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/bigint_range.ts": "b14db6241c90419f47425e2d579ca7fadae4f67d1bb89f88edd4d3d60e75f8a9",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/number.ts": "9c8ef92244a31efb4e5f137e151392ad8878821b4d22ee09de8d610a2ebb7753",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/number_range.ts": "30de5dbaf141a5f647d046bd1e2dd8449ed2e43b05cbb4c4a9e4e18f2a2e8098",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/radix.ts": "9e0f2281aefa4050f87d1559cf870326df1711fbc43e5c68ffa58af4bf79e0d8",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/rounding_mode.ts": "f5e90afbbdf9e85b2d5d5b076f416ad6014cd3f7ff5d5f59927e2fe548a0926e",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/safe_integer.ts": "e608bf1169444f239145b09fefd26dcb8e22494edd5162f78ef9ad87d3e21470",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/uint16.ts": "88bee50b99991ff634fbb93d3dedfdb17bde8add7f35a048d413db87f57d7276",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/uint32.ts": "4c353a325b2a3b3a83eec9b2a80b54f3fc7b2a1dd4232a33f62de9fe6836fb59",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/uint6.ts": "7dd5e63bf6666ce109a982dc3471d3c4deab5210fbc57c24157396b056e0b848",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/uint64.ts": "85e74d79df8bd2f700bba057aee31973c9cdab1315d4e74ebdd79b3b6415902e",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/uint7.ts": "bd0e4d9af733caffff0feaf02223bd466224f6d4ca3af8eec34ab1f6c25933f0",
"https://raw.githubusercontent.com/i-xi-dev/number.es/7.3.0/src/uint8.ts": "f96000bbcb0a244d831e35b8acd412ce6790571d3c13de335e51d8203341b6c9",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/deps.ts": "4112e32d4b92b3605447721dc5fcbdfffef3fb1c114fb1b6e8cde1d8e1534b49",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/mod.ts": "b707475542968cd0ac5ce29474709984f329f7a7320079b02b9410f0bc8a9825",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/src/code_point.ts": "53f884f388717c602dece11f1f5af2d6c444e76eb7100223e5363ec368171313",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/src/general_category.ts": "ed37611e5b64b9e4c9e84f9675900b2bd1a0ad629fbd90f5e512558580c55f0c",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/src/isomorphic.ts": "bb3a5dfb91480ce4b60a74a12395b65d71dd63ce7271973e2d542a7598580219",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/src/rune.ts": "2a1ec6942c9c1d43913a1967281bc404f3e7774b3aa5c78a822d42efb45dd220",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/src/string.ts": "5af42fd94af9763e2e81f4aecf5ce947aed26118e63b6e4302c8f51be35719c9"
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/mod.ts": "9a8f794fb02a04a2c0b13b5c7817e386bbfbb7f068b215f76eaea24f97f13ea7",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/_utils.ts": "a2733e44ed12fb92d9a121cd14656e5fc29d77359e7c066ddfd427a91998e35f",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/bigint.ts": "8f5e1601cafb6e867c354e1dfaa1b5b8e42f3c9c070a387728176633d7f528eb",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/bigint_range.ts": "b14db6241c90419f47425e2d579ca7fadae4f67d1bb89f88edd4d3d60e75f8a9",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/number.ts": "9c8ef92244a31efb4e5f137e151392ad8878821b4d22ee09de8d610a2ebb7753",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/number_range.ts": "30de5dbaf141a5f647d046bd1e2dd8449ed2e43b05cbb4c4a9e4e18f2a2e8098",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/radix.ts": "9e0f2281aefa4050f87d1559cf870326df1711fbc43e5c68ffa58af4bf79e0d8",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/rounding_mode.ts": "f5e90afbbdf9e85b2d5d5b076f416ad6014cd3f7ff5d5f59927e2fe548a0926e",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/safe_integer.ts": "e608bf1169444f239145b09fefd26dcb8e22494edd5162f78ef9ad87d3e21470",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint16.ts": "f797a548774440365e470ba6e7e5f194b07fedce9ad47b5de73583fd9cebce43",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint32.ts": "4c9faf0ee36a92a4c84131640776fd8bf86fb2423114be2c46c4811c63b13016",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint6.ts": "bdf0dbfb14cd818a55284f2616a6cf2e7966fcaf67c04c12df6d50555dcaa1f8",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint64.ts": "138c8a453c663b23cf76893983a1cdca663b58e2107d6f77e8e68da217641fb8",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint7.ts": "fda5ae758d7f29800043053311db57bd6b2de8ebef8a2c7c4f7639203cc0e5c3",
"https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint8.ts": "7e8a29ed7eff9e26341c65c8796d8d58aa8da11f4490a8ca87ac650294e4aaaf",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/deps.ts": "41fef791e0f834df90aaf3969858e77cf084c94aa43c0d9a2b1e72634a009932",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/mod.ts": "b707475542968cd0ac5ce29474709984f329f7a7320079b02b9410f0bc8a9825",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/src/code_point.ts": "53f884f388717c602dece11f1f5af2d6c444e76eb7100223e5363ec368171313",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/src/general_category.ts": "ed37611e5b64b9e4c9e84f9675900b2bd1a0ad629fbd90f5e512558580c55f0c",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/src/isomorphic.ts": "bb3a5dfb91480ce4b60a74a12395b65d71dd63ce7271973e2d542a7598580219",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/src/rune.ts": "2a1ec6942c9c1d43913a1967281bc404f3e7774b3aa5c78a822d42efb45dd220",
"https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/src/string.ts": "97ed54934f9535c8996940bf30d3d8ccc4f5f2ff362ab8144c584c0afbaa3cdf"
}
}
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { Http } from "https://raw.githubusercontent.com/i-xi-dev/http.es/1.0.12/mod.ts";
export { HttpUtils } from "https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.24/mod.ts";
export { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.4/mod.ts";
export { HttpUtils } from "https://raw.githubusercontent.com/i-xi-dev/http-utils.es/2.1.25/mod.ts";
export { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/mod.ts";
2 changes: 1 addition & 1 deletion tests/deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export {
assertStrictEquals,
assertThrows,
} from "https://deno.land/std@0.215.0/assert/mod.ts";
} from "https://deno.land/std@0.223.0/assert/mod.ts";

0 comments on commit 46e760d

Please sign in to comment.