Skip to content

Commit

Permalink
deploy: 7926aa8
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Dec 26, 2023
1 parent 1453186 commit 4e2dbcc
Show file tree
Hide file tree
Showing 254 changed files with 289 additions and 259 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
1 change: 1 addition & 0 deletions assets/js/255c4faf.2a1483d9.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/js/255c4faf.709caeed.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/js/aeb60dba.a9a5c784.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/js/aeb60dba.ec8716cc.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/js/b2f554cd.3bc8ffc8.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/js/b2f554cd.42083006.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand All @@ -21,7 +21,10 @@
<p>Initially I was a little unsure whether to publish <code>esm</code> and <code>cjs</code>, but then I started to like the idea of exporting
my packages as <code>@h4ad/serverless-adapter/adapters/aws</code>.</p>
<p>You can use it by installing the new version:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<blockquote>
<p>The version 4.0.0 was released with a bug that didn&#x27;t include the package files, so I released the version 4.0.1 to fix this issue.</p>
</blockquote>
<p>In the previous version, since I only export to <code>commonjs</code>, you need to import the files as <code>/lib/adapters/aws</code>, which is not bad, but not exactly good.
This was necessary because I can&#x27;t export all files in the default <code>export</code> as this will lead you to install all frameworks supported by this library.</p>
<p>But ok, I had some problems while adding support for dual-package publishing which I want to share with you only,
Expand Down
2 changes: 1 addition & 1 deletion blog/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
5 changes: 4 additions & 1 deletion blog/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
<p>Initially I was a little unsure whether to publish <code>esm</code> and <code>cjs</code>, but then I started to like the idea of exporting
my packages as <code>@h4ad/serverless-adapter/adapters/aws</code>.</p>
<p>You can use it by installing the new version:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<blockquote>
<p>The version 4.0.0 was released with a bug that didn't include the package files, so I released the version 4.0.1 to fix this issue.</p>
</blockquote>
<p>In the previous version, since I only export to <code>commonjs</code>, you need to import the files as <code>/lib/adapters/aws</code>, which is not bad, but not exactly good.
This was necessary because I can't export all files in the default <code>export</code> as this will lead you to install all frameworks supported by this library.</p>
<p>But ok, I had some problems while adding support for dual-package publishing which I want to share with you only,
Expand Down
2 changes: 1 addition & 1 deletion blog/aws-lambda-response-streaming.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
7 changes: 5 additions & 2 deletions blog/dual-package-publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand All @@ -21,7 +21,10 @@
<p>Initially I was a little unsure whether to publish <code>esm</code> and <code>cjs</code>, but then I started to like the idea of exporting
my packages as <code>@h4ad/serverless-adapter/adapters/aws</code>.</p>
<p>You can use it by installing the new version:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<blockquote>
<p>The version 4.0.0 was released with a bug that didn&#x27;t include the package files, so I released the version 4.0.1 to fix this issue.</p>
</blockquote>
<p>In the previous version, since I only export to <code>commonjs</code>, you need to import the files as <code>/lib/adapters/aws</code>, which is not bad, but not exactly good.
This was necessary because I can&#x27;t export all files in the default <code>export</code> as this will lead you to install all frameworks supported by this library.</p>
<p>But ok, I had some problems while adding support for dual-package publishing which I want to share with you only,
Expand Down
5 changes: 4 additions & 1 deletion blog/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
<p>Initially I was a little unsure whether to publish <code>esm</code> and <code>cjs</code>, but then I started to like the idea of exporting
my packages as <code>@h4ad/serverless-adapter/adapters/aws</code>.</p>
<p>You can use it by installing the new version:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<blockquote>
<p>The version 4.0.0 was released with a bug that didn't include the package files, so I released the version 4.0.1 to fix this issue.</p>
</blockquote>
<p>In the previous version, since I only export to <code>commonjs</code>, you need to import the files as <code>/lib/adapters/aws</code>, which is not bad, but not exactly good.
This was necessary because I can't export all files in the default <code>export</code> as this will lead you to install all frameworks supported by this library.</p>
<p>But ok, I had some problems while adding support for dual-package publishing which I want to share with you only,
Expand Down
2 changes: 1 addition & 1 deletion blog/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
2 changes: 1 addition & 1 deletion blog/tags/aws-lambda.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
2 changes: 1 addition & 1 deletion blog/tags/aws.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
2 changes: 1 addition & 1 deletion blog/tags/azure.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
7 changes: 5 additions & 2 deletions blog/tags/cjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="search" type="application/opensearchdescription+xml" title="Serverless Adapter" href="/opensearch.xml"><link rel="stylesheet" href="/assets/css/styles.13c22530.css">
<script src="/assets/js/runtime~main.2638e427.js" defer="defer"></script>
<script src="/assets/js/runtime~main.d2d21b5a.js" defer="defer"></script>
<script src="/assets/js/main.4dca401c.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand All @@ -21,7 +21,10 @@
<p>Initially I was a little unsure whether to publish <code>esm</code> and <code>cjs</code>, but then I started to like the idea of exporting
my packages as <code>@h4ad/serverless-adapter/adapters/aws</code>.</p>
<p>You can use it by installing the new version:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">npm i @h4ad/[email protected]</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<blockquote>
<p>The version 4.0.0 was released with a bug that didn&#x27;t include the package files, so I released the version 4.0.1 to fix this issue.</p>
</blockquote>
<p>In the previous version, since I only export to <code>commonjs</code>, you need to import the files as <code>/lib/adapters/aws</code>, which is not bad, but not exactly good.
This was necessary because I can&#x27;t export all files in the default <code>export</code> as this will lead you to install all frameworks supported by this library.</p>
<p>But ok, I had some problems while adding support for dual-package publishing which I want to share with you only,
Expand Down
Loading

0 comments on commit 4e2dbcc

Please sign in to comment.