Skip to content

Commit

Permalink
Revert "chore: prepare Pyth Lazer packages publish (pyth-network#2120)"
Browse files Browse the repository at this point in the history
This reverts commit 301774b.
  • Loading branch information
NourAlharithi committed Dec 18, 2024
1 parent 13f46d2 commit 50ecf03
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 85 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/publish-rust-lazer-contract.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/publish-rust-lazer-protocol.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/publish-rust-lazer-sdk.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "pyth-lazer-solana-contract"
version = "0.1.0"
description = "Created with Anchor"
edition = "2021"
description = "Pyth Lazer Solana contract."
license = "Apache-2.0"
repository = "https://github.com/pyth-network/pyth-crosschain"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
26 changes: 6 additions & 20 deletions lazer/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"name": "@pythnetwork/pyth-lazer-sdk",
"version": "0.1.0",
"description": "Pyth Lazer SDK",
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*"
],
"name": "pyth-lazer-sdk",
"version": "1.0.0",
"description": "pyth-lazer-sdk",
"private": "true",
"scripts": {
"build:cjs": "tsc --project tsconfig.json --verbatimModuleSyntax false --module commonjs --outDir ./dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"build:esm": "tsc --project tsconfig.json --outDir ./dist/esm && echo '{\"type\":\"module\"}' > dist/esm/package.json",
Expand Down Expand Up @@ -36,17 +31,8 @@
"url": "https://github.com/pyth-lazer-sdk/pyth-lazer-sdk/issues"
},
"type": "module",
"homepage": "https://github.com/pyth-network/pyth-crosschain/tree/main/lazer/sdk/js",
"repository": {
"type": "git",
"url": "https://github.com/pyth-network/pyth-crosschain",
"directory": "lazer/sdk/js"
},
"keywords": [
"pyth",
"oracle"
],
"license": "Apache-2.0",
"homepage": "https://github.com/pyth-lazer-sdk/pyth-lazer-sdk#readme",
"keywords": [],
"dependencies": {
"isomorphic-ws": "^5.0.0",
"ws": "^8.18.0"
Expand Down
3 changes: 0 additions & 3 deletions lazer/sdk/rust/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name = "pyth-lazer-protocol"
version = "0.1.0"
edition = "2021"
description = "Pyth Lazer SDK - protocol types."
license = "Apache-2.0"
repository = "https://github.com/pyth-network/pyth-crosschain"

[dependencies]
byteorder = "1.4.3"
Expand Down
7 changes: 2 additions & 5 deletions lazer/sdk/solana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
name = "pyth-lazer-sdk"
version = "0.1.0"
edition = "2021"
description = "Pyth Lazer SDK"
license = "Apache-2.0"
repository = "https://github.com/pyth-network/pyth-crosschain"

[dependencies]
pyth-lazer-protocol = { version = "0.1.0", path = "../rust/protocol" }
pyth-lazer-solana-contract = { version = "0.1.0", path = "../../contracts/solana/programs/pyth-lazer-solana-contract", features = ["no-entrypoint"] }
pyth-lazer-protocol = { path = "../rust/protocol" }
pyth-lazer-solana-contract = { path = "../../contracts/solana/programs/pyth-lazer-solana-contract", features = ["no-entrypoint"] }

solana-program = "1.16"
bytemuck = { version = "1.4.0", features = ["derive"] }
Expand Down

0 comments on commit 50ecf03

Please sign in to comment.