@mimik/local 5.1.0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  Set of function for local deployment.
5
5
 
6
6
  The following files are expected to exist:
7
- In the directory above the server root directory: `mSTConfig.json`, `mIDConfig.json`, `mITConfig.json`,`sumoLog.json`, `kinesisLog.json`, `s3Log.json`, `customerConfig.json`, 'key.json`, `locationConfig.json` are being set. If they don't exist at the launch of the script, default will be setup.
7
+ In the directory above the server root directory: `mSTConfig.json`, `mIDConfig.json`, `mITConfig.json`,`sumoLog.json`, `kinesisLog.json`, `s3Log.json`, `customerConfig.json`, `key.json`, `locationConfig.json` are being set. If they don't exist at the launch of the script, default will be setup.
8
8
  - for `mSTConfig.json`:
9
9
  ``` javascript
10
10
  {
@@ -1,18 +1,19 @@
1
+ # package
2
+ package-lock.json
3
+
1
4
  # local
2
5
  *.sh
6
+ server-test.json
3
7
  local/start.json
4
8
  local/testStart.json
5
- package-lock.json
6
9
  test/.testConfig.json
10
+ build/config.gypi
7
11
 
8
12
  # Logs
9
13
  logs
10
14
  *.log
11
15
  npm-debug.log*
12
16
 
13
- # sublime project
14
- *sublime*
15
-
16
17
  # Runtime data
17
18
  pids
18
19
  *.pid
@@ -23,6 +24,10 @@ lib-cov
23
24
 
24
25
  # nyc test coverage
25
26
  .nyc_output
27
+ .nycrc
28
+
29
+ # lint configuration
30
+ .eslintrc
26
31
 
27
32
  # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
28
33
  .grunt
@@ -50,6 +55,9 @@ api
50
55
  #Webstorm configuration
51
56
  .idea
52
57
 
58
+ # sublime project
59
+ *sublime*
60
+
53
61
  #OAuth key, etc.
54
62
  .env
55
63
 
package/index.js CHANGED
@@ -56,7 +56,7 @@ const INSTALL = 'install';
56
56
  * @description Set of function for local deployment.
57
57
  *
58
58
  * The following files are expected to exist:
59
- * In the directory above the server root directory: `mSTConfig.json`, `mIDConfig.json`, `mITConfig.json`,`sumoLog.json`, `kinesisLog.json`, `s3Log.json`, `customerConfig.json`, 'key.json`, `locationConfig.json` are being set. If they don't exist at the launch of the script, default will be setup.
59
+ * In the directory above the server root directory: `mSTConfig.json`, `mIDConfig.json`, `mITConfig.json`,`sumoLog.json`, `kinesisLog.json`, `s3Log.json`, `customerConfig.json`, `key.json`, `locationConfig.json` are being set. If they don't exist at the launch of the script, default will be setup.
60
60
  * - for `mSTConfig.json`:
61
61
  * ``` javascript
62
62
  * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {