Skip to content

Commit 7e3be97

Browse files
committed
chore: release v2.1.5
1 parent d735a85 commit 7e3be97

File tree

26 files changed

+97
-97
lines changed

26 files changed

+97
-97
lines changed

app-config-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/cli",
33
"description": "CLI for @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -35,10 +35,10 @@
3535
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3636
},
3737
"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",
4242
"clipboardy": "2",
4343
"common-tags": "1",
4444
"execa": "5",

app-config-config/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/config",
33
"description": "The config in @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,14 +30,14 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"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"
3838
},
3939
"devDependencies": {
40-
"@app-config/test-utils": "^2.1.4"
40+
"@app-config/test-utils": "^2.1.5"
4141
},
4242
"prettier": "@lcdev/prettier",
4343
"jest": {

app-config-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/core",
33
"description": "Core logic for App Config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,14 +30,14 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/utils": "^2.1.4",
33+
"@app-config/utils": "^2.1.5",
3434
"@iarna/toml": "3",
3535
"js-yaml": "^3.13.1",
3636
"json5": "2",
3737
"lodash.merge": "^4.6.2"
3838
},
3939
"devDependencies": {
40-
"@app-config/test-utils": "^2.1.4",
40+
"@app-config/test-utils": "^2.1.5",
4141
"@types/js-yaml": "3",
4242
"@types/lodash.merge": "4"
4343
},

app-config-cypress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/cypress",
33
"description": "Cypress testing plugin for @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -31,11 +31,11 @@
3131
},
3232
"dependencies": {},
3333
"peerDependencies": {
34-
"@app-config/main": "^2.1.4",
34+
"@app-config/main": "^2.1.5",
3535
"cypress": "6"
3636
},
3737
"devDependencies": {
38-
"@app-config/main": "^2.1.4",
38+
"@app-config/main": "^2.1.5",
3939
"cypress": "6"
4040
},
4141
"prettier": "@lcdev/prettier",

app-config-default-extensions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/default-extensions",
33
"description": "Default parsing extensions for @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -22,10 +22,10 @@
2222
"test": "jest"
2323
},
2424
"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",
2929
"@app-config/v1-compat": "^2.1.4"
3030
},
3131
"devDependencies": {},

app-config-encryption/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/encryption",
33
"description": "Secret value encryption for @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,10 +30,10 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"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",
3737
"@lcdev/ws-rpc": "0.4",
3838
"@types/openpgp": "4",
3939
"common-tags": "1",
@@ -44,7 +44,7 @@
4444
"ws": "7"
4545
},
4646
"devDependencies": {
47-
"@app-config/test-utils": "^2.1.4",
47+
"@app-config/test-utils": "^2.1.5",
4848
"get-port": "5"
4949
},
5050
"prettier": "@lcdev/prettier",

app-config-extensions/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/extensions",
33
"description": "Common parsing extensions for @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,13 +30,13 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"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"
3737
},
3838
"devDependencies": {
39-
"@app-config/test-utils": "^2.1.4"
39+
"@app-config/test-utils": "^2.1.5"
4040
},
4141
"prettier": "@lcdev/prettier",
4242
"jest": {

app-config-generate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/generate",
33
"description": "Code generation for @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,16 +30,16 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"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",
3535
"@types/readable-stream": "2",
3636
"@types/urijs": "1",
3737
"common-tags": "1",
3838
"fs-extra": "7",
3939
"quicktype-core": "6.0.69"
4040
},
4141
"devDependencies": {
42-
"@app-config/test-utils": "^2.1.4"
42+
"@app-config/test-utils": "^2.1.5"
4343
},
4444
"prettier": "@lcdev/prettier",
4545
"jest": {

app-config-git/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/git",
33
"description": "$git directive parsing extension for @app-config",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,11 +30,11 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/core": "^2.1.4",
33+
"@app-config/core": "^2.1.5",
3434
"simple-git": "2"
3535
},
3636
"devDependencies": {
37-
"@app-config/test-utils": "^2.1.4"
37+
"@app-config/test-utils": "^2.1.5"
3838
},
3939
"prettier": "@lcdev/prettier",
4040
"jest": {

app-config-inject/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/inject",
33
"description": "Runtime injection of app-config into static HTML files",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -34,9 +34,9 @@
3434
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3535
},
3636
"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",
4040
"@types/yargs": "16",
4141
"node-html-parser": "1",
4242
"yargs": "16"

0 commit comments

Comments
 (0)