Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vow): include vat.js in package files #9607

Merged
merged 1 commit into from
Jun 28, 2024
Merged

fix(vow): include vat.js in package files #9607

merged 1 commit into from
Jun 28, 2024

Conversation

dckc
Copy link
Member

@dckc dckc commented Jun 27, 2024

Problem

Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../node_modules/@agoric/vow/vat.js' imported from .../contract/test/test-contract.js

Testing Considerations

This manual test passes with this PR but fails without it:

~/projects/agoric-sdk/packages/vow$ yarn pack
~/projects/agoric-sdk/packages/vow$ tar tf *.tgz |grep vat
package/vat.js

Copy link

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: b6ffa6f
Status: ✅  Deploy successful!
Preview URL: https://ccf94453.agoric-sdk.pages.dev
Branch Preview URL: https://dc-vow-vat-pkg.agoric-sdk.pages.dev

View logs

@dckc dckc added the automerge:rebase Automatically rebase updates, then merge label Jun 27, 2024
@mergify mergify bot merged commit a3826e9 into master Jun 28, 2024
85 checks passed
@mergify mergify bot deleted the dc-vow-vat-pkg branch June 28, 2024 04:25
@aj-agoric aj-agoric mentioned this pull request Jun 28, 2024
mhofman pushed a commit that referenced this pull request Jul 1, 2024
## Problem

```
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../node_modules/@agoric/vow/vat.js' imported from .../contract/test/test-contract.js
```

### Testing Considerations

This manual test passes with this PR but fails without it:

```console
~/projects/agoric-sdk/packages/vow$ yarn pack
~/projects/agoric-sdk/packages/vow$ tar tf *.tgz |grep vat
package/vat.js
```
gibson042 added a commit that referenced this pull request Jul 1, 2024
Rebase todo

```
# Branch fix-vow-include-vat-js-in-package-files-9607-
label base-fix-vow-include-vat-js-in-package-files-9607-
pick b6ffa6f fix(vow): include vat.js in package files
label fix-vow-include-vat-js-in-package-files-9607-
reset base-fix-vow-include-vat-js-in-package-files-9607-
merge -C a3826e9 fix-vow-include-vat-js-in-package-files-9607- # fix(vow): include vat.js in package files (#9607)

# Pull Request #9601
pick 6bc363b fix(cosmos): only allow snapshot export at latest height (#9601)

# Branch Force-xsnap-rebuild-9618-
label base-Force-xsnap-rebuild-9618-
pick 467435a fix(xsnap): force rebuild if build config changes
pick a22772e fix(agd): check xsnap was rebuilt
pick 2b53896 feat(xsnap): force rebuild if binary version mismatch
label Force-xsnap-rebuild-9618-
reset base-Force-xsnap-rebuild-9618-
merge -C 78b6fec Force-xsnap-rebuild-9618- # Force xsnap rebuild (#9618)

# Branch agd-enforce-Node-js-version-9623-
label base-agd-enforce-Node-js-version-9623-
#pick 4b35caf revert fix: typescript-estree does not support Node.js LTS (#9619)
pick 5f01bef fix(agd): force own node.js version check
label agd-enforce-Node-js-version-9623-
reset base-agd-enforce-Node-js-version-9623-
merge -C 4f70e66 agd-enforce-Node-js-version-9623- # agd enforce Node.js version (#9623)

# Branch gibson-9623-followup
label base-gibson-9623-followup
pick 6102eb9 fix: Disallow Node.js major version >20
label gibson-9623-followup
reset base-gibson-9623-followup
merge -C caaec05 gibson-9623-followup # (upstream/master) fix: Disallow Node.js major version >20 (#9630)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants