Skip to content

Commit

Permalink
Merge pull request #931 from polywrap/remove-manual-plugin-typings
Browse files Browse the repository at this point in the history
Remove wrap-man Folders
  • Loading branch information
dOrgJelli authored Jun 21, 2022
2 parents 6294ec6 + 51098a3 commit 86f1ab6
Show file tree
Hide file tree
Showing 73 changed files with 66 additions and 3,407 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"reset": "yarn clean && yarn && yarn build",
"clean": "npx rimraf ./**/node_modules ./**/yarn.lock ./**/build ./**/coverage ./**/.polywrap",
"dependencies:install": "cd dependencies && yarn",
"build": "yarn build:core && yarn build:plugins && yarn build:client && yarn build:test-env && yarn build:cli && yarn build:plugins:patch",
"preinstall": "yarn dependencies:install",
"build": "yarn build:core && yarn build:plugins && yarn build:client && yarn build:test-env && yarn build:cli",
"build:core": "lerna run build --no-private --ignore @polywrap/*-plugin-js --ignore polywrap --ignore @polywrap/client-js --ignore @polywrap/react --ignore @polywrap/test-env-js",
"build:plugins": "lerna run build --scope @polywrap/*-plugin-js --concurrency 1",
"build:client": "lerna run build --scope @polywrap/client-js --scope @polywrap/react",
"build:test-env": "lerna run build --scope @polywrap/test-env-js",
"build:cli": "lerna run build --scope polywrap",
"build:plugins:patch": "lerna run codegen:patch --scope @polywrap/*-plugin-js --concurrency 1",
"lint": "lerna run lint",
"lint:fix": "lerna run lint -- --fix",
"lint:ci": "yarn lint",
Expand Down
3 changes: 1 addition & 2 deletions packages/js/plugins/ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"build"
],
"scripts": {
"build": "rimraf ./build && tsc --project tsconfig.build.json",
"build": "rimraf ./build && yarn codegen && tsc --project tsconfig.build.json",
"codegen": "node ../../../../dependencies/node_modules/polywrap/bin/polywrap plugin codegen",
"codegen:patch": "node ../../../cli/bin/polywrap plugin codegen && rimraf ./src/wrap",
"lint": "eslint --color -c ../../../../.eslintrc.js src/",
"test": "jest --passWithNoTests --runInBand --verbose",
"test:ci": "jest --passWithNoTests --runInBand --verbose",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/plugins/ens/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
Bytes,
Ethereum_Module,
manifest,
} from "./wrap-man";
} from "./wrap";

import { ethers } from "ethers";
import { Base58 } from "@ethersproject/basex";
Expand Down
9 changes: 0 additions & 9 deletions packages/js/plugins/ens/src/wrap-man/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/js/plugins/ens/src/wrap-man/manifest.ts

This file was deleted.

31 changes: 0 additions & 31 deletions packages/js/plugins/ens/src/wrap-man/module.ts

This file was deleted.

Loading

0 comments on commit 86f1ab6

Please sign in to comment.