@gjsify/example-dom-three-geometry-teapot 0.4.41 → 0.4.43

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-three-geometry-teapot",
3
- "version": "0.4.41",
3
+ "version": "0.4.43",
4
4
  "description": "Three.js geometry teapot example ported from refs/three/examples/webgl_geometry_teapot.html with Adwaita controls",
5
5
  "main": "dist/gjs.js",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "scripts": {
17
17
  "clear": "rm -rf dist tsconfig.tsbuildinfo",
18
- "check": "tsc --noEmit --skipLibCheck --strictNullChecks false --noImplicitAny false",
18
+ "check": "gjsify tsc --noEmit --skipLibCheck --strictNullChecks false --noImplicitAny false",
19
19
  "start": "gjsify run dist/gjs.js",
20
20
  "start:browser": "http-server dist",
21
21
  "build": "gjsify run build:gjs && gjsify run build:browser && gjsify run build:assets",
@@ -24,7 +24,7 @@
24
24
  "build:assets": "cp -f src/browser/index.html dist/index.html && cp -f src/browser/webgl.css dist/webgl.css && cp -rf src/assets dist/assets"
25
25
  },
26
26
  "dependencies": {
27
- "@gjsify/webgl": "^0.4.41"
27
+ "@gjsify/webgl": "^0.4.43"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@girs/adw-1": "1.10.0-4.0.4",
@@ -32,10 +32,10 @@
32
32
  "@girs/gjs": "4.0.4",
33
33
  "@girs/gobject-2.0": "2.88.0-4.0.4",
34
34
  "@girs/gtk-4.0": "4.23.0-4.0.4",
35
- "@gjsify/adwaita-icons": "^0.4.41",
36
- "@gjsify/adwaita-web": "^0.4.41",
37
- "@gjsify/cli": "^0.4.41",
38
- "@gjsify/vite-plugin-blueprint": "^0.4.41",
35
+ "@gjsify/adwaita-icons": "^0.4.43",
36
+ "@gjsify/adwaita-web": "^0.4.43",
37
+ "@gjsify/cli": "^0.4.43",
38
+ "@gjsify/vite-plugin-blueprint": "^0.4.43",
39
39
  "@types/node": "^25.9.1",
40
40
  "@types/three": "^0.184.1",
41
41
  "http-server": "^14.1.1",