@architect/hydrate
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@architect/hydrate", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Architect dependency hydrator and shared file manager", | ||
@@ -10,2 +10,3 @@ "main": "index.js", | ||
"test:integration": "tape test/integration-tests.js | tap-spec", | ||
"coverage": "istanbul cover tape test/unit-tests.js", | ||
"lint": "eslint . --fix --ignore-pattern node_modules" | ||
@@ -35,2 +36,3 @@ }, | ||
"eslint": "^5.16.0", | ||
"istanbul": "^0.4.5", | ||
"mkdirp": "^0.5.1", | ||
@@ -37,0 +39,0 @@ "sinon": "^7.3.2", |
@@ -1,2 +0,2 @@ | ||
# Hydrate [![Travis Build Status](https://travis-ci.com/architect/hydrate.svg?branch=master)](https://travis-ci.com/architect/hydrate) [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/1svykswtyce1k3u9/branch/master?svg=true)](https://ci.appveyor.com/project/ArchitectCI/hydrate/branch/master) | ||
# `@architect/hydrate` [![Travis Build Status](https://travis-ci.com/architect/hydrate.svg?branch=master)](https://travis-ci.com/architect/hydrate) [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/1svykswtyce1k3u9/branch/master?svg=true)](https://ci.appveyor.com/project/ArchitectCI/hydrate/branch/master) [![codecov](https://codecov.io/gh/architect/hydrate/branch/master/graph/badge.svg)](https://codecov.io/gh/architect/hydrate) | ||
@@ -3,0 +3,0 @@ [@architect/hydrate][npm] ensures that all functions managed by architect have |
@@ -15,4 +15,4 @@ let parse = require('@architect/parser') | ||
* nodejs10.x | node_modules/@architect/shared/.arc | ||
* ruby2.5 | vendor/bundle/architect-functions/shared/.arc | ||
* python3.7 | vendor/architect-functions/shared/.arc | ||
* ruby2.5 | vendor/shared/.arc | ||
* python3.7 | vendor/shared/.arc | ||
* | ||
@@ -19,0 +19,0 @@ */ |
@@ -15,4 +15,4 @@ let cp = require('./copy') | ||
* nodejs10.x | node_modules/@architect/shared/ | ||
* ruby2.5 | vendor/bundle/architect-functions/shared/ | ||
* python3.7 | vendor/architect-functions/shared/ | ||
* ruby2.5 | vendor/shared/ | ||
* python3.7 | vendor/shared/ | ||
* | ||
@@ -19,0 +19,0 @@ */ |
@@ -14,4 +14,4 @@ let cp = require('./copy') | ||
* nodejs10.x | node_modules/@architect/shared/static.json | ||
* ruby2.5 | vendor/bundle/architect-functions/shared/static.json | ||
* python3.7 | vendor/architect-functions/shared/static.json | ||
* ruby2.5 | vendor/shared/static.json | ||
* python3.7 | vendor/shared/static.json | ||
* | ||
@@ -18,0 +18,0 @@ */ |
@@ -15,4 +15,4 @@ let cp = require('./copy') | ||
* nodejs10.x | node_modules/@architect/views/ | ||
* ruby2.5 | vendor/bundle/architect-functions/views/ | ||
* python3.7 | vendor/architect-functions/views/ | ||
* ruby2.5 | vendor/views/ | ||
* python3.7 | vendor/views/ | ||
* | ||
@@ -19,0 +19,0 @@ */ |
@@ -26,4 +26,4 @@ let parse = require('@architect/parser') | ||
'nodejs10.x': path.join(base, 'node_modules', '@architect'), | ||
'ruby2.5': path.join(base, 'vendor', 'bundle', 'architect-functions'), | ||
'python3.7': path.join(base, 'vendor', 'architect-functions'), | ||
'ruby2.5': path.join(base, 'vendor'), | ||
'python3.7': path.join(base, 'vendor'), | ||
} | ||
@@ -30,0 +30,0 @@ // check for override |
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
29822
6
14