Skip to content

Commit

Permalink
📦 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release bot committed Feb 20, 2025
1 parent f2057e5 commit a69d1db
Showing 7 changed files with 19,553 additions and 18,873 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ author: "platane"

runs:
using: docker
image: docker://platane/snk@sha256:1c8a0b51a75ad8cf36b7defddd2187bdbb92bbbb5521a9e6cc5df795b00fc590
image: docker://platane/snk@sha256:96390294299275740e5963058c9784c60c5393b3b8b16082dcf41b240db791f9

inputs:
github_user_name:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snk",
"description": "Generates a snake game from a github user contributions grid",
"version": "3.2.0",
"version": "3.3.0",
"private": true,
"repository": "github:platane/snk",
"devDependencies": {
36 changes: 18 additions & 18 deletions svg-only/dist/371.index.js → svg-only/dist/155.index.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
exports.id = 371;
exports.ids = [371];
exports.id = 155;
exports.ids = [155];
exports.modules = {

/***/ 3561:
/***/ 1680:
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {

module.exports = __webpack_require__(9244)
module.exports = __webpack_require__(7739)


/***/ }),

/***/ 9244:
/***/ 7739:
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {

const stream = __webpack_require__(2781)
const EventEmitter = __webpack_require__(2361)
const LZWEncoder = __webpack_require__(4348)
const NeuQuant = __webpack_require__(3829)
const { OctreeQuant, Color } = __webpack_require__(9328)
const stream = __webpack_require__(2203)
const EventEmitter = __webpack_require__(4434)
const LZWEncoder = __webpack_require__(3500)
const NeuQuant = __webpack_require__(222)
const { OctreeQuant, Color } = __webpack_require__(2756)

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

/***/ }),

/***/ 4348:
/***/ 3500:
/***/ ((module) => {

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

/***/ }),

/***/ 9328:
/***/ 2756:
/***/ ((module) => {

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

/***/ }),

/***/ 3829:
/***/ 222:
/***/ ((module) => {

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

/***/ }),

/***/ 6382:
/***/ 2644:
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {

/*!
@@ -1348,10 +1348,10 @@ module.exports = NeuQuant
/*
* Module dependencies.
*/
const fs = __webpack_require__(7147);
const os = __webpack_require__(2037);
const path = __webpack_require__(1017);
const crypto = __webpack_require__(6113);
const fs = __webpack_require__(9896);
const os = __webpack_require__(857);
const path = __webpack_require__(6928);
const crypto = __webpack_require__(6982);
const _c = { fs: fs.constants, os: os.constants };

/*
Loading
Oops, something went wrong.

0 comments on commit a69d1db

Please sign in to comment.