@nx-go/nx-go
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "@nx-go/nx-go", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"main": "src/index.js", | ||
@@ -15,3 +15,6 @@ "generators": "./generators.json", | ||
"license": "MIT", | ||
"nx-migrations": { | ||
"migrations": "./migrations.json" | ||
}, | ||
"typings": "./src/index.d.ts" | ||
} |
export interface LibraryGeneratorSchema { | ||
name: string; | ||
tags?: string; | ||
directory?: string; | ||
} | ||
name: string | ||
tags?: string | ||
directory?: string | ||
} |
@@ -21,3 +21,3 @@ { | ||
"alias": "t" | ||
}, | ||
}, | ||
"directory": { | ||
@@ -24,0 +24,0 @@ "type": "string", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createGoMod = void 0; | ||
const ensureGoModDependency_1 = require("./ensureGoModDependency"); | ||
function createGoMod(tree, options) { | ||
@@ -10,2 +11,3 @@ if (options.skipGoMod === false) { | ||
} | ||
(0, ensureGoModDependency_1.ensureGoModDependency)(tree); | ||
} | ||
@@ -12,0 +14,0 @@ } |
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
41577
77
618