@permaweb/libs 0.0.87 → 0.0.88

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/dist/index.cjs CHANGED
@@ -17,9 +17,6 @@ ${JSON.stringify(Buffer.from(r))},${JSON.stringify(Buffer.from(n))},${a} => ${JS
17
17
  `)}
18
18
  ){
19
19
  ${C}
20
- pageInfo {
21
- hasNextPage
22
- }
23
20
  edges {
24
21
  cursor
25
22
  node {
package/dist/index.esm.js CHANGED
@@ -12,9 +12,6 @@ ${JSON.stringify(at.from(s))},${JSON.stringify(at.from(d))},${v} => ${JSON.strin
12
12
  `)}
13
13
  ){
14
14
  ${_}
15
- pageInfo {
16
- hasNextPage
17
- }
18
15
  edges {
19
16
  cursor
20
17
  node {
package/dist/index.js CHANGED
@@ -17,9 +17,6 @@ ${JSON.stringify(Buffer.from(r))},${JSON.stringify(Buffer.from(n))},${a} => ${JS
17
17
  `)}
18
18
  ){
19
19
  ${C}
20
- pageInfo {
21
- hasNextPage
22
- }
23
20
  edges {
24
21
  cursor
25
22
  node {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@permaweb/libs",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",