Skip to content

Commit 090b48c

Browse files
author
craigparra
committed
1.0.14 / 2021-08-16
================== * Dependencies, config exported - @craigparra
1 parent a03d65b commit 090b48c

File tree

4 files changed

+44
-29
lines changed

4 files changed

+44
-29
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.14 / 2021-08-16
2+
==================
3+
4+
* Dependencies, config exported - @craigparra
5+
16
1.0.13 / 2021-08-12
27
==================
38

index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
const Boot = require('./Boot');
21
const Application = require('./Application');
2+
const Boot = require('./Boot');
3+
const { config } = require ('@alt-javascript/config');
34

45
module.exports.Application = Application;
56
module.exports.Boot = Boot;
67
module.exports.boot = Boot.boot;
78
module.exports.root = Boot.root;
89
module.exports.test = Boot.test;
10+
module.exports.config = config;

package-lock.json

+32-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/boot",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "An Extensible Config & Logging Application Bootstrap Function",
55
"author": "Craig Parravicini",
66
"keywords": [
@@ -35,9 +35,9 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@alt-javascript/cdi": "^1.0.1",
39-
"@alt-javascript/config": "^1.0.5",
40-
"@alt-javascript/logger": "^1.1.5",
38+
"@alt-javascript/cdi": "^1.0.5",
39+
"@alt-javascript/config": "^1.0.11",
40+
"@alt-javascript/logger": "^1.1.9",
4141
"lodash": "^4.17.21"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)