contentful-typescript-codegen
Advanced tools
Comparing version
@@ -128,6 +128,11 @@ #!/usr/bin/env node | ||
function escapeSingleQuotes(str) { | ||
if (str === void 0) { str = ""; } | ||
return str.replace(/'/g, "\\'"); | ||
} | ||
function renderSymbol(field) { | ||
var inValidation = field.validations.find(function (validation) { return !!validation.in; }); | ||
if (inValidation) { | ||
return renderUnionValues(inValidation.in.map(function (value) { return "'" + value + "'"; })); | ||
return renderUnionValues(inValidation.in.map(function (value) { return "'" + escapeSingleQuotes(value) + "'"; })); | ||
} | ||
@@ -134,0 +139,0 @@ else { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var renderUnion_1 = require("../../typescript/renderUnion"); | ||
var utils_1 = require("../../utils"); | ||
function renderSymbol(field) { | ||
var inValidation = field.validations.find(function (validation) { return !!validation.in; }); | ||
if (inValidation) { | ||
return renderUnion_1.renderUnionValues(inValidation.in.map(function (value) { return "'" + value + "'"; })); | ||
return renderUnion_1.renderUnionValues(inValidation.in.map(function (value) { return "'" + utils_1.escapeSingleQuotes(value) + "'"; })); | ||
} | ||
@@ -9,0 +10,0 @@ else { |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"main": "dist/contentful-typescript-codegen.js", | ||
@@ -38,3 +38,3 @@ "bin": "./dist/contentful-typescript-codegen.js", | ||
"peerDependencies": { | ||
"prettier": "1.x" | ||
"prettier": ">= 1" | ||
}, | ||
@@ -49,12 +49,7 @@ "devDependencies": { | ||
"@types/prettier": "^1.18.0", | ||
"colors": "^1.3.3", | ||
"contentful": "^8.1.9", | ||
"coveralls": "^3.0.5", | ||
"cross-env": "^5.2.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"husky": "^3.0.2", | ||
"jest": "^26.0.0", | ||
"jest-config": "^26.0.0", | ||
"lint-staged": "^9.2.1", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "1.x", | ||
@@ -70,3 +65,2 @@ "rimraf": "^2.6.3", | ||
"ts-jest": "^26.0.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
@@ -73,0 +67,0 @@ "tslint-config-prettier": "^1.18.0", |
@@ -9,6 +9,6 @@ # contentful-typescript-codegen | ||
At Intercom, we use this in our [marketing site] to increase developer confidence and productivity, | ||
At Intercom, we use this in our [website] to increase developer confidence and productivity, | ||
ensure that breaking changes to our Content Types don't cause an outage, and because it's neat. | ||
[marketing site]: https://www.intercom.com | ||
[website]: https://www.intercom.com | ||
@@ -15,0 +15,0 @@ ## Usage |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
110810
0.96%26
-18.75%89
3.49%1159
1.22%1
Infinity%