@pythnetwork/price-pusher 6.6.0 → 6.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -87,7 +87,7 @@ npm install
87
87
  npx lerna run build --scope @pythnetwork/price-pusher --include-dependencies
88
88
 
89
89
  # Navigate to the price_pusher folder
90
- cd price_pusher
90
+ cd apps/price_pusher
91
91
 
92
92
  # For EVM
93
93
  npm run start -- evm --endpoint wss://example-rpc.com \
package/lib/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ #!/usr/bin/env node
1
2
  export {};
2
3
  //# sourceMappingURL=index.d.ts.map
package/lib/index.js CHANGED
@@ -1,9 +1,9 @@
1
+ #!/usr/bin/env node
1
2
  "use strict";
2
3
  var __importDefault = (this && this.__importDefault) || function (mod) {
3
4
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
5
  };
5
6
  Object.defineProperty(exports, "__esModule", { value: true });
6
- // #!/usr/bin/env node
7
7
  const yargs_1 = __importDefault(require("yargs"));
8
8
  const helpers_1 = require("yargs/helpers");
9
9
  const command_1 = __importDefault(require("./injective/command"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pythnetwork/price-pusher",
3
- "version": "6.6.0",
3
+ "version": "6.6.1",
4
4
  "description": "Pyth Price Pusher",
5
5
  "homepage": "https://pyth.network",
6
6
  "main": "lib/index.js",
@@ -14,7 +14,7 @@
14
14
  "repository": {
15
15
  "type": "git",
16
16
  "url": "https://github.com/pyth-network/pyth-crosschain",
17
- "directory": "price_pusher"
17
+ "directory": "apps/price_pusher"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public"
@@ -67,5 +67,5 @@
67
67
  "yaml": "^2.1.1",
68
68
  "yargs": "^17.5.1"
69
69
  },
70
- "gitHead": "56cbace282dcdce0099a188a637493ce6bf2312c"
70
+ "gitHead": "508de7583953af4299143affea71f8dd4633cd32"
71
71
  }