We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bf667 commit b6d40a7Copy full SHA for b6d40a7
lazer/sdk/js-solana/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/pyth-lazer-solana-sdk",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Pyth Lazer Solana SDK",
5
"publishConfig": {
6
"access": "public"
lazer/sdk/js-solana/turbo.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://turbo.build/schema.json",
+ "extends": ["//"],
+ "tasks": {
+ "build:types": {
+ "dependsOn": ["//#install:modules"],
7
+ "outputs": ["dist/types/**"]
8
+ },
9
+ "build": {
10
+ "dependsOn": ["build:types", "build:cjs", "build:esm"]
11
+ }
12
13
+}
0 commit comments