Skip to content

build(npm): retrieve dependency packages for npm bundle - #1148

Merged
aduh95 merged 1 commit into
mainfrom
fix-bundled-publish
Aug 8, 2026
Merged

build(npm): retrieve dependency packages for npm bundle#1148
aduh95 merged 1 commit into
mainfrom
fix-bundled-publish

Conversation

@Renegade334

Copy link
Copy Markdown
Member

npm publish won't go fishing for packages to bundle, nor will it complain if those packages don't exist in the package tree.

Before:

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "bundleDependencies" was auto-populated from "dependencies"
npm notice
npm notice 📦  @node-core/utils@7.0.1
npm notice Tarball Contents
npm notice 1.1kB LICENSE
npm notice 5.9kB README.md
npm notice 905B bin/git-node.js
npm notice 16.1kB bin/ncu-ci.js
npm notice 3.2kB bin/ncu-config.js
npm notice 1.8kB bin/ncu-team.js
npm notice 2.0kB components/git/backport.js
npm notice 3.2kB components/git/benchmark.js
npm notice 798B components/git/epilogue.js
npm notice 5.8kB components/git/land.js
npm notice 3.4kB components/git/metadata.js
npm notice 6.9kB components/git/release.js
npm notice 14.9kB components/git/security.js
npm notice 949B components/git/status.js
npm notice 655B components/git/sync.js
npm notice 4.7kB components/git/v8.js
npm notice 2.4kB components/git/vote.js
npm notice 2.4kB components/git/wpt.js
npm notice 2.9kB components/metadata.js
npm notice 4.4kB lib/auth.js
npm notice 8.4kB lib/backport_session.js
npm notice 8.0kB lib/benchmark.js
npm notice 2.4kB lib/cache.js
npm notice 4.6kB lib/cherry_pick.js
npm notice 2.2kB lib/ci/build-types/benchmark_run.js
npm notice 5.3kB lib/ci/build-types/citgm_build.js
npm notice 5.6kB lib/ci/build-types/citgm_comparison_build.js
npm notice 3.9kB lib/ci/build-types/commit_build.js
npm notice 620B lib/ci/build-types/daily_build.js
npm notice 2.4kB lib/ci/build-types/fanned_build.js
npm notice 1.7kB lib/ci/build-types/health_build.js
npm notice 2.7kB lib/ci/build-types/job.js
npm notice 807B lib/ci/build-types/linter_build.js
npm notice 2.2kB lib/ci/build-types/normal_build.js
npm notice 3.0kB lib/ci/build-types/pr_build.js
npm notice 5.2kB lib/ci/build-types/test_build.js
npm notice 935B lib/ci/build-types/test_run.js
npm notice 9.3kB lib/ci/ci_failure_parser.js
npm notice 4.4kB lib/ci/ci_type_parser.js
npm notice 2.9kB lib/ci/ci_utils.js
npm notice 5.1kB lib/ci/failure_aggregator.js
npm notice 1.3kB lib/ci/jenkins_constants.js
npm notice 5.0kB lib/ci/run_ci.js
npm notice 5.3kB lib/cli.js
npm notice 4.1kB lib/collaborators.js
npm notice 5.6kB lib/config.js
npm notice 256B lib/figures.js
npm notice 1.1kB lib/file.js
npm notice 358B lib/github/templates/security-post-release.md
npm notice 1.2kB lib/github/templates/security-pre-release.md
npm notice 4.6kB lib/github/tree.js
npm notice 21.8kB lib/landing_session.js
npm notice 3.0kB lib/links.js
npm notice 114B lib/mergeable_state.js
npm notice 1.5kB lib/metadata_gen.js
npm notice 24.0kB lib/pr_checker.js
npm notice 3.1kB lib/pr_data.js
npm notice 1.6kB lib/pr_summary.js
npm notice 34.1kB lib/prepare_release.js
npm notice 20.9kB lib/prepare_security.js
npm notice 21.4kB lib/promote_release.js
npm notice 535B lib/proxy.js
npm notice 148B lib/queries/DefaultBranchRef.gql
npm notice 369B lib/queries/LastCommit.gql
npm notice 410B lib/queries/ListSecurityReleasePRs.gql
npm notice 676B lib/queries/PR.gql
npm notice 584B lib/queries/PRComments.gql
npm notice 1.2kB lib/queries/PRCommits.gql
npm notice 495B lib/queries/PRs.gql
npm notice 536B lib/queries/Reviews.gql
npm notice 1.0kB lib/queries/SearchIssue.gql
npm notice 398B lib/queries/Team.gql
npm notice 254B lib/queries/TreeEntries.gql
npm notice 452B lib/queries/VotePRInfo.gql
npm notice 1.8kB lib/release/utils.js
npm notice 10.2kB lib/request.js
npm notice 200B lib/review_state.js
npm notice 4.7kB lib/reviews.js
npm notice 3.0kB lib/run.js
npm notice 15.4kB lib/security_blog.js
npm notice 3.0kB lib/security-announcement.js
npm notice 13.2kB lib/security-release/security-release.js
npm notice 11.9kB lib/session.js
npm notice 305B lib/sync_session.js
npm notice 2.7kB lib/team_info.js
npm notice 18.8kB lib/update_security_release.js
npm notice 849B lib/update-v8/applyNodeChanges.js
npm notice 8.4kB lib/update-v8/backport.js
npm notice 700B lib/update-v8/commitUpdate.js
npm notice 1.5kB lib/update-v8/common.js
npm notice 3.9kB lib/update-v8/constants.js
npm notice 2.7kB lib/update-v8/deps.js
npm notice 1.6kB lib/update-v8/index.js
npm notice 2.8kB lib/update-v8/majorUpdate.js
npm notice 2.5kB lib/update-v8/minorUpdate.js
npm notice 5.9kB lib/update-v8/updateCrates.js
npm notice 1.1kB lib/update-v8/updateV8Clone.js
npm notice 3.4kB lib/update-v8/updateVersionNumbers.js
npm notice 2.1kB lib/update-v8/util.js
npm notice 234B lib/user_status.js
npm notice 155B lib/user.js
npm notice 1.5kB lib/utils.js
npm notice 655B lib/verbosity.js
npm notice 5.0kB lib/voting_session.js
npm notice 6.2kB lib/wpt/index.js
npm notice 2.1kB package.json
npm notice Tarball Details
npm notice name: @node-core/utils
npm notice version: 7.0.1
npm notice filename: node-core-utils-7.0.1.tgz
npm notice package size: 125.6 kB
npm notice unpacked size: 471.6 kB
npm notice shasum: b664f556295cc9d39b502edef964a500ea089b44
npm notice integrity: sha512-HshaPZGI3kFrE[...]2/w0HtpUzceXQ==
npm notice total files: 106
npm notice
npm warn publish This command requires you to be logged in to https://registry.npmjs.org/ (dry-run)
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access (dry-run)
+ @node-core/utils@7.0.1

