Skip to content

Commit

Permalink
deploy: 2c498e2
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Jan 24, 2024
1 parent a0973f8 commit fa0a4fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
26 changes: 0 additions & 26 deletions daw/assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -34755,32 +34755,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
sprintf

Copyright (c) 2012, Richard Eames
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
sqlite

Expand Down
6 changes: 3 additions & 3 deletions daw/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"manifest.json": "7f19cd5ab58f66324c3a09b115d1c92d",
"index.html": "3c9c6199e99c5e1a25bba06523aacb43",
"/": "3c9c6199e99c5e1a25bba06523aacb43",
"index.html": "e22e0baa5c58c785379c97bed6980e2e",
"/": "e22e0baa5c58c785379c97bed6980e2e",
"assets/AssetManifest.bin": "1eb66e8c3faae11d87948b964fd9af38",
"assets/fonts/MaterialIcons-Regular.otf": "f5f06951ebfbfa9ba07801a6ba8879f3",
"assets/AssetManifest.bin.json": "43fb50b1c54702ef5f1dfaca572e8e11",
"assets/FontManifest.json": "533db2964f00aa0a56d9c03607f21c52",
"assets/shaders/ink_sparkle.frag": "4096b5150bac93c41cbc9b45276bd90f",
"assets/NOTICES": "15de0aca7670ae4e269b3b7e3c2d0c9b",
"assets/NOTICES": "c3e06f4ea7a22abfce6efdeebad596a0",
"assets/AssetManifest.json": "7c3163077d7620701f46d35a4f126e85",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "89ed8f4e49bcdfc0b5bfc9b24591e347",
"assets/packages/golden_toolkit/fonts/Roboto-Regular.ttf": "ac3f799d5bbaf5196fab15ab8de8431c",
Expand Down
2 changes: 1 addition & 1 deletion daw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
const serviceWorkerVersion = "1664355301";
const serviceWorkerVersion = "2154456800";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down

0 comments on commit fa0a4fb

Please sign in to comment.