Skip to content

Commit bda90f0

Browse files
author
craigparra
committed
1.0.3 / 2021-07-21
================== * Updated exports - @craigparra
1 parent 8c7edf2 commit bda90f0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.0.3 / 2021-07-21
2+
==================
3+
4+
* Updated exports - @craigparra
5+
6+
1.0.2 / 2021-07-16
7+
==================
8+
9+
* URL fetch, god help you - @craigparra
110

211
1.0.1 / 2021-07-14
312
==================

index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Selector = require('./Selector');
1111
const URLResolver = require('./URLResolver');
1212
const ValueResolvingConfig = require('./ValueResolvingConfig');
1313
const ConfigFactory = require('./ConfigFactory');
14-
14+
let config = ConfigFactory.getConfig(),
1515
module.exports = {
1616
ConfigFactory,
1717
DelegatingConfig,
@@ -26,5 +26,6 @@ module.exports = {
2626
Selector,
2727
URLResolver,
2828
ValueResolvingConfig,
29-
config: ConfigFactory.getConfig(),
29+
config,
30+
default: config
3031
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/config",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An extensible wrapper of the popular config package, supporting placeholder resolution, encrypted values and url fetch.",
55
"author": "Craig Parravicini",
66
"keywords": [

0 commit comments

Comments
 (0)