Skip to content

Commit a69d1db

Browse files
author
release bot
committedFeb 20, 2025
📦 3.3.0
1 parent f2057e5 commit a69d1db

File tree

7 files changed

+19553
-18873
lines changed

7 files changed

+19553
-18873
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "platane"
44

55
runs:
66
using: docker
7-
image: docker://platane/snk@sha256:1c8a0b51a75ad8cf36b7defddd2187bdbb92bbbb5521a9e6cc5df795b00fc590
7+
image: docker://platane/snk@sha256:96390294299275740e5963058c9784c60c5393b3b8b16082dcf41b240db791f9
88

99
inputs:
1010
github_user_name:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "snk",
33
"description": "Generates a snake game from a github user contributions grid",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"private": true,
66
"repository": "github:platane/snk",
77
"devDependencies": {

‎svg-only/dist/371.index.js ‎svg-only/dist/155.index.js

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
exports.id = 371;
2-
exports.ids = [371];
1+
exports.id = 155;
2+
exports.ids = [155];
33
exports.modules = {
44

5-
/***/ 3561:
5+
/***/ 1680:
66
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
77

8-
module.exports = __webpack_require__(9244)
8+
module.exports = __webpack_require__(7739)
99

1010

1111
/***/ }),
1212

13-
/***/ 9244:
13+
/***/ 7739:
1414
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1515

16-
const stream = __webpack_require__(2781)
17-
const EventEmitter = __webpack_require__(2361)
18-
const LZWEncoder = __webpack_require__(4348)
19-
const NeuQuant = __webpack_require__(3829)
20-
const { OctreeQuant, Color } = __webpack_require__(9328)
16+
const stream = __webpack_require__(2203)
17+
const EventEmitter = __webpack_require__(4434)
18+
const LZWEncoder = __webpack_require__(3500)
19+
const NeuQuant = __webpack_require__(222)
20+
const { OctreeQuant, Color } = __webpack_require__(2756)
2121

2222
class ByteArray {
2323
constructor() {
@@ -417,7 +417,7 @@ module.exports = GIFEncoder
417417

418418
/***/ }),
419419

420-
/***/ 4348:
420+
/***/ 3500:
421421
/***/ ((module) => {
422422

423423
/*
@@ -651,7 +651,7 @@ module.exports = LZWEncoder
651651

652652
/***/ }),
653653

654-
/***/ 9328:
654+
/***/ 2756:
655655
/***/ ((module) => {
656656

657657
/*
@@ -878,7 +878,7 @@ module.exports = { OctreeQuant, Node, Color }
878878

879879
/***/ }),
880880

881-
/***/ 3829:
881+
/***/ 222:
882882
/***/ ((module) => {
883883

884884
/* NeuQuant Neural-Net Quantization Algorithm
@@ -1334,7 +1334,7 @@ module.exports = NeuQuant
13341334

13351335
/***/ }),
13361336

1337-
/***/ 6382:
1337+
/***/ 2644:
13381338
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
13391339

13401340
/*!
@@ -1348,10 +1348,10 @@ module.exports = NeuQuant
13481348
/*
13491349
* Module dependencies.
13501350
*/
1351-
const fs = __webpack_require__(7147);
1352-
const os = __webpack_require__(2037);
1353-
const path = __webpack_require__(1017);
1354-
const crypto = __webpack_require__(6113);
1351+
const fs = __webpack_require__(9896);
1352+
const os = __webpack_require__(857);
1353+
const path = __webpack_require__(6928);
1354+
const crypto = __webpack_require__(6982);
13551355
const _c = { fs: fs.constants, os: os.constants };
13561356

13571357
/*

0 commit comments

Comments
 (0)
Failed to load comments.