@graphprotocol/grc-20 0.5.0 → 0.5.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.
- package/README.md +1 -1
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ When writing data, these ops are grouped into a logical set called an "Edit." An
|
|
|
52
52
|
Entities throughout The Graph are referenced via globally unique identifiers. The SDK exposes APIs for creating these IDs.
|
|
53
53
|
|
|
54
54
|
```ts
|
|
55
|
-
import { ID } from 'graphprotocol/grc-20';
|
|
55
|
+
import { ID } from '@graphprotocol/grc-20';
|
|
56
56
|
|
|
57
57
|
const newId = ID.generate();
|
|
58
58
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphprotocol/grc-20",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -36,8 +36,6 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@bufbuild/buf": "^1.31.0",
|
|
38
38
|
"@bufbuild/protoc-gen-es": "^1.9.0",
|
|
39
|
-
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
|
40
|
-
"prettier": "^3.2.5",
|
|
41
39
|
"typescript": "^5.4.5"
|
|
42
40
|
},
|
|
43
41
|
"scripts": {
|