@astro-sports-developers/models 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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @astro/models
1
+ # @astro-sports-developers/models
2
2
 
3
3
  This package contains shared models for Astro projects.
4
4
 
@@ -17,11 +17,11 @@ The output will be in the `dist/models` directory.
17
17
  After publishing, install in your consuming project:
18
18
 
19
19
  ```
20
- npm install @astro/models
20
+ npm install @astro-sports-developers/models
21
21
  ```
22
22
 
23
23
  Then import the model:
24
24
 
25
25
  ```typescript
26
- import { M_CONTractor } from '@astro/models';
26
+ import { M_CONTractor } from '@astro-sports-developers/models';
27
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astro-sports-developers/models",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Astro shared models library",
5
5
  "main": "bundles/astro-models.umd.js",
6
6
  "module": "fesm2022/astro-sports-developers-models.mjs",