@georgeluo/ecs 0.1.0 → 0.1.1

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/README.md +6 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @simeval/ecs
1
+ # @georgeluo/ecs
2
2
 
3
3
  Reusable ECS core extracted from `workspaces/Describing_Simulation_0/src/core`.
4
4
 
@@ -11,15 +11,15 @@ Reusable ECS core extracted from `workspaces/Describing_Simulation_0/src/core`.
11
11
  ## Install
12
12
 
13
13
  ```bash
14
- npm install @simeval/ecs
14
+ npm install @georgeluo/ecs
15
15
  ```
16
16
 
17
17
  ```bash
18
- pnpm add @simeval/ecs
18
+ pnpm add @georgeluo/ecs
19
19
  ```
20
20
 
21
21
  ```bash
22
- yarn add @simeval/ecs
22
+ yarn add @georgeluo/ecs
23
23
  ```
24
24
 
25
25
  For this monorepo before publish, use a local file dependency:
@@ -27,7 +27,7 @@ For this monorepo before publish, use a local file dependency:
27
27
  ```json
28
28
  {
29
29
  "dependencies": {
30
- "@simeval/ecs": "file:../../packages/ecs"
30
+ "@georgeluo/ecs": "file:../../packages/ecs"
31
31
  }
32
32
  }
33
33
  ```
@@ -48,7 +48,7 @@ import {
48
48
  type Frame,
49
49
  type Acknowledgement,
50
50
  type System,
51
- } from '@simeval/ecs';
51
+ } from '@georgeluo/ecs';
52
52
  ```
53
53
 
54
54
  ## Inject systems into EvaluationPlayer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@georgeluo/ecs",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Reusable ECS engine and simulation players for SimEval.",
5
5
  "keywords": [
6
6
  "ecs",
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "git+https://github.com/GeorgeLuo/simtest0.git",
14
+ "url": "https://github.com/GeorgeLuo/simtest0.git",
15
15
  "directory": "packages/ecs"
16
16
  },
17
17
  "bugs": {