Skip to content

Commit b562ea3

Browse files
authored
fix(plugins): use wrapscan URIs (#265)
1 parent 12d327a commit b562ea3

File tree

14 files changed

+917
-3632
lines changed

14 files changed

+917
-3632
lines changed

packages/plugins/polywrap-ethereum-wallet/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "@polywrap/python-ethereum-plugin",
3-
"description": "Polywrap Python Ethereum Plugin",
4-
"version": "0.10.6",
53
"private": true,
64
"devDependencies": {
7-
"polywrap": "0.10.6"
5+
"polywrap": "0.11.3"
86
},
97
"scripts": {
108
"precodegen": "yarn install",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#import * from "wrapscan.io/polywrap/ethereum-wallet@1.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format: 0.3.0
22
project:
3-
name: ethereum-provider-py
3+
name: polywrap-ethereum-wallet
44
type: plugin/python
55
source:
66
module: ./polywrap_ethereum_wallet/__init__.py
7-
schema: ./schema.graphql
7+
schema: ./polywrap.graphql

packages/plugins/polywrap-ethereum-wallet/schema.graphql

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/plugins/polywrap-ethereum-wallet/yarn.lock

Lines changed: 302 additions & 1205 deletions
Large diffs are not rendered by default.

packages/plugins/polywrap-fs-plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@polywrap/python-fs-plugin",
3-
"description": "Polywrap Python Fs Plugin",
43
"private": true,
54
"devDependencies": {
6-
"polywrap": "0.10.6"
5+
"polywrap": "0.11.3"
76
},
87
"scripts": {
98
"precodegen": "yarn install",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#import * from "wrap://wrapscan.io/polywrap/file-system@1.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format: 0.3.0
22
project:
3-
name: FileSystem
3+
name: polywrap-fs-plugin
44
type: plugin/python
55
source:
6-
schema: ./schema.graphql
6+
schema: ./polywrap.graphql
77
module: ./polywrap_fs_plugin/__init__.py

packages/plugins/polywrap-fs-plugin/schema.graphql

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/plugins/polywrap-fs-plugin/yarn.lock

Lines changed: 302 additions & 1205 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)