After:

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "bundleDependencies" was auto-populated from "dependencies"
npm notice
npm notice 📦  @node-core/utils@7.0.1
npm notice Tarball Contents
npm notice 1.1kB LICENSE
npm notice 5.9kB README.md
npm notice 905B bin/git-node.js
npm notice 16.1kB bin/ncu-ci.js
npm notice 3.2kB bin/ncu-config.js
npm notice 1.8kB bin/ncu-team.js
npm notice 2.0kB components/git/backport.js
npm notice 3.2kB components/git/benchmark.js
npm notice 798B components/git/epilogue.js
npm notice 5.8kB components/git/land.js
npm notice 3.4kB components/git/metadata.js
npm notice 6.9kB components/git/release.js
npm notice 14.9kB components/git/security.js
npm notice 949B components/git/status.js
npm notice 655B components/git/sync.js
npm notice 4.7kB components/git/v8.js
npm notice 2.4kB components/git/vote.js
npm notice 2.4kB components/git/wpt.js
npm notice 2.9kB components/metadata.js
npm notice 4.4kB lib/auth.js
npm notice 8.4kB lib/backport_session.js
npm notice 8.0kB lib/benchmark.js
npm notice 2.4kB lib/cache.js
npm notice 4.6kB lib/cherry_pick.js
npm notice 2.2kB lib/ci/build-types/benchmark_run.js
npm notice 5.3kB lib/ci/build-types/citgm_build.js
npm notice 5.6kB lib/ci/build-types/citgm_comparison_build.js
npm notice 3.9kB lib/ci/build-types/commit_build.js
npm notice 620B lib/ci/build-types/daily_build.js
npm notice 2.4kB lib/ci/build-types/fanned_build.js
npm notice 1.7kB lib/ci/build-types/health_build.js
npm notice 2.7kB lib/ci/build-types/job.js
npm notice 807B lib/ci/build-types/linter_build.js
npm notice 2.2kB lib/ci/build-types/normal_build.js
npm notice 3.0kB lib/ci/build-types/pr_build.js
npm notice 5.2kB lib/ci/build-types/test_build.js
npm notice 935B lib/ci/build-types/test_run.js
npm notice 9.3kB lib/ci/ci_failure_parser.js
npm notice 4.4kB lib/ci/ci_type_parser.js
npm notice 2.9kB lib/ci/ci_utils.js
npm notice 5.1kB lib/ci/failure_aggregator.js
npm notice 1.3kB lib/ci/jenkins_constants.js
npm notice 5.0kB lib/ci/run_ci.js
npm notice 5.3kB lib/cli.js
npm notice 4.1kB lib/collaborators.js
npm notice 5.6kB lib/config.js
npm notice 256B lib/figures.js
npm notice 1.1kB lib/file.js
npm notice 358B lib/github/templates/security-post-release.md
npm notice 1.2kB lib/github/templates/security-pre-release.md
npm notice 4.6kB lib/github/tree.js
npm notice 21.8kB lib/landing_session.js
npm notice 3.0kB lib/links.js
npm notice 114B lib/mergeable_state.js
npm notice 1.5kB lib/metadata_gen.js
npm notice 24.0kB lib/pr_checker.js
npm notice 3.1kB lib/pr_data.js
npm notice 1.6kB lib/pr_summary.js
npm notice 34.1kB lib/prepare_release.js
npm notice 20.9kB lib/prepare_security.js
npm notice 21.4kB lib/promote_release.js
npm notice 535B lib/proxy.js
npm notice 148B lib/queries/DefaultBranchRef.gql
npm notice 369B lib/queries/LastCommit.gql
npm notice 410B lib/queries/ListSecurityReleasePRs.gql
npm notice 676B lib/queries/PR.gql
npm notice 584B lib/queries/PRComments.gql
npm notice 1.2kB lib/queries/PRCommits.gql
npm notice 495B lib/queries/PRs.gql
npm notice 536B lib/queries/Reviews.gql
npm notice 1.0kB lib/queries/SearchIssue.gql
npm notice 398B lib/queries/Team.gql
npm notice 254B lib/queries/TreeEntries.gql
npm notice 452B lib/queries/VotePRInfo.gql
npm notice 1.8kB lib/release/utils.js
npm notice 10.2kB lib/request.js
npm notice 200B lib/review_state.js
npm notice 4.7kB lib/reviews.js
npm notice 3.0kB lib/run.js
npm notice 15.4kB lib/security_blog.js
npm notice 3.0kB lib/security-announcement.js
npm notice 13.2kB lib/security-release/security-release.js
npm notice 11.9kB lib/session.js
npm notice 305B lib/sync_session.js
npm notice 2.7kB lib/team_info.js
npm notice 18.8kB lib/update_security_release.js
npm notice 849B lib/update-v8/applyNodeChanges.js
npm notice 8.4kB lib/update-v8/backport.js
npm notice 700B lib/update-v8/commitUpdate.js
npm notice 1.5kB lib/update-v8/common.js
npm notice 3.9kB lib/update-v8/constants.js
npm notice 2.7kB lib/update-v8/deps.js
npm notice 1.6kB lib/update-v8/index.js
npm notice 2.8kB lib/update-v8/majorUpdate.js
npm notice 2.5kB lib/update-v8/minorUpdate.js
npm notice 5.9kB lib/update-v8/updateCrates.js
npm notice 1.1kB lib/update-v8/updateV8Clone.js
npm notice 3.4kB lib/update-v8/updateVersionNumbers.js
npm notice 2.1kB lib/update-v8/util.js
npm notice 234B lib/user_status.js
npm notice 155B lib/user.js
npm notice 1.5kB lib/utils.js
npm notice 655B lib/verbosity.js
npm notice 5.0kB lib/voting_session.js
npm notice 6.2kB lib/wpt/index.js
npm notice 2.1kB package.json
npm notice Bundled Dependencies
npm notice extend
npm notice is-arrayish
npm notice resolve
npm notice function-bind
npm notice hasown
npm notice is-core-module
npm notice minimist
npm notice supports-preserve-symlinks-flag
npm notice cheerio
npm notice git-secure-tag
npm notice require-directory
npm notice core-validate-commit
npm notice pkg-to-id
npm notice require-main-filename
npm notice remark-lint-no-trailing-spaces
npm notice normalize-package-data
npm notice spdx-expression-parse
npm notice @inquirer/checkbox
npm notice @inquirer/confirm
npm notice @inquirer/core
npm notice @inquirer/editor
npm notice @inquirer/expand
npm notice @inquirer/external-editor
npm notice @inquirer/figures
npm notice @inquirer/input
npm notice @inquirer/number
npm notice @inquirer/password
npm notice @inquirer/prompts
npm notice @inquirer/rawlist
npm notice @inquirer/search
npm notice @inquirer/select
npm notice @inquirer/type
npm notice @listr2/prompt-adapter-enquirer
npm notice @node-core/caritat-crypto
npm notice @node-core/caritat
npm notice @octokit/endpoint
npm notice @octokit/graphql
npm notice @octokit/openapi-types
npm notice @octokit/request-error
npm notice @octokit/request
npm notice @octokit/types
npm notice @pkgjs/nv
npm notice @sindresorhus/is
npm notice @szmarczak/http-timer
npm notice @types/cacheable-request
npm notice @types/debug
npm notice @types/estree-jsx
npm notice @types/estree
npm notice @types/hast
npm notice @types/http-cache-semantics
npm notice @types/keyv
npm notice @types/mdast
npm notice @types/ms
npm notice @types/node
npm notice @types/responselike
npm notice @types/unist
npm notice ansi-regex
npm notice ansi-styles
npm notice argparse
npm notice async
npm notice bail
npm notice base64-js
npm notice buffer
npm notice cacheable-lookup
npm notice cacheable-request
npm notice camelcase
npm notice ccount
npm notice chalk
npm notice changelog-maker
npm notice character-entities-html4
npm notice character-entities-legacy
npm notice character-entities
npm notice character-reference-invalid
npm notice chardet
npm notice cheerio-select
npm notice cli-cursor
npm notice cli-truncate
npm notice cli-width
npm notice cliui
npm notice clone-response
npm notice code-point-at
npm notice collapse-white-space
npm notice color-convert
npm notice color-name
npm notice content-type
npm notice css-select
npm notice css-what
npm notice debug
npm notice decamelize
npm notice decode-named-character-reference
npm notice decompress-response
npm notice defer-to-connect
npm notice dequal
npm notice devlop
npm notice dom-serializer
npm notice domelementtype
npm notice domhandler
npm notice domutils
npm notice encoding-sniffer
npm notice end-of-stream
npm notice entities
npm notice environment
npm notice error-ex
npm notice escalade
npm notice eventemitter3
npm notice figures
npm notice get-east-asian-width
npm notice ghauth
npm notice ghissues
npm notice got
npm notice graceful-fs
npm notice hosted-git-info
npm notice htmlparser2
npm notice http-cache-semantics
npm notice http2-wrapper
npm notice iconv-lite
npm notice ieee754
npm notice inherits
npm notice is-alphabetical
npm notice is-alphanumerical
npm notice is-buffer
npm notice is-decimal
npm notice is-fullwidth-code-point
npm notice is-hexadecimal
npm notice is-interactive
npm notice is-plain-obj
npm notice is-unicode-supported
npm notice is-utf8
npm notice js-yaml
npm notice json-buffer
npm notice json-with-bigint
npm notice lcid
npm notice listr2
npm notice load-json-file
npm notice lodash.assign
npm notice lodash
npm notice log-symbols
npm notice log-update
npm notice longest-streak
npm notice lowercase-keys
npm notice markdown-table
npm notice mdast-comment-marker
npm notice mdast-util-directive
npm notice mdast-util-find-and-replace
npm notice mdast-util-from-markdown
npm notice mdast-util-gfm-autolink-literal
npm notice mdast-util-gfm-footnote
npm notice mdast-util-gfm-strikethrough
npm notice mdast-util-gfm-table
npm notice mdast-util-gfm-task-list-item
npm notice mdast-util-gfm
npm notice mdast-util-heading-style
npm notice mdast-util-mdx-expression
npm notice mdast-util-mdx-jsx
npm notice mdast-util-mdx
npm notice mdast-util-mdxjs-esm
npm notice mdast-util-phrasing
npm notice mdast-util-to-markdown
npm notice mdast-util-to-string
npm notice micromark-core-commonmark
npm notice micromark-extension-gfm-autolink-literal
npm notice micromark-extension-gfm-footnote
npm notice micromark-extension-gfm-strikethrough
npm notice micromark-extension-gfm-table
npm notice micromark-extension-gfm-tagfilter
npm notice micromark-extension-gfm-task-list-item
npm notice micromark-extension-gfm
npm notice micromark-factory-destination
npm notice micromark-factory-label
npm notice micromark-factory-space
npm notice micromark-factory-title
npm notice micromark-factory-whitespace
npm notice micromark-util-character
npm notice micromark-util-chunked
npm notice micromark-util-classify-character
npm notice micromark-util-combine-extensions
npm notice micromark-util-decode-numeric-character-reference
npm notice micromark-util-decode-string
npm notice micromark-util-encode
npm notice micromark-util-html-tag-name
npm notice micromark-util-normalize-identifier
npm notice micromark-util-resolve-all
npm notice micromark-util-sanitize-uri
npm notice micromark-util-subtokenize
npm notice micromark-util-symbol
npm notice micromark-util-types
npm notice micromark
npm notice mimic-function
npm notice mimic-response
npm notice mute-stream
npm notice normalize-url
npm notice nth-check
npm notice number-is-nan
npm notice once
npm notice ora
npm notice os-locale
npm notice p-cancelable
npm notice parse-entities
npm notice parse-json
npm notice parse5-htmlparser2-tree-adapter
npm notice parse5-parser-stream
npm notice parse5
npm notice path-parse
npm notice path-type
npm notice pify
npm notice pinkie-promise
npm notice pinkie
npm notice pluralize
npm notice pump
npm notice quick-lru
npm notice quotation
npm notice read-pkg-up
npm notice read-pkg
npm notice read
npm notice readable-stream
npm notice remark-gfm
npm notice remark-lint-prohibited-strings
npm notice remark-message-control
npm notice remark-parse
npm notice remark-preset-lint-node
npm notice remark-stringify
npm notice resolve-alpn
npm notice responselike
npm notice restore-cursor
npm notice rfdc
npm notice safe-buffer
npm notice safer-buffer
npm notice semver
npm notice slice-ansi
npm notice smol-toml
npm notice space-separated-tokens
npm notice spdx-correct
npm notice split2
npm notice stdin-discarder
npm notice string_decoder
npm notice string-width
npm notice stringify-entities
npm notice strip-ansi
npm notice strip-bom
npm notice trough
npm notice undici-types
npm notice undici
npm notice unified-message-control
npm notice unified
npm notice unist-util-is
npm notice unist-util-position
npm notice unist-util-stringify-position
npm notice unist-util-visit-parents
npm notice unist-util-visit
npm notice util-deprecate
npm notice validate-npm-package-license
npm notice vfile-location
npm notice vfile-message
npm notice vfile
npm notice which-module
npm notice which
npm notice window-size
npm notice wrap-ansi
npm notice wrappy
npm notice y18n
npm notice yargs
npm notice yoctocolors-cjs
npm notice yoctocolors
npm notice zwitch
npm notice colorette
npm notice bl
npm notice branch-diff
npm notice signal-exit
npm notice commit-stream
npm notice ghutils
npm notice gitexec
npm notice remark-lint-fenced-code-flag
npm notice @inquirer/ansi
npm notice boolbase
npm notice emoji-regex
npm notice get-caller-file
npm notice invert-kv
npm notice isexe
npm notice keyv
npm notice ms
npm notice remark-lint-blockquote-indentation
npm notice remark-lint-checkbox-character-style
npm notice remark-lint-checkbox-content-indent
npm notice remark-lint-code-block-style
npm notice remark-lint-definition-spacing
npm notice remark-lint-fenced-code-marker
npm notice remark-lint-file-extension
npm notice remark-lint-final-definition
npm notice remark-lint-final-newline
npm notice remark-lint-first-heading-level
npm notice remark-lint-hard-break-spaces
npm notice remark-lint-heading-style
npm notice remark-lint-list-item-bullet-indent
npm notice remark-lint-list-item-indent
npm notice remark-lint-maximum-line-length
npm notice remark-lint-no-blockquote-without-marker
npm notice remark-lint-no-consecutive-blank-lines
npm notice remark-lint-no-duplicate-definitions
npm notice remark-lint-no-file-name-articles
npm notice remark-lint-no-file-name-consecutive-dashes
npm notice remark-lint-no-file-name-outer-dashes
npm notice remark-lint-no-heading-content-indent
npm notice remark-lint-no-heading-indent
npm notice remark-lint-no-literal-urls
npm notice remark-lint-no-multiple-toplevel-headings
npm notice remark-lint-no-shell-dollars
npm notice remark-lint-no-shortcut-reference-image
npm notice remark-lint-no-shortcut-reference-link
npm notice remark-lint-no-table-indentation
npm notice remark-lint-no-tabs
npm notice remark-lint-no-undefined-references
npm notice remark-lint-no-unused-definitions
npm notice remark-lint-ordered-list-marker-style
npm notice remark-lint-rule-style
npm notice remark-lint-strong-marker
npm notice remark-lint-table-cell-padding
npm notice remark-lint-table-pipes
npm notice remark-lint-unordered-list-marker-style
npm notice remark-lint
npm notice remark-preset-lint-recommended
npm notice set-blocking
npm notice unified-lint-rule
npm notice universal-user-agent
npm notice whatwg-mimetype
npm notice through2
npm notice whatwg-encoding
npm notice spdx-exceptions
npm notice spdx-license-ids
npm notice Tarball Details
npm notice name: @node-core/utils
npm notice version: 7.0.1
npm notice filename: node-core-utils-7.0.1.tgz
npm notice package size: 6.3 MB
npm notice unpacked size: 32.7 MB
npm notice shasum: 05d7b160037b156876cbc1e01316dda9c7a209df
npm notice integrity: sha512-MCT+DOCiDMeuG[...]sjani3QmkTNSA==
npm notice bundled deps: 328
npm notice bundled files: 0
npm notice own files: 6533
npm notice total files: 6533
npm notice
npm warn publish This command requires you to be logged in to https://registry.npmjs.org/ (dry-run)
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access (dry-run)
+ @node-core/utils@7.0.1

@Renegade334 Renegade334 changed the title build: retrieve dependency packages for npm bundle build(npm): retrieve dependency packages for npm bundle Aug 7, 2026
@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.11%. Comparing base (e10d666) to head (4a72939).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1148   +/-   ##
=======================================
  Coverage   57.11%   57.11%           
=======================================
  Files          53       53           
  Lines       10379    10379           
=======================================
  Hits         5928     5928           
  Misses       4451     4451           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@trivikr

trivikr commented Aug 8, 2026

Copy link
Copy Markdown
Member

The @node-core/utils@7.0.0 is blocking commit-queue in Node.js core nodejs/node#65126, and this PR will unblock it when it's released in a new version, say v7.0.1

@Renegade334
Renegade334 requested review from RafaelGSS and targos August 8, 2026 05:38
@aduh95
aduh95 merged commit 4dcb93c into main Aug 8, 2026
11 checks passed
@aduh95
aduh95 deleted the fix-bundled-publish branch August 8, 2026 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants