Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit ee81f89

Browse files
committed
Bump version and rollup rebuid.
1 parent 066c89c commit ee81f89

File tree

8 files changed

+313
-1870
lines changed

8 files changed

+313
-1870
lines changed

dist/index.es5.js

Lines changed: 130 additions & 931 deletions
Large diffs are not rendered by default.

dist/index.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.umd.js

Lines changed: 134 additions & 935 deletions
Large diffs are not rendered by default.

dist/index.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/configuration-js.js

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/configuration-js.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/configuration-js.d.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,20 @@ export default class Configuration {
5050
* Return all merged config.
5151
*/
5252
all(): Object;
53+
/**
54+
* Return all merged config converted to json.
55+
*/
56+
asJson(escapeQuotes?: boolean): string;
57+
/**
58+
* Return all merged config converted to escaped json.
59+
*/
60+
asEscapedJson(): string;
61+
/**
62+
* Escape json.
63+
*
64+
* @param value
65+
*/
66+
private static escape;
5367
/**
5468
* Parses configuration and makes a tree of it
5569
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microparts/configuration-js",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Configuration module for microservices written on TypeScript. Specially created for follow up corporate standards of application configuration.",
55
"keywords": [],
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)