Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
prosif committed Dec 31, 2024
1 parent 3b92bf6 commit 6b88b51
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homegames-core",
"version": "1.3.0",
"version": "1.3.5",
"description": "Play games at home",
"directories": {
"lib": "lib"
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"acorn": "^8.11.3",
"decompress": "^4.2.1",
"homegames-common": "1.1.2",
"homegames-common": "1.2.0",
"squish-0756": "npm:[email protected]",
"squish-0762": "npm:[email protected]",
"squish-0765": "npm:[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions src/dashboard/HomegamesDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = require('fs');

const { getConfigValue, getAppDataPath, log } = require('homegames-common');

const { Asset, Game, ViewableGame, GameNode, Colors, ShapeUtils, Shapes, squish, unsquish, ViewUtils } = require('squish-132');
const { Asset, Game, ViewableGame, GameNode, Colors, ShapeUtils, Shapes, squish, unsquish, ViewUtils } = require('squish-135');

const squishMap = require('../common/squish-map');

Expand Down Expand Up @@ -336,7 +336,7 @@ class HomegamesDashboard extends ViewableGame {
return {
aspectRatio: {x: 16, y: 9},
author: 'Joseph Garcia',
squishVersion: '132'
squishVersion: '135'
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/game-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { fork } = require('child_process');
const http = require('http');
const https = require('https');
const path = require('path');
const { Game, ViewableGame, GameNode, Colors, ShapeUtils, Shapes, squish, unsquish, ViewUtils } = require('squish-132');
const { Game, ViewableGame, GameNode, Colors, ShapeUtils, Shapes, squish, unsquish, ViewUtils } = require('squish-135');

const fs = require('fs');

Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/game-option.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { fork } = require('child_process');
const http = require('http');
const https = require('https');
const path = require('path');
const { Asset, Game, ViewableGame, GameNode, Colors, ShapeUtils, Shapes, squish, unsquish, ViewUtils } = require('squish-132');
const { Asset, Game, ViewableGame, GameNode, Colors, ShapeUtils, Shapes, squish, unsquish, ViewUtils } = require('squish-135');

const fs = require('fs');
const gameModal = require('./game-modal');
Expand Down

0 comments on commit 6b88b51

Please sign in to comment.