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

Prep 0.9.3 #1351

Merged
merged 29 commits into from
Oct 20, 2022
Merged

Prep 0.9.3 #1351

merged 29 commits into from
Oct 20, 2022

Conversation

dOrgJelli
Copy link
Contributor

No description provided.

Niraj-Kamdar and others added 29 commits October 13, 2022 22:54
Fix: In Rust bindings, enum imports are now added in serialization modules when the enum is a subtype of an array (Vec) or map
tsdoc comments and readme for @polywrap/client-js
fix: accept @ character in folder paths
In @polywrap/react-js, PolywrapProvider now accepts Partial<PolywrapClientConfig> prop instead of individual config items
ENS Recursive deploy fix: Removed network prefix from domain name
…-in-workflow

Chore: Improve workflow validation
…olywrapClientConfig> prop instead of individual config items"
…t-provider

Revert "In @polywrap/react-js, PolywrapProvider now accepts Partial<PolywrapClientConfig> prop instead of individual config items"
Chore: Add code analysis & remove LGTM badge due to deprecation
@dOrgJelli dOrgJelli requested a review from krisbitney as a code owner October 20, 2022 10:05
@@ -24,7 +24,7 @@
manifestPath: string,
cueFilepath: string
): string {
cueFilepath = path.join(path.dirname(manifestPath), cueFilepath);
cueFilepath = path.join(path.join(manifestPath, ".."), cueFilepath);

Check warning

Code scanning / CodeQL

Unsafe shell command constructed from library input

[Path concatenation](1) which depends on [library input](2) is later used in [a shell command](3).
@@ -24,7 +24,7 @@
manifestPath: string,
cueFilepath: string
): string {
cueFilepath = path.join(path.dirname(manifestPath), cueFilepath);
cueFilepath = path.join(path.join(manifestPath, ".."), cueFilepath);

Check warning

Code scanning / CodeQL

Unsafe shell command constructed from library input

[Path concatenation](1) which depends on [library input](2) is later used in [a shell command](3).
@dOrgJelli dOrgJelli merged commit dd2adeb into origin Oct 20, 2022
@dOrgJelli
Copy link
Contributor Author

/workflows/release-pr

@polywrap-release-forks
Copy link
Contributor

Building Release PR (0.9.3)

@polywrap-release-forks
Copy link
Contributor

Release PR Created (0.9.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants