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

feat: merge upstream node-soap #2

Merged
merged 9 commits into from
May 20, 2019
Merged

feat: merge upstream node-soap #2

merged 9 commits into from
May 20, 2019

Conversation

nfantone
Copy link
Collaborator

No description provided.

Zane McCaig and others added 9 commits April 12, 2019 14:23
* Fixed some issues with xsd elements

* Made the fix more specific to the particular usecase

* Added a test for aliased namespaces
soap's d.ts files depend on request. Unfortunately, since request
doesn't ship its own types, that means consumers of soap also need
@types/request. Currently @types/request is just a dev dependency, which
doesn't get installed by `npm install`. The fix is to move
`@types/request` to the dependencies list.

The error looks like this:

```
node_modules/soap/lib/client.d.ts(4,26): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
```

Note that this only shows up when consumers compile with --strict, which is
fairly common.  Typescript's user-code tests include soap and detected
it after 0.27 shipped.
* Updated Read.me to reflect changes in soap.listen

* Updated Readme.md

* Updated Readme.md

* Updated Readme.md
"forceSoap12Headers" works on server since bcc41e6. So, this option
should be available to server as well.
* Added support for parsing of doubles and floats.
package-lock updated due to out-of-date version.

* Reverting changed package-lock file.
@nfantone nfantone self-assigned this May 17, 2019
@nfantone nfantone changed the title feat: merge upstream node-soar feat: merge upstream node-soap May 17, 2019
@lfantone lfantone merged commit 4960668 into develop May 20, 2019
@lfantone lfantone deleted the feat/merge-upstream branch May 20, 2019 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

8 participants