@warp-works/core
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -1,2 +0,2 @@ | ||
// const debug = require('debug')('W2:models:base'); | ||
const debug = require('debug')('W2:models:base'); | ||
const fs = require('fs'); | ||
@@ -10,2 +10,3 @@ const path = require('path'); | ||
const ComplexTypes = require('./../complex-types'); | ||
const config = require('./../config'); | ||
const utils = require('./../utils'); | ||
@@ -346,3 +347,3 @@ | ||
} else { | ||
fn = path.join(this.getWarpWorks().getDir("output"), target[0], fn); | ||
fn = path.join(config.projectPath, target[0], fn); | ||
} | ||
@@ -349,0 +350,0 @@ |
@@ -91,3 +91,3 @@ // ***************************************************************************************************** // | ||
mapJSON, | ||
splitBySeparator, | ||
splitBySeparator | ||
}; |
{ | ||
"name": "@warp-works/core", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Core library for WarpWorks", | ||
@@ -37,10 +37,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@quoin/eslint-config-quoin": "0.1.1", | ||
"@quoin/eslint-config-quoin": "0.1.3", | ||
"@quoin/node-test-helpers": "0.1.7", | ||
"eslint": "3.19.0", | ||
"mocha": "3.2.0", | ||
"mocha": "3.3.0", | ||
"nyc": "10.2.0" | ||
}, | ||
"dependencies": { | ||
"@quoin/node-rc": "0.1.0", | ||
"@quoin/node-rc": "0.1.1", | ||
"bluebird": "3.5.0", | ||
@@ -47,0 +47,0 @@ "mongodb": "2.2.26" |
# Releases | ||
## 0.8.3 - 2017-04-24 | ||
- Generated files into the `projectPath`. | ||
## 0.8.2 - 2017-04-21 | ||
@@ -4,0 +8,0 @@ |
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
114842
34
2866
+ Added@quoin/node-rc@0.1.1(transitive)
- Removed@quoin/node-rc@0.1.0(transitive)
Updated@quoin/node-rc@0.1.1