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

Vat.js File Missing #9612

Closed
aj-agoric opened this issue Jun 28, 2024 · 2 comments
Closed

Vat.js File Missing #9612

aj-agoric opened this issue Jun 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@aj-agoric
Copy link

aj-agoric commented Jun 28, 2024

Describe the bug

User reports they are not finding vat.js' anywhere in any of the published packages

fixed by #9607

To Reproduce

Steps to reproduce the behavior:

  1. import * as vv from '@agoric/vow/vat.js';
  2. get ERR_MODULE_NOT_FOUND

Expected behavior

to be able to import vat.js from outside agoric-sdk

Platform Environment

  • what OS are you using? what version of Node.js?
  • is there anything special/unusual about your platform?
  • what version of the Agoric-SDK are you using? (run git describe --tags --always)

Additional context

Add any other context about the problem here.

Screenshots

If applicable, add screenshots to help explain your problem, especially for UI interactions.

@aj-agoric aj-agoric added the bug Something isn't working label Jun 28, 2024
@aj-agoric aj-agoric assigned aj-agoric and dckc and unassigned aj-agoric Jun 28, 2024
@dckc
Copy link
Member

dckc commented Jun 29, 2024

fixed by #9607

@dckc dckc closed this as completed Jun 29, 2024
@dckc
Copy link
Member

dckc commented Jul 18, 2024

I verified that the released package includes vat.js; this imp.js works now:

import '@endo/init';
import * as it from '@agoric/vow/vat.js';

console.log(Object.keys(it));

We get:

$ node imp.js
[ 'defaultPowers', 'heapVowE', 'heapVowTools', 'prepareVowTools' ]

package version info:

"@agoric/vow@^0.2.0-u16.1":
  version "0.2.0-u16.1"
  resolved "https://registry.yarnpkg.com/@agoric/vow/-/vow-0.2.0-u16.1.tgz#55dafb45acd1c2704be5b624ab4a0e736fe5f109"
  integrity sha512-4MCe+7GsmZwB2i2DU/c2GzNeUwnlbe6FU9dTOOO0baQL2xS0dSszugWGgnWZD4CvTdWc6GhhuzwwDS5w48YsQg==

more details are in a gist: imp.js and friends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants