Skip to content

Commit 994d4f3

Browse files
committed
fix: update indexer and fix rollup es config
1 parent c95ffd6 commit 994d4f3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

js/stateless.js/rollup.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,9 @@ const typesConfig = {
7171
plugins: [dts()],
7272
};
7373

74-
export default [rolls('cjs', 'browser'), rolls('cjs', 'node'), typesConfig];
74+
export default [
75+
rolls('cjs', 'browser'),
76+
rolls('cjs', 'node'),
77+
rolls('es', 'browser'),
78+
typesConfig,
79+
];

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ install_photon() {
211211
echo "Installing Photon indexer (version $expected_version)..."
212212
# Use git commit for now as specified in constants.ts
213213
# Allow dead code warnings for external dependency compilation
214-
RUSTFLAGS="-A dead-code" cargo install --git https://github.com/helius-labs/photon.git --rev 443e0929bc4fc1fb8cb926aa438db7b72a945150 --locked --force
214+
RUSTFLAGS="-A dead-code" cargo install --git https://github.com/helius-labs/photon.git --rev ad49094e59195c664a683b7c7814e26563640d57 --locked --force
215215
log "photon"
216216
else
217217
echo "Photon already installed with correct version, skipping..."

0 commit comments

Comments
 (0)