@gravito/stasis 1.0.0-beta.5 → 1.0.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.
package/README.md CHANGED
@@ -18,7 +18,7 @@ bun add @gravito/stasis
18
18
  ## 🚀 Usage
19
19
 
20
20
  ```typescript
21
- import { PlanetCore } from 'gravito-core';
21
+ import { PlanetCore } from '@gravito/core';
22
22
  import orbitCache from '@gravito/stasis';
23
23
 
24
24
  const core = new PlanetCore();
package/README.zh-TW.md CHANGED
@@ -11,7 +11,7 @@ bun add @gravito/stasis
11
11
  ## 快速開始
12
12
 
13
13
  ```typescript
14
- import { PlanetCore } from 'gravito-core'
14
+ import { PlanetCore } from '@gravito/core'
15
15
  import orbitCache from '@gravito/stasis'
16
16
 
17
17
  const core = new PlanetCore()