@sh4nnongoh/heap 1.0.1 → 1.0.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ Finding the median value in a data stream:
8
8
  https://neetcode.io/problems/find-median-in-a-data-stream
9
9
 
10
10
  ```ts
11
- import { heap, type Heap } from "heap";
11
+ import { heap, type Heap } from "@sh4nnongoh/heap";
12
12
 
13
13
  interface MyHeap extends Heap {
14
14
  Peek(): any
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sh4nnongoh/heap",
3
3
  "license": "Apache-2.0",
4
4
  "private": false,
5
- "version": "1.0.1",
5
+ "version": "1.0.2",
6
6
  "type": "module",
7
7
  "author": {
8
8
  "name": "Shannon Goh",