@spearwolf/shadow-objects 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.
Files changed (3) hide show
  1. package/README.md +8 -6
  2. package/bundle.js +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  _hi! welcome to .._
2
- # shadow-objects :wave:
2
+ # shadow-objects 🧛
3
3
 
4
4
  ## Introduction
5
5
 
6
6
  _Shadow-objects_ is a standalone entity component framework.
7
7
  The original idea is visualized in this overview:
8
8
 
9
- ![architecture overview](./docs/architecture@2x.png)
9
+ ![architecture overview](https://raw.githubusercontent.com/spearwolf/shadow-objects/main/packages/shadow-objects/docs/architecture%402x.png)
10
10
 
11
11
  > _ents_ is short for latin _"entitatis"_, which translates to _"shadow entities"_
12
12
 
@@ -29,10 +29,12 @@ The components are created in the view space. Hierarchical. In your browser. The
29
29
  > Sorry, at this point there should be a precise and crisp introduction to the concepts of the framework, but unfortunately this is not currently available.
30
30
  > Instead of that, a few insights into the implementation will follow
31
31
 
32
+ TODO ... add documentation here ... !
33
+
32
34
  Here is the big class graph overview:
33
- ![class graph overview](./src/view/ClassGraphOverview.drawio.svg)
35
+ ![class graph overview](https://raw.githubusercontent.com/spearwolf/shadow-objects/main/packages/shadow-objects/src/view/ClassGraphOverview.drawio.svg)
34
36
 
35
37
  More in-depth docs here:
36
- - [ShadowEnv](./src/view/README.md)
37
- - [ComponentContext](./src/view/ComponentContext.md)
38
- - [ViewComponent](./src/view/ViewComponent.md)
38
+ - [ShadowEnv](https://github.com/spearwolf/shadow-objects/blob/main/packages/shadow-objects/src/view/README.md)
39
+ - [ComponentContext](https://github.com/spearwolf/shadow-objects/blob/main/packages/shadow-objects/src/view/ComponentContext.md)
40
+ - [ViewComponent](https://github.com/spearwolf/shadow-objects/blob/main/packages/shadow-objects/src/view/ViewComponent.md)
package/bundle.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  @file @spearwolf/shadow-objects - a standalone entity-component framework that feels at home in the shadows
3
3
  @author Wolfger Schramm <wolfger@spearwolf.de>
4
- @version 0.7.0+bundle.20250315
4
+ @version 0.8.0+bundle.20250315
5
5
 
6
6
  Copyright 2025 Wolfger Schramm
7
7
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spearwolf/shadow-objects",
3
3
  "description": "a standalone entity-component framework that feels at home in the shadows",
4
- "version": "0.7.0",
4
+ "version": "0.8.0",
5
5
  "author": {
6
6
  "name": "Wolfger Schramm",
7
7
  "email": "wolfger@spearwolf.de",
@@ -18,7 +18,7 @@
18
18
  "types": "./src/index.d.ts"
19
19
  },
20
20
  "./elements.js": {
21
- "default": "./elements.js"
21
+ "default": "./src/elements.js"
22
22
  },
23
23
  "./bundle.js": {
24
24
  "default": "./bundle.js"