@gjsify/example-dom-excalibur-jelly-jumper 0.4.3 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/example-dom-excalibur-jelly-jumper",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "2D platformer showcase using Excalibur.js 0.32.0 with Tiled tilemaps, running natively on GJS/GTK4 and in the browser",
5
5
  "main": "dist/gjs.js",
6
6
  "type": "module",
@@ -30,18 +30,18 @@
30
30
  "@girs/glib-2.0": "2.88.0-4.0.0-rc.15",
31
31
  "@girs/gobject-2.0": "2.88.0-4.0.0-rc.15",
32
32
  "@girs/gtk-4.0": "4.23.0-4.0.0-rc.15",
33
- "@gjsify/adwaita-icons": "workspace:^",
34
- "@gjsify/adwaita-web": "workspace:^",
35
- "@gjsify/canvas2d": "workspace:^",
36
- "@gjsify/cli": "workspace:^",
37
- "@gjsify/vite-plugin-blueprint": "workspace:^",
33
+ "@gjsify/adwaita-icons": "^0.4.5",
34
+ "@gjsify/adwaita-web": "^0.4.5",
35
+ "@gjsify/canvas2d": "^0.4.5",
36
+ "@gjsify/cli": "^0.4.5",
37
+ "@gjsify/vite-plugin-blueprint": "^0.4.5",
38
38
  "@types/node": "^25.6.2",
39
39
  "excalibur": "0.32.0",
40
40
  "http-server": "^14.1.1",
41
41
  "typescript": "^6.0.3"
42
42
  },
43
43
  "dependencies": {
44
- "@gjsify/webgl": "workspace:^"
44
+ "@gjsify/webgl": "^0.4.5"
45
45
  },
46
46
  "author": "Pascal Garber <pascal@artandcode.studio>",
47
47
  "license": "MIT"