Skip to content

Commit

Permalink
feat: move example to sdk packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixGibson committed Dec 26, 2023
1 parent 24e75d9 commit a094906
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 230 deletions.
Binary file removed examples/interface/bun.lockb
Binary file not shown.
172 changes: 0 additions & 172 deletions examples/vanilla/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions examples/vanilla/README.md

This file was deleted.

Binary file removed examples/vanilla/bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion examples/vanilla/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions examples/vanilla/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions examples/vanilla/tsconfig.json

This file was deleted.

Binary file modified sdk/bun.lockb
Binary file not shown.
4 changes: 1 addition & 3 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "instaswap",
"version": "0.1.0",
"workspaces": [
"packages/instaswap-core"
]
"workspaces": ["packages/*"]
}
2 changes: 1 addition & 1 deletion sdk/packages/instaswap-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bun-types": "^1.0.1",
"fetch-mock": "^9.11.0",
"jest": "^29.5.0",
"starknet": "^5.19.5",
"starknet": "^5.25.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
},
Expand Down
File renamed without changes.
File renamed without changes.
Binary file added sdk/packages/interface/bun.lockb
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"dependencies": {
"@starknet-react/core": "^1.0.1",
"get-starknet": "^3.0.1",
"instaswap-core": "^0.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"starknet": "next"
"starknet": "next",
"instaswap-core": "workspace:*"

},
"devDependencies": {
"@types/react": "^18.0.27",
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a094906

Please sign in to comment.