File tree Expand file tree Collapse file tree 26 files changed +97
-97
lines changed
app-config-default-extensions
lcdev-app-config-webpack-plugin
lcdev-react-native-app-config-transformer Expand file tree Collapse file tree 26 files changed +97
-97
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/cli" ,
3
3
"description" : " CLI for @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
35
35
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
36
36
},
37
37
"dependencies" : {
38
- "@app-config/config" : " ^2.1.4 " ,
39
- "@app-config/core" : " ^2.1.4 " ,
40
- "@app-config/generate" : " ^2.1.4 " ,
41
- "@app-config/node" : " ^2.1.4 " ,
38
+ "@app-config/config" : " ^2.1.5 " ,
39
+ "@app-config/core" : " ^2.1.5 " ,
40
+ "@app-config/generate" : " ^2.1.5 " ,
41
+ "@app-config/node" : " ^2.1.5 " ,
42
42
"clipboardy" : " 2" ,
43
43
"common-tags" : " 1" ,
44
44
"execa" : " 5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/config" ,
3
3
"description" : " The config in @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
30
30
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
31
31
},
32
32
"dependencies" : {
33
- "@app-config/core" : " ^2.1.4 " ,
34
- "@app-config/extensions" : " ^2.1.4 " ,
35
- "@app-config/meta" : " ^2.1.4 " ,
36
- "@app-config/node" : " ^2.1.4 " ,
37
- "@app-config/schema" : " ^2.1.4 "
33
+ "@app-config/core" : " ^2.1.5 " ,
34
+ "@app-config/extensions" : " ^2.1.5 " ,
35
+ "@app-config/meta" : " ^2.1.5 " ,
36
+ "@app-config/node" : " ^2.1.5 " ,
37
+ "@app-config/schema" : " ^2.1.5 "
38
38
},
39
39
"devDependencies" : {
40
- "@app-config/test-utils" : " ^2.1.4 "
40
+ "@app-config/test-utils" : " ^2.1.5 "
41
41
},
42
42
"prettier" : " @lcdev/prettier" ,
43
43
"jest" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/core" ,
3
3
"description" : " Core logic for App Config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
30
30
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
31
31
},
32
32
"dependencies" : {
33
- "@app-config/utils" : " ^2.1.4 " ,
33
+ "@app-config/utils" : " ^2.1.5 " ,
34
34
"@iarna/toml" : " 3" ,
35
35
"js-yaml" : " ^3.13.1" ,
36
36
"json5" : " 2" ,
37
37
"lodash.merge" : " ^4.6.2"
38
38
},
39
39
"devDependencies" : {
40
- "@app-config/test-utils" : " ^2.1.4 " ,
40
+ "@app-config/test-utils" : " ^2.1.5 " ,
41
41
"@types/js-yaml" : " 3" ,
42
42
"@types/lodash.merge" : " 4"
43
43
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/cypress" ,
3
3
"description" : " Cypress testing plugin for @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
31
31
},
32
32
"dependencies" : {},
33
33
"peerDependencies" : {
34
- "@app-config/main" : " ^2.1.4 " ,
34
+ "@app-config/main" : " ^2.1.5 " ,
35
35
"cypress" : " 6"
36
36
},
37
37
"devDependencies" : {
38
- "@app-config/main" : " ^2.1.4 " ,
38
+ "@app-config/main" : " ^2.1.5 " ,
39
39
"cypress" : " 6"
40
40
},
41
41
"prettier" : " @lcdev/prettier" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/default-extensions" ,
3
3
"description" : " Default parsing extensions for @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
22
22
"test" : " jest"
23
23
},
24
24
"dependencies" : {
25
- "@app-config/core" : " ^2.1.4 " ,
26
- "@app-config/encryption" : " ^2.1.4 " ,
27
- "@app-config/extensions" : " ^2.1.4 " ,
28
- "@app-config/git" : " ^2.1.4 " ,
25
+ "@app-config/core" : " ^2.1.5 " ,
26
+ "@app-config/encryption" : " ^2.1.5 " ,
27
+ "@app-config/extensions" : " ^2.1.5 " ,
28
+ "@app-config/git" : " ^2.1.5 " ,
29
29
"@app-config/v1-compat" : " ^2.1.4"
30
30
},
31
31
"devDependencies" : {},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/encryption" ,
3
3
"description" : " Secret value encryption for @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
30
30
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
31
31
},
32
32
"dependencies" : {
33
- "@app-config/core" : " ^2.1.4 " ,
34
- "@app-config/meta" : " ^2.1.4 " ,
35
- "@app-config/node" : " ^2.1.4 " ,
36
- "@app-config/settings" : " ^2.1.4 " ,
33
+ "@app-config/core" : " ^2.1.5 " ,
34
+ "@app-config/meta" : " ^2.1.5 " ,
35
+ "@app-config/node" : " ^2.1.5 " ,
36
+ "@app-config/settings" : " ^2.1.5 " ,
37
37
"@lcdev/ws-rpc" : " 0.4" ,
38
38
"@types/openpgp" : " 4" ,
39
39
"common-tags" : " 1" ,
44
44
"ws" : " 7"
45
45
},
46
46
"devDependencies" : {
47
- "@app-config/test-utils" : " ^2.1.4 " ,
47
+ "@app-config/test-utils" : " ^2.1.5 " ,
48
48
"get-port" : " 5"
49
49
},
50
50
"prettier" : " @lcdev/prettier" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/extensions" ,
3
3
"description" : " Common parsing extensions for @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
30
30
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
31
31
},
32
32
"dependencies" : {
33
- "@app-config/core" : " ^2.1.4 " ,
34
- "@app-config/logging" : " ^2.1.4 " ,
35
- "@app-config/node" : " ^2.1.4 " ,
36
- "@app-config/utils" : " ^2.1.4 "
33
+ "@app-config/core" : " ^2.1.5 " ,
34
+ "@app-config/logging" : " ^2.1.5 " ,
35
+ "@app-config/node" : " ^2.1.5 " ,
36
+ "@app-config/utils" : " ^2.1.5 "
37
37
},
38
38
"devDependencies" : {
39
- "@app-config/test-utils" : " ^2.1.4 "
39
+ "@app-config/test-utils" : " ^2.1.5 "
40
40
},
41
41
"prettier" : " @lcdev/prettier" ,
42
42
"jest" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/generate" ,
3
3
"description" : " Code generation for @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
30
30
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
31
31
},
32
32
"dependencies" : {
33
- "@app-config/meta" : " ^2.1.4 " ,
34
- "@app-config/schema" : " ^2.1.4 " ,
33
+ "@app-config/meta" : " ^2.1.5 " ,
34
+ "@app-config/schema" : " ^2.1.5 " ,
35
35
"@types/readable-stream" : " 2" ,
36
36
"@types/urijs" : " 1" ,
37
37
"common-tags" : " 1" ,
38
38
"fs-extra" : " 7" ,
39
39
"quicktype-core" : " 6.0.69"
40
40
},
41
41
"devDependencies" : {
42
- "@app-config/test-utils" : " ^2.1.4 "
42
+ "@app-config/test-utils" : " ^2.1.5 "
43
43
},
44
44
"prettier" : " @lcdev/prettier" ,
45
45
"jest" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/git" ,
3
3
"description" : " $git directive parsing extension for @app-config" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
30
30
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
31
31
},
32
32
"dependencies" : {
33
- "@app-config/core" : " ^2.1.4 " ,
33
+ "@app-config/core" : " ^2.1.5 " ,
34
34
"simple-git" : " 2"
35
35
},
36
36
"devDependencies" : {
37
- "@app-config/test-utils" : " ^2.1.4 "
37
+ "@app-config/test-utils" : " ^2.1.5 "
38
38
},
39
39
"prettier" : " @lcdev/prettier" ,
40
40
"jest" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @app-config/inject" ,
3
3
"description" : " Runtime injection of app-config into static HTML files" ,
4
- "version" : " 2.1.4 " ,
4
+ "version" : " 2.1.5 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"author" : {
7
7
"name" : " Launchcode" ,
34
34
"prepublishOnly" : " yarn clean && yarn build && yarn build:es"
35
35
},
36
36
"dependencies" : {
37
- "@app-config/core" : " ^2.1.4 " ,
38
- "@app-config/main" : " ^2.1.4 " ,
39
- "@app-config/node" : " ^2.1.4 " ,
37
+ "@app-config/core" : " ^2.1.5 " ,
38
+ "@app-config/main" : " ^2.1.5 " ,
39
+ "@app-config/node" : " ^2.1.5 " ,
40
40
"@types/yargs" : " 16" ,
41
41
"node-html-parser" : " 1" ,
42
42
"yargs" : " 16"
You can’t perform that action at this time.
0 commit comments