Update build PublishDate#825
Merged
Merged
Conversation
Bump the autogenerated PublishDate in build/two.js to the new build timestamp (2026-04-24T16:29:16.416Z) to reflect a fresh build.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates generated metadata for a fresh Two.js build, but it also includes unrelated type-test lockfile changes.
Changes:
- Updates
Two.PublishDateinbuild/two.js. - Changes several transitive dependencies in
tests/types/package-lock.json. - Removes the linked root package name metadata from the type-test lockfile.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
build/two.js |
Updates the generated UMD bundle publish timestamp. |
tests/types/package-lock.json |
Updates lockfile metadata and transitive dependency versions for type tests. |
Files not reviewed (1)
- tests/types/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * @property {String} - The automatically generated publish date in the build process to verify version release candidates. | ||
| */ | ||
| PublishDate: "2026-04-23T05:35:40.785Z", | ||
| PublishDate: "2026-04-24T16:29:16.416Z", |
Comment on lines
+2881
to
+2883
| "version": "1.1.14", | ||
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", | ||
| "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the autogenerated PublishDate in build/two.js to the new build timestamp (2026-04-24T16:29:16.416Z) to reflect a fresh build.