Skip to content

Commit

Permalink
Update dependencies and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Jan 29, 2018
1 parent 8878517 commit bfc0bc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wxs-feed",
"version": "0.0.4",
"version": "0.0.5",
"description": "WFS / WMS server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -33,9 +33,9 @@
"typescript": "^2.6.2"
},
"dependencies": {
"@types/bluebird": "^3.5.18",
"@types/node": "^8.0.57",
"@types/bluebird": "^3.5.20",
"@types/node": "^9.4.0",
"bluebird": "^3.5.1",
"cxml": "^0.3.0-alpha.6"
"cxml": "~0.3.0"
}
}
4 changes: 0 additions & 4 deletions src/WxHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ export class WxHandler {
constructor(public options: WxHandlerOptions) {
// TODO: remove the parseUnknown flag after integrating cxsd.
this.xmlConfig = new cxml.ParserConfig({ parseUnknown: true });

this.xmlConfig.bindNamespace(cxml.anonymous);
this.xmlConfig.bindNamespace(cxml.xml1998);

this.xmlBuilder = new cxml.Builder(this.xmlConfig, schema);
}

Expand Down
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"experimentalDecorators": true,
"lib": ["es5", "es2015.collection"],
"lib": [ "es5", "es2015.collection" ],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
Expand Down

0 comments on commit bfc0bc4

Please sign in to comment.