gatsby-node-helpers
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -48,3 +48,3 @@ 'use strict'; | ||
// Generates a node ID from a given type and node ID. | ||
const generateNodeId = (type, id) => `${typePrefix}__${(0, _fp.upperFirst)(type)}__${id}`; | ||
const generateNodeId = (type, id) => `${typePrefix}__${(0, _fp.upperFirst)((0, _fp.camelCase)(type))}__${id}`; | ||
@@ -51,0 +51,0 @@ // Generates a node type name from a given type. |
{ | ||
"name": "gatsby-node-helpers", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Gatsby node helper functions to aid node creation.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
12832