@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/
|
|
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
package/src/mapping/Mapping.ts
CHANGED
|
@@ -41,7 +41,7 @@ export type MappingEntry = {
|
|
|
41
41
|
/**
|
|
42
42
|
* @example
|
|
43
43
|
* ```ts
|
|
44
|
-
* import { Id } from '@graphprotocol/
|
|
44
|
+
* import { Id } from '@graphprotocol/hypergraph'
|
|
45
45
|
* import type { Mapping } from '@graphprotocol/hypergraph/mapping'
|
|
46
46
|
*
|
|
47
47
|
* const mapping: Mapping = {
|