@superfluid-finance/sdk-core 0.6.14-dev.b1a8acf.0 → 0.6.14-dev.c7c06bd.0

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.
Files changed (34) hide show
  1. package/dist/index.umd.js +2 -112
  2. package/dist/main/events.d.ts +1 -31
  3. package/dist/main/events.d.ts.map +1 -1
  4. package/dist/main/events.js.map +1 -1
  5. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  6. package/dist/main/mapGetAllEventsQueryEvents.js +0 -110
  7. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  8. package/dist/main/subgraph/events/events.generated.d.ts +0 -90
  9. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  10. package/dist/main/subgraph/events/events.generated.js +1 -1
  11. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  12. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +0 -90
  13. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  14. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  15. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  16. package/dist/main/subgraph/schema.generated.d.ts +1378 -4182
  17. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  18. package/dist/module/events.d.ts +1 -31
  19. package/dist/module/events.d.ts.map +1 -1
  20. package/dist/module/events.js.map +1 -1
  21. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  22. package/dist/module/mapGetAllEventsQueryEvents.js +0 -110
  23. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  24. package/dist/module/subgraph/events/events.generated.d.ts +0 -90
  25. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  26. package/dist/module/subgraph/events/events.generated.js +1 -1
  27. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  28. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +0 -90
  29. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  30. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  31. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  32. package/dist/module/subgraph/schema.generated.d.ts +1378 -4182
  33. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  34. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfluid-finance/sdk-core",
3
- "version": "0.6.14-dev.b1a8acf.0",
3
+ "version": "0.6.14-dev.c7c06bd.0",
4
4
  "description": "SDK Core for building with Superfluid Protocol",
5
5
  "homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
6
6
  "repository": {
@@ -47,7 +47,7 @@
47
47
  "generate:graphql-types": "graphql-codegen --config subgraph-codegen.yml",
48
48
  "generate-graphql-schema": "yarn generate-graphql-schema:v1",
49
49
  "generate-graphql-schema:local": "get-graphql-schema http://localhost:8000/subgraphs/name/superfluid-test > src/subgraph/schema.graphql",
50
- "generate-graphql-schema:v1": "get-graphql-schema https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-mumbai > src/subgraph/schema.graphql",
50
+ "generate-graphql-schema:v1": "get-graphql-schema https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-matic > src/subgraph/schema.graphql",
51
51
  "generate-graphql-schema:dev": "get-graphql-schema https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-dev-goerli > src/subgraph/schema.graphql",
52
52
  "generate-graphql-schema:feature": "get-graphql-schema https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-feature-goerli > src/subgraph/schema.graphql",
53
53
  "cloc": "sh tasks/cloc.sh"
@@ -56,8 +56,8 @@
56
56
  "url": "https://github.com/superfluid-finance/protocol-monorepo/issues"
57
57
  },
58
58
  "dependencies": {
59
- "@superfluid-finance/ethereum-contracts": "^1.9.1-dev.b1a8acf.0",
60
- "@superfluid-finance/metadata": "^1.1.26-dev.b1a8acf.0",
59
+ "@superfluid-finance/ethereum-contracts": "^1.9.1-dev.c7c06bd.0",
60
+ "@superfluid-finance/metadata": "^1.1.26-dev.c7c06bd.0",
61
61
  "browserify": "^17.0.0",
62
62
  "graphql-request": "^6.1.0",
63
63
  "lodash": "^4.17.21",