@youjunhuang/entity-core 1.0.0 → 1.0.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 +19 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # @youjunhuang/entity-core
2
+
3
+ Shared entity core library for Mycena core.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm i --save-dev @youjunhuang/entity-core
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ Import models, schemas, or data access objects from the package:
14
+
15
+ ```typescript
16
+ import { Camera } from '@youjunhuang/entity-core';
17
+ // or
18
+ import * as EntityCore from '@youjunhuang/entity-core';
19
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youjunhuang/entity-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [