aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder')
-rw-r--r--dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md4
-rw-r--r--dgbuilder/dgeflows/node_modules/debug/Readme.md2
-rw-r--r--dgbuilder/dgeflows/node_modules/express/Readme.md4
-rw-r--r--dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md4
-rw-r--r--dgbuilder/dgeflows/node_modules/express/node_modules/etag/node_modules/crc/README.md2
-rw-r--r--dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/README.md2
-rw-r--r--dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/README.md2
-rw-r--r--dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md4
-rw-r--r--dgbuilder/dgeflows/node_modules/serve-favicon/node_modules/etag/node_modules/crc/README.md2
-rw-r--r--dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md4
-rw-r--r--dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/etag/node_modules/crc/README.md2
-rw-r--r--dgbuilder/pom.xml4
12 files changed, 18 insertions, 18 deletions
diff --git a/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md
index 9fb2737d..afb4d7d5 100644
--- a/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md
+++ b/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md
@@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace.
Providing the argument `--no-deprecation` to the `node` executable will suppress
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not suppress the deperecations given to any "deprecation"
+**NOTE** This will not suppress the deprecations given to any "deprecation"
event listeners, just the output to STDERR.
### process.env.TRACE_DEPRECATION
@@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace.
Providing the argument `--trace-deprecation` to the `node` executable will trace
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`.
+**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`.
## Display
diff --git a/dgbuilder/dgeflows/node_modules/debug/Readme.md b/dgbuilder/dgeflows/node_modules/debug/Readme.md
index 40e4b4a0..b014b61d 100644
--- a/dgbuilder/dgeflows/node_modules/debug/Readme.md
+++ b/dgbuilder/dgeflows/node_modules/debug/Readme.md
@@ -59,7 +59,7 @@ setInterval(function(){
set DEBUG=*,-not_this
```
-Then, run the program to be debugged as ususal.
+Then, run the program to be debugged as usual.
## Millisecond diff
diff --git a/dgbuilder/dgeflows/node_modules/express/Readme.md b/dgbuilder/dgeflows/node_modules/express/Readme.md
index 748e1ee8..4dee7c52 100644
--- a/dgbuilder/dgeflows/node_modules/express/Readme.md
+++ b/dgbuilder/dgeflows/node_modules/express/Readme.md
@@ -86,7 +86,7 @@ $ npm start
## Examples
- To view the examples, clone the Express repo and install the dependancies:
+ To view the examples, clone the Express repo and install the dependencies
```bash
$ git clone git://github.com/strongloop/express.git --depth 1
@@ -102,7 +102,7 @@ $ node examples/content-negotiation
## Tests
- To run the test suite, first install the dependancies, then run `npm test`:
+ To run the test suite, first install the dependencies, then run `npm test`:
```bash
$ npm install
diff --git a/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md
index 9fb2737d..afb4d7d5 100644
--- a/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md
+++ b/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md
@@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace.
Providing the argument `--no-deprecation` to the `node` executable will suppress
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not suppress the deperecations given to any "deprecation"
+**NOTE** This will not suppress the deprecations given to any "deprecation"
event listeners, just the output to STDERR.
### process.env.TRACE_DEPRECATION
@@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace.
Providing the argument `--trace-deprecation` to the `node` executable will trace
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`.
+**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`.
## Display
diff --git a/dgbuilder/dgeflows/node_modules/express/node_modules/etag/node_modules/crc/README.md b/dgbuilder/dgeflows/node_modules/express/node_modules/etag/node_modules/crc/README.md
index 6473cbd0..30314a0b 100644
--- a/dgbuilder/dgeflows/node_modules/express/node_modules/etag/node_modules/crc/README.md
+++ b/dgbuilder/dgeflows/node_modules/express/node_modules/etag/node_modules/crc/README.md
@@ -27,7 +27,7 @@ Module for calculating Cyclic Redundancy Check (CRC).
## IMPORTANT
-If you've used `crc` module prior to version 2.x, you might have some inconsistentcies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
+If you've used `crc` module prior to version 2.x, you might have some inconsistencies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
## Support
diff --git a/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/README.md b/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/README.md
index 57ec4cdb..c73821c3 100644
--- a/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/README.md
+++ b/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/README.md
@@ -33,7 +33,7 @@ proxyaddr(req, function(addr){ return addr === '127.0.0.1' })
proxyaddr(req, function(addr, i){ return i < 1 })
```
-The `trust` arugment may also be a single IP address string or an
+The `trust` argument may also be a single IP address string or an
array of trusted addresses, as plain IP addresses, CIDR-formatted
strings, or IP/netmask strings.
diff --git a/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/README.md b/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/README.md
index a8166729..001608f3 100644
--- a/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/README.md
+++ b/dgbuilder/dgeflows/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/README.md
@@ -39,7 +39,7 @@ or throws an `Error` if the passed string is not a valid representation of an
IP address.
The `ipaddr.process` method works just like the `ipaddr.parse` one, but it
-automatically converts IPv4-mapped IPv6 addresses to their IPv4 couterparts
+automatically converts IPv4-mapped IPv6 addresses to their IPv4 counterparts
before returning. It is useful when you have a Node.js instance listening
on an IPv6 socket, and the `net.ivp6.bindv6only` sysctl parameter (or its
equivalent on non-Linux OS) is set to 0. In this case, you can accept IPv4
diff --git a/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md
index 9fb2737d..afb4d7d5 100644
--- a/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md
+++ b/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md
@@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace.
Providing the argument `--no-deprecation` to the `node` executable will suppress
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not suppress the deperecations given to any "deprecation"
+**NOTE** This will not suppress the deprecations given to any "deprecation"
event listeners, just the output to STDERR.
### process.env.TRACE_DEPRECATION
@@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace.
Providing the argument `--trace-deprecation` to the `node` executable will trace
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`.
+**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`.
## Display
diff --git a/dgbuilder/dgeflows/node_modules/serve-favicon/node_modules/etag/node_modules/crc/README.md b/dgbuilder/dgeflows/node_modules/serve-favicon/node_modules/etag/node_modules/crc/README.md
index 6473cbd0..30314a0b 100644
--- a/dgbuilder/dgeflows/node_modules/serve-favicon/node_modules/etag/node_modules/crc/README.md
+++ b/dgbuilder/dgeflows/node_modules/serve-favicon/node_modules/etag/node_modules/crc/README.md
@@ -27,7 +27,7 @@ Module for calculating Cyclic Redundancy Check (CRC).
## IMPORTANT
-If you've used `crc` module prior to version 2.x, you might have some inconsistentcies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
+If you've used `crc` module prior to version 2.x, you might have some inconsistencies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
## Support
diff --git a/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md
index 9fb2737d..afb4d7d5 100644
--- a/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md
+++ b/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md
@@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace.
Providing the argument `--no-deprecation` to the `node` executable will suppress
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not suppress the deperecations given to any "deprecation"
+**NOTE** This will not suppress the deprecations given to any "deprecation"
event listeners, just the output to STDERR.
### process.env.TRACE_DEPRECATION
@@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace.
Providing the argument `--trace-deprecation` to the `node` executable will trace
all deprecations (only available in Node.js 0.8 or higher).
-**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`.
+**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`.
## Display
diff --git a/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/etag/node_modules/crc/README.md b/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/etag/node_modules/crc/README.md
index 6473cbd0..30314a0b 100644
--- a/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/etag/node_modules/crc/README.md
+++ b/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/etag/node_modules/crc/README.md
@@ -27,7 +27,7 @@ Module for calculating Cyclic Redundancy Check (CRC).
## IMPORTANT
-If you've used `crc` module prior to version 2.x, you might have some inconsistentcies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
+If you've used `crc` module prior to version 2.x, you might have some inconsistencies with the current implementation because it relied on very old code and wasn't checked against reference implementation. If you upgrading from 1.x, please take special care.
## Support
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml
index 74eb7319..99289e8b 100644
--- a/dgbuilder/pom.xml
+++ b/dgbuilder/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.1.1</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>dgbuilder</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-oam :: dgbuilder</name>