@permaweb/libs 0.0.88 → 0.0.89

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.
@@ -180,6 +180,7 @@ export type UDLicenseValueType = {
180
180
  endText?: string;
181
181
  };
182
182
  export type BaseGQLArgsType = {
183
+ id?: string;
183
184
  ids?: string[] | null;
184
185
  tags?: TagFilterType[] | null;
185
186
  owners?: string[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@permaweb/libs",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",