Skip to content

Commit

Permalink
fix(plugins): use wrapscan URIs (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niraj-Kamdar authored Sep 6, 2023
1 parent 12d327a commit b562ea3
Show file tree
Hide file tree
Showing 14 changed files with 917 additions and 3,632 deletions.
4 changes: 1 addition & 3 deletions packages/plugins/polywrap-ethereum-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "@polywrap/python-ethereum-plugin",
"description": "Polywrap Python Ethereum Plugin",
"version": "0.10.6",
"private": true,
"devDependencies": {
"polywrap": "0.10.6"
"polywrap": "0.11.3"
},
"scripts": {
"precodegen": "yarn install",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/polywrap-ethereum-wallet/polywrap.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#import * from "wrapscan.io/polywrap/[email protected]"
4 changes: 2 additions & 2 deletions packages/plugins/polywrap-ethereum-wallet/polywrap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format: 0.3.0
project:
name: ethereum-provider-py
name: polywrap-ethereum-wallet
type: plugin/python
source:
module: ./polywrap_ethereum_wallet/__init__.py
schema: ./schema.graphql
schema: ./polywrap.graphql
2 changes: 0 additions & 2 deletions packages/plugins/polywrap-ethereum-wallet/schema.graphql

This file was deleted.

1,507 changes: 302 additions & 1,205 deletions packages/plugins/polywrap-ethereum-wallet/yarn.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/plugins/polywrap-fs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@polywrap/python-fs-plugin",
"description": "Polywrap Python Fs Plugin",
"private": true,
"devDependencies": {
"polywrap": "0.10.6"
"polywrap": "0.11.3"
},
"scripts": {
"precodegen": "yarn install",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/polywrap-fs-plugin/polywrap.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#import * from "wrap://wrapscan.io/polywrap/[email protected]"
4 changes: 2 additions & 2 deletions packages/plugins/polywrap-fs-plugin/polywrap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format: 0.3.0
project:
name: FileSystem
name: polywrap-fs-plugin
type: plugin/python
source:
schema: ./schema.graphql
schema: ./polywrap.graphql
module: ./polywrap_fs_plugin/__init__.py
1 change: 0 additions & 1 deletion packages/plugins/polywrap-fs-plugin/schema.graphql

This file was deleted.

1,507 changes: 302 additions & 1,205 deletions packages/plugins/polywrap-fs-plugin/yarn.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions packages/plugins/polywrap-http-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "@polywrap/python-http-plugin",
"description": "Polywrap Python Http Plugin",
"version": "0.10.6",
"private": true,
"devDependencies": {
"polywrap": "0.10.6"
"polywrap": "0.11.3"
},
"scripts": {
"precodegen": "yarn install",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/polywrap-http-plugin/polywrap.graphql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#import * from "ipfs/Qmb7k3fZq8sPQpBtL1NWBNdudKoj44hrB85fANUo6wHExK"
#import * from "wrapscan.io/polywrap/[email protected]"
2 changes: 1 addition & 1 deletion packages/plugins/polywrap-http-plugin/polywrap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format: 0.3.0
project:
name: Http
name: polywrap-http-plugin
type: plugin/python
source:
schema: ./polywrap.graphql
Expand Down
1,507 changes: 302 additions & 1,205 deletions packages/plugins/polywrap-http-plugin/yarn.lock

Large diffs are not rendered by default.

0 comments on commit b562ea3

Please sign in to comment.