@graphprotocol/grc-20 0.12.0 → 0.12.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.
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * @since 0.0.6
6
6
  */
7
- import { createRelation } from '~/src/graph/create-relation.js';
8
- import { updateEntity } from '~/src/graph/update-entity.js';
7
+ import { createRelation } from '../../graph/create-relation.js';
8
+ import { updateEntity } from '../../graph/update-entity.js';
9
9
  import { Id, generate } from '../../id.js';
10
10
  import { SystemIds } from '../../system-ids.js';
11
11
  import { BLOCKS, DATA_BLOCK, DATA_SOURCE_TYPE_RELATION_TYPE, NAME_PROPERTY, TYPES_PROPERTY } from '../ids/system.js';
@@ -1,5 +1,5 @@
1
1
  import { expect, it } from 'vitest';
2
- import { Id, toBase64 } from '~/src/id.js';
2
+ import { Id, toBase64 } from '../../id.js';
3
3
  import { SystemIds } from '../../system-ids.js';
4
4
  import { make } from './data.js';
5
5
  it('should generate ops for a data block entity', () => {
@@ -4,8 +4,8 @@
4
4
  *
5
5
  * @since 0.0.6
6
6
  */
7
- import { createRelation } from '~/src/graph/create-relation.js';
8
- import { updateEntity } from '~/src/graph/update-entity.js';
7
+ import { createRelation } from '../../graph/create-relation.js';
8
+ import { updateEntity } from '../../graph/update-entity.js';
9
9
  import { Id, generate } from '../../id.js';
10
10
  import { BLOCKS, MARKDOWN_CONTENT, TEXT_BLOCK, TYPES_PROPERTY } from '../ids/system.js';
11
11
  /**
@@ -1,5 +1,5 @@
1
1
  import { expect, it } from 'vitest';
2
- import { Id, toBase64 } from '~/src/id.js';
2
+ import { Id, toBase64 } from '../../id.js';
3
3
  import { SystemIds } from '../../system-ids.js';
4
4
  import { make } from './text.js';
5
5
  it('should generate ops for a text block entity', () => {
@@ -1,4 +1,4 @@
1
- import { Id } from '~/src/id.js';
1
+ import { Id } from '../../id.js';
2
2
  export declare const ARTICLE_TYPE: Id;
3
3
  export declare const CITY_TYPE: Id;
4
4
  export declare const CLAIM_TYPE: Id;
@@ -1,4 +1,4 @@
1
- import { Id } from '~/src/id.js';
1
+ import { Id } from '../../id.js';
2
2
  export const ARTICLE_TYPE = Id('a2a5ed0c-acef-46b1-835d-e457956ce915');
3
3
  export const CITY_TYPE = Id('01b05333-941a-4b00-bc78-fac5a15b467d');
4
4
  export const CLAIM_TYPE = Id('96f859ef-a1ca-4b22-9372-c86ad58b694b');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/grc-20",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "license": "MIT",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",