-
Notifications
You must be signed in to change notification settings - Fork 123
chore: Remove unused deps; Upgrade protobufjs; Publish src #719
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linting
"files": [ | ||
"lib" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping this as:
"lib", "src"
would prevent unneeded files getting published, like .tsbuildinfo
and tsconfig.json
packages/common/package.json
Outdated
@@ -14,16 +14,14 @@ | |||
"dependencies": { | |||
"@temporalio/internal-workflow-common": "file:../internal-workflow-common", | |||
"@temporalio/proto": "file:../proto", | |||
"proto3-json-serializer": "^0.1.6" | |||
"proto3-json-serializer": "^1.0.2", | |||
"protobufjs": "^6.11.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the only reference in this package is:
import type { Message, Namespace, Root, Type } from 'protobufjs';
Does that mean it should be a devDep?
"@types/rimraf": "^3.0.0", | ||
"@types/tar": "^4.0.3", | ||
"@types/validate-npm-package-name": "^3.0.0" | ||
"@types/node": "^18.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intended? (repeated below)
"files": [ | ||
"lib", | ||
"workflow-isolate-extension.cc", | ||
"binding.gyp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More files in this list to add back
c2a97a4
to
50a1928
Compare
Upgrade all packages Is it fixed? It will work eventually Downgrade glob Re-add files to published packages
No description provided.