-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Anomalies in current published version compared to previous versions #1402
Comments
So in considering what's changed between the two versions, the file structure is the first thing that comes to mind. I think we need to move the licenses inside of the addon folder. |
Adding to the list of anomalies: It seems that only typescript files are ending up in the tarball published to npm. https://www.npmjs.com/package/@ember/test-helpers?activeTab=code. For version 3.0.2: This should be full of JS files but it's not. I think that's what's causing the build to fail for this PR (emberjs/ember-qunit#1077). The app tries to pull in the add-on, which works, but because there are no JS files, and there is no |
I have a fix! #1408 |
Re-opening because |
Screenshot:
On the left, the files in
v2.9.3
in an app. On the right, the files inv3.0.2
in an app.While the
types/
directory is now excluded intentionally, I suspect that the changelog and licenses still need to be published. We also really should not have had to changepublic-types
todist-types
in order for it to successfully publish from a functional perspective. So something really weird is going on, and it needs deeper investigation.The text was updated successfully, but these errors were encountered: