@jgengine/assets 0.7.0 → 0.8.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jgengine/assets",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Self-generating, license-verified index of thousands of CC0 3D models for JGengine. Sources fetch from providers' own CDNs at pull time; the npm tarball ships only the typed index and CLI (no GLB bytes).",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -12,7 +12,8 @@
12
12
  },
13
13
  "files": [
14
14
  "dist",
15
- "CHANGELOG.md"
15
+ "CHANGELOG.md",
16
+ "llms.txt"
16
17
  ],
17
18
  "bin": {
18
19
  "assets": "dist/cli/pull.js"
@@ -33,7 +34,7 @@
33
34
  "test": "bun test src"
34
35
  },
35
36
  "dependencies": {
36
- "@jgengine/core": "^0.7.0",
37
+ "@jgengine/core": "^0.8.0",
37
38
  "fflate": "^0.8.2"
38
39
  },
39
40
  "devDependencies": {