Skip to content

Commit 080d9df

Browse files
author
Maya Shavin
committed
chore: update README and ts config
1 parent 8849685 commit 080d9df

3 files changed

Lines changed: 48 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
Build URL for images and videos based on configurations.
1313

14-
[📖 Documentation](https://cloudinary-build-url.netlify.app)
14+
[📖  Documentation](https://cloudinary-build-url.netlify.app)
1515

16-
[💻 Code](https://github.com/mayashavin/cloudinary-api/tree/main/packages/url)
16+
[💻  Codebase](https://github.com/mayashavin/cloudinary-api/tree/main/packages/url)
1717

1818
```
1919
import { buildUrl } from 'cloudinary-build-url'

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"lib": ["es6", "dom", "es7"],
1313
"outDir": "./dist",
14-
"sourceMap": true
14+
"esModuleInterop": true,
15+
"moduleResolution": "node"
1516
},
1617
"exclude": [
1718
"node_modules",

yarn.lock

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,11 @@
14311431
dependencies:
14321432
"@babel/types" "^7.3.0"
14331433

1434+
"@types/estree@*":
1435+
version "0.0.45"
1436+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
1437+
integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==
1438+
14341439
"@types/glob@^7.1.1":
14351440
version "7.1.3"
14361441
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
@@ -1635,11 +1640,20 @@ acorn-walk@^7.1.1:
16351640
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
16361641
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
16371642

1638-
acorn@^7.1.1, acorn@^7.4.0:
1643+
acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0:
16391644
version "7.4.1"
16401645
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
16411646
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
16421647

1648+
agadoo@^2.0.0:
1649+
version "2.0.0"
1650+
resolved "https://registry.yarnpkg.com/agadoo/-/agadoo-2.0.0.tgz#1fbbcf429ce5e71df3d93855a915252b277667ed"
1651+
integrity sha512-68aFhseH51ZBKYKkQNxwDi1hJwTnywBjHWg068qFnMkpXShhOazNzJUPRvaLQjrqhT3EOUth5G9mt1A0/dGhOw==
1652+
dependencies:
1653+
acorn "^7.1.0"
1654+
rollup "^1"
1655+
rollup-plugin-virtual "^1.0.1"
1656+
16431657
agent-base@4, agent-base@^4.3.0:
16441658
version "4.3.0"
16451659
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
@@ -2535,6 +2549,11 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
25352549
shebang-command "^2.0.0"
25362550
which "^2.0.1"
25372551

2552+
crypto-js@^4.0.0:
2553+
version "4.0.0"
2554+
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc"
2555+
integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==
2556+
25382557
cssom@^0.4.4:
25392558
version "0.4.4"
25402559
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
@@ -4922,6 +4941,11 @@ lodash.set@^4.3.2:
49224941
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
49234942
integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
49244943

4944+
lodash.snakecase@^4.1.1:
4945+
version "4.1.1"
4946+
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
4947+
integrity sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=
4948+
49254949
lodash.sortby@^4.7.0:
49264950
version "4.7.0"
49274951
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -5256,6 +5280,11 @@ mkdirp@^0.5.0, mkdirp@^0.5.1:
52565280
dependencies:
52575281
minimist "^1.2.5"
52585282

5283+
mockdate@^3.0.2:
5284+
version "3.0.2"
5285+
resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-3.0.2.tgz#a5a7bb5820da617747af424d7a4dcb22c6c03d79"
5286+
integrity sha512-ldfYSUW1ocqSHGTK6rrODUiqAFPGAg0xaHqYJ5tvj1hQyFsjuHpuWgWFTZWwDVlzougN/s2/mhDr8r5nY5xDpA==
5287+
52595288
modify-values@^1.0.0:
52605289
version "1.0.1"
52615290
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
@@ -6413,6 +6442,20 @@ rimraf@^3.0.0:
64136442
dependencies:
64146443
glob "^7.1.3"
64156444

6445+
rollup-plugin-virtual@^1.0.1:
6446+
version "1.0.1"
6447+
resolved "https://registry.yarnpkg.com/rollup-plugin-virtual/-/rollup-plugin-virtual-1.0.1.tgz#8227c94c605b981adfe433ea74de3551e42ffeb4"
6448+
integrity sha512-HCTBpV8MwP5lNzZrHD2moVxHIToHU1EkzkKGVj6Z0DcgUfxrxrZmeQirQeLz2yhnkJqRjwiVywK9CS8jDYakrw==
6449+
6450+
rollup@^1:
6451+
version "1.32.1"
6452+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
6453+
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
6454+
dependencies:
6455+
"@types/estree" "*"
6456+
"@types/node" "*"
6457+
acorn "^7.1.0"
6458+
64166459
rsvp@^4.8.4:
64176460
version "4.8.5"
64186461
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"

0 commit comments

Comments
 (0)