@swarmion/nx-plugin
Advanced tools
Comparing version 0.11.0-alpha.0 to 0.11.0-alpha.1
@@ -8,4 +8,2 @@ "use strict"; | ||
var _path = require("path"); | ||
var packageJson = function packageJson(options) { | ||
@@ -62,9 +60,2 @@ return { | ||
vitest: 'latest' | ||
}, | ||
nx: { | ||
targets: { | ||
"package": { | ||
outputs: [(0, _path.join)(options.packageRoot, 'dist')] | ||
} | ||
} | ||
} | ||
@@ -71,0 +62,0 @@ }; |
@@ -1,2 +0,1 @@ | ||
import { join } from 'path'; | ||
export var packageJson = function packageJson(options) { | ||
@@ -53,9 +52,2 @@ return { | ||
vitest: 'latest' | ||
}, | ||
nx: { | ||
targets: { | ||
"package": { | ||
outputs: [join(options.packageRoot, 'dist')] | ||
} | ||
} | ||
} | ||
@@ -62,0 +54,0 @@ }; |
{ | ||
"name": "@swarmion/nx-plugin", | ||
"description": "Generate and use type-safe contracts between your Serverless services.", | ||
"version": "0.11.0-alpha.0", | ||
"version": "0.11.0-alpha.1", | ||
"contributors": [ | ||
@@ -71,3 +71,3 @@ "MaximeVivier", | ||
}, | ||
"gitHead": "3834836ceef61ce08e8ab985e2ab5b34113341c3" | ||
"gitHead": "d586abe904f42b4c8a9b570bb83e4b5b735b64dd" | ||
} |
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
191632