@graphprotocol/hypergraph 0.4.0 → 0.4.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.
@@ -33,7 +33,7 @@ export type MappingEntry = {
33
33
  /**
34
34
  * @example
35
35
  * ```ts
36
- * import { Id } from '@graphprotocol/grc-20'
36
+ * import { Id } from '@graphprotocol/hypergraph'
37
37
  * import type { Mapping } from '@graphprotocol/hypergraph/mapping'
38
38
  *
39
39
  * const mapping: Mapping = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/hypergraph",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,7 +41,7 @@ export type MappingEntry = {
41
41
  /**
42
42
  * @example
43
43
  * ```ts
44
- * import { Id } from '@graphprotocol/grc-20'
44
+ * import { Id } from '@graphprotocol/hypergraph'
45
45
  * import type { Mapping } from '@graphprotocol/hypergraph/mapping'
46
46
  *
47
47
  * const mapping: Mapping = {