@combos-fun/renderer-adapter 0.0.7 → 0.0.9

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 (2) hide show
  1. package/agent-skill.md +4 -12
  2. package/package.json +7 -3
package/agent-skill.md CHANGED
@@ -1,15 +1,10 @@
1
1
  # `@combos-fun/renderer-adapter` — Agent notes
2
2
 
3
- Pixi v8 display-object adapter layer used by `@combos-fun/plugin-renderer` and
4
- its 2D rendering sub-plugins. **Not** a game `System`. It exposes a stable
5
- shape over Pixi primitives so 2D rendering plugins are not coupled to a
6
- specific Pixi version.
3
+ Pixi v8 display-object adapter layer used by `@combos-fun/plugin-renderer` and its 2D rendering sub-plugins. **Not** a game `System`. It exposes a stable shape over Pixi primitives so 2D rendering plugins are not coupled to a specific Pixi version.
7
4
 
8
5
  ## When to read
9
6
 
10
- Read whenever a 2D rendering task touches `Container` parenting, low-level
11
- Pixi display object shape, or whenever the entry skill loads "Core" packages
12
- for any project.
7
+ Read whenever a 2D rendering task touches `Container` parenting, low-level Pixi display object shape, or whenever the entry skill loads "Core" packages for any project.
13
8
 
14
9
  ## Public API
15
10
 
@@ -26,14 +21,11 @@ Wrappers re-exported from `@combos-fun/renderer-adapter`:
26
21
  | `TilingSprite` | `PIXI.TilingSprite` | `plugin-renderer-tiling-sprite` |
27
22
  | `Text` | `PIXI.Text` | `plugin-renderer-text` |
28
23
 
29
- These are **adapter classes** — plugins consume them, end users typically do
30
- not import them directly.
24
+ These are **adapter classes** — plugins consume them, end users typically do not import them directly.
31
25
 
32
26
  ## Required setup
33
27
 
34
- None on the user side. Adapter is a dependency of `@combos-fun/plugin-renderer`
35
- and is loaded transitively. End users install the plugin packages, not the
36
- adapter directly.
28
+ None on the user side. Adapter is a dependency of `@combos-fun/plugin-renderer` and is loaded transitively. End users install the plugin packages, not the adapter directly.
37
29
 
38
30
  ## Runtime behaviour
39
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@combos-fun/renderer-adapter",
3
- "version": "0.0.7",
4
- "description": "@combos-fun/renderer-adapter",
3
+ "version": "0.0.9",
4
+ "description": "Pixi v8 display-object adapter layer used by @combos-fun/plugin-renderer and its 2D rendering sub-plugins",
5
5
  "main": "index.js",
6
6
  "module": "dist/renderer-adapter.esm.js",
7
7
  "bundle": "CombosFun.rendererAdapter",
@@ -27,7 +27,11 @@
27
27
  "types": "dist/renderer-adapter.d.ts",
28
28
  "keywords": [
29
29
  "combos-fun",
30
- "game"
30
+ "pixi",
31
+ "adapter",
32
+ "display-object",
33
+ "wrapper",
34
+ "rendering"
31
35
  ],
32
36
  "author": "sun668 <q947692259@gmail.com>",
33
37
  "dependencies": {