Skip to content

Commit

Permalink
Updated package files
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
TS committed Mar 19, 2024
1 parent a5b0884 commit 573eed6
Show file tree
Hide file tree
Showing 12 changed files with 747 additions and 796 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h1>Seamless texture generator</h1>

<script src="/generator/dist/tgen-with-presets.min.js"></script>
<script src="/generator/demo/js/index.js"></script>
<script async src="https://schalk.storeking.hu/assets/js/stat.min.js" id="schtat" server="https://schalk.storeking.hu" delay="1400" key="iH86fnFbyJpprnegz9IB2jc8LOh37Sky4g2MDLxG5GrmCrBKfktqxXQid49uzSG6HYha3EvZ"></script>
<script async src="https://stat.schalk.hu:52222/sping1.js?token=oUQxyJxR695lzBa7qrSUrP1Q2H8qILMoAo7LCCX" id="schtat" server="https://stat.schalk.hu:52222" delay="1400" key="iH86fnFbyJpprnegz9IB2jc8LOh37Sky4g2MDLxG5GrmCrBKfktqxXQid49uzSG6HYha3EvZ"></script>

<script>
var isLocal = window.location.href.indexOf("file://") == 0 ? true : false;
Expand Down
2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.23
* @version 1.4.24
* @license MIT
*
*/
Binary file modified dist/tgen-with-presets.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/tgen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.23
* @version 1.4.24
* @license MIT
*
*/
Binary file modified dist/tgen.min.js.gz
Binary file not shown.
1,517 changes: 734 additions & 783 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seamless-texture-generator",
"version": "1.4.23",
"version": "1.4.24",
"description": "Seamless texture generator",
"homepage": "https://github.com/schalkt/tgen/",
"scripts": {
Expand Down Expand Up @@ -32,13 +32,13 @@
"license": "MIT",
"main": "index.js",
"devDependencies": {
"compression-webpack-plugin": "^11.0.0",
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"i": "^0.3.7",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"mocha": "10.2.0",
"mocha": "10.3.0",
"pngjs": "7.0.0",
"resolve-url-loader": "^5.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/tgen-base-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.23
* @version 1.4.24
* @license MIT
*
*/

const SeamlessTextureGenerator = {
version : "1.4.23",
version : "1.4.24",
defaults: {},
effects: {},
prepare: {},
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base-with-presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.23
* @version 1.4.24
* @license MIT
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.23
* @version 1.4.24
* @license MIT
*
*/
Expand Down

0 comments on commit 573eed6

Please sign in to comment.