Skip to content

Commit

Permalink
chore: update nightly docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2025
1 parent f1ec793 commit c47ed73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/nightly/fuels-ts
Submodule fuels-ts updated 70 files
+6 −0 .changeset/curvy-peaches-wonder.md
+4 −0 .changeset/dull-feet-beg.md
+13 −0 .changeset/healthy-mayflies-eat.md
+5 −0 .changeset/shaggy-ravens-switch.md
+5 −0 .changeset/silent-points-punch.md
+5 −0 .changeset/weak-bats-drum.md
+97 −0 .github/workflows/changesets-pr.yaml
+62 −0 .github/workflows/publish-to-next.yaml
+24 −92 .github/workflows/release.yaml
+4 −2 .knip.json
+20 −19 apps/create-fuels-counter-guide/package.json
+1 −1 apps/create-fuels-counter-guide/postcss.config.js
+1 −3 apps/create-fuels-counter-guide/src/index.css
+1 −1 apps/demo-bun-fuels/package.json
+7 −7 apps/demo-nextjs/package.json
+8 −8 apps/demo-react-cra/package.json
+8 −8 apps/demo-react-vite/package.json
+12 −11 apps/demo-wallet-sdk-react/package.json
+1 −1 apps/demo-wallet-sdk-react/postcss.config.mjs
+1 −3 apps/demo-wallet-sdk-react/src/app/globals.css
+19 −5 apps/demo-wallet-sdk-react/tsconfig.json
+4 −4 apps/docs/package.json
+33 −33 package.json
+1 −1 packages/abi-coder/package.json
+1 −1 packages/abi-typegen/test/utils/getNewAbiTypegen.ts
+6 −6 packages/account/package.json
+4 −0 packages/account/src/assets/asset-api.test.ts
+10 −10 packages/account/src/mnemonic/mnemonic.test.ts
+24 −1 packages/account/src/providers/fuel-graphql-subscriber.ts
+115 −7 packages/account/src/providers/provider.test.ts
+10 −8 packages/account/src/providers/provider.ts
+2 −2 packages/account/src/providers/resource-cache.test.ts
+1 −1 packages/account/src/providers/transaction-response/getDecodedLogs.ts
+1 −0 packages/account/src/providers/transaction-summary/assemble-transaction-summary.test.ts
+4 −4 packages/account/src/providers/utils/extract-tx-error.ts
+4 −0 packages/account/src/test-utils/launchNode.test.ts
+1 −1 packages/address/package.json
+1 −1 packages/address/src/address.ts
+1 −1 packages/create-fuels/package.json
+4 −0 packages/create-fuels/src/lib/installFuelUp.test.ts
+4 −0 packages/create-fuels/src/utils/logger.test.ts
+1 −1 packages/crypto/package.json
+0 −1 packages/errors/src/test-utils/expect-to-throw-fuel-error.ts
+2 −2 packages/fuel-gauge/src/advanced-logging.test.ts
+10 −10 packages/fuel-gauge/src/contract.test.ts
+1 −1 packages/fuel-gauge/src/dry-run-multiple-txs.test.ts
+2 −2 packages/fuel-gauge/src/edge-cases.test.ts
+4 −4 packages/fuel-gauge/src/funding-transaction.test.ts
+2 −2 packages/fuel-gauge/src/predicate-conditional-inputs.test.ts
+1 −1 packages/fuel-gauge/src/token-test-contract.test.ts
+3 −3 packages/fuel-gauge/src/transaction-response.test.ts
+4 −4 packages/fuels/package.json
+4 −0 packages/fuels/src/cli/commands/build/buildSwayProgram.test.ts
+6 −0 packages/fuels/src/cli/utils/logger.test.ts
+1 −1 packages/hasher/package.json
+1 −1 packages/logger/package.json
+1 −1 packages/utils/package.json
+4 −0 packages/versions/src/lib/getSystemVersions.test.ts
+6,196 −3,198 pnpm-lock.yaml
+16 −6 scripts/lint-md-links.ts
+1 −1 templates/nextjs/next-env.d.ts
+16 −15 templates/nextjs/package.json
+1 −1 templates/nextjs/postcss.config.js
+1 −3 templates/nextjs/src/styles/globals.css
+19 −18 templates/vite/package.json
+1 −1 templates/vite/postcss.config.js
+1 −3 templates/vite/src/index.css
+2 −2 vitest.browser.config.mts
+2 −2 vitest.node.config.mts
+4 −1 vitest.workspace.ts
2 changes: 1 addition & 1 deletion docs/nightly/fuels-wallet
Submodule fuels-wallet updated 160 files

0 comments on commit c47ed73

Please sign in to comment.