conjure-typescript
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -49,3 +49,3 @@ "use strict"; | ||
docs: ["Constant reference to `undefined` that we expect to get minified and therefore reduce total code size"], | ||
declarations: [{ name: UNDEFINED_CONSTANT, initializer: "undefined" }], | ||
declarations: [{ name: UNDEFINED_CONSTANT, type: "undefined", initializer: "undefined" }], | ||
}); | ||
@@ -52,0 +52,0 @@ definition.endpoints.forEach(function (endpointDefinition) { |
{ | ||
"name": "conjure-typescript", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "A conjure generator for Typescript", | ||
@@ -21,5 +21,6 @@ "bin": { | ||
"lint-fix": "yarn lint -- --fix --project ./src/tsconfig.json", | ||
"test": "yarn downloadTestServer && yarn generateSpecBindings && yarn generateTestCases && npm-run-all test:unit test:integration", | ||
"test": "yarn downloadTestServer && yarn generateSpecBindings && yarn generateTestCases && npm-run-all test:unit test:integration test:ete", | ||
"test:integration": "./scripts/run-integration-tests.sh", | ||
"test:unit": "jest --config ./jest.config.js --rootDir ./", | ||
"test:ete": "./scripts/ete-test.sh", | ||
"verify": "npm-run-all lint test" | ||
@@ -26,0 +27,0 @@ }, |
@@ -74,3 +74,3 @@ /** | ||
docs: ["Constant reference to `undefined` that we expect to get minified and therefore reduce total code size"], | ||
declarations: [{ name: UNDEFINED_CONSTANT, initializer: "undefined" }], | ||
declarations: [{ name: UNDEFINED_CONSTANT, type: "undefined", initializer: "undefined" }], | ||
}); | ||
@@ -77,0 +77,0 @@ definition.endpoints.forEach(endpointDefinition => { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234800