Skip to content

Commit

Permalink
Merge pull request #15 from Mojang/mammerla-headersvalupdates
Browse files Browse the repository at this point in the history
Headers, updated validate infra, some UX updates
  • Loading branch information
mammerla authored Mar 21, 2024
2 parents 2a37f98 + ff40412 commit d3aed60
Show file tree
Hide file tree
Showing 454 changed files with 8,861 additions and 2,570 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Vals"
]
}
27 changes: 27 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,33 @@ the conditions stated in this License.
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

### esprima-next
### esprima

#### BSD-2-Clause License

Copyright JS Foundation and other contributors, https://js.foundation/

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

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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 <COPYRIGHT HOLDER> 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.

### file-saver

#### The MIT License
Expand Down
1 change: 1 addition & 0 deletions app/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
"flatpack",
"flatworldlayers",
"flav",
"Flipbook",
"fluentui",
"fontawesome",
"forminput",
Expand Down
131 changes: 91 additions & 40 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mctools",
"version": "0.1.68",
"version": "0.1.78",
"productName": "Minecraft Creator Tools",
"description": "Minecraft Creator Tools for building Bedrock Edition add-ons.",
"private": true,
Expand All @@ -25,6 +25,7 @@
"@types/trusted-types": "^2.0.3",
"ajv": "^8.11.0",
"axios": "^1.6.4",
"esprima-next": "^6.0.3",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"js-md5": "^0.7.3",
Expand Down
Loading

0 comments on commit d3aed60

Please sign in to comment.