Skip to content

Commit ec4f2ca

Browse files
committed
chore: release v2.8.7
1 parent ea2ea84 commit ec4f2ca

File tree

33 files changed

+164
-164
lines changed

33 files changed

+164
-164
lines changed

app-config-cli/package.json

+10-10
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.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -35,14 +35,14 @@
3535
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3636
},
3737
"dependencies": {
38-
"@app-config/config": "^2.8.6",
39-
"@app-config/core": "^2.8.6",
40-
"@app-config/encryption": "^2.8.6",
41-
"@app-config/generate": "^2.8.6",
42-
"@app-config/logging": "^2.8.6",
43-
"@app-config/node": "^2.8.6",
44-
"@app-config/schema": "^2.8.6",
45-
"@app-config/utils": "^2.8.6",
38+
"@app-config/config": "^2.8.7",
39+
"@app-config/core": "^2.8.7",
40+
"@app-config/encryption": "^2.8.7",
41+
"@app-config/generate": "^2.8.7",
42+
"@app-config/logging": "^2.8.7",
43+
"@app-config/node": "^2.8.7",
44+
"@app-config/schema": "^2.8.7",
45+
"@app-config/utils": "^2.8.7",
4646
"ajv": "7",
4747
"clipboardy": "2",
4848
"common-tags": "1",
@@ -52,7 +52,7 @@
5252
"yargs": "16"
5353
},
5454
"devDependencies": {
55-
"@app-config/test-utils": "^2.8.6",
55+
"@app-config/test-utils": "^2.8.7",
5656
"@types/common-tags": "1",
5757
"@types/fs-extra": "9"
5858
},

app-config-config/package.json

+10-10
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.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,17 +30,17 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/core": "^2.8.6",
34-
"@app-config/default-extensions": "^2.8.6",
35-
"@app-config/extensions": "^2.8.6",
36-
"@app-config/logging": "^2.8.6",
37-
"@app-config/meta": "^2.8.6",
38-
"@app-config/node": "^2.8.6",
39-
"@app-config/schema": "^2.8.6",
40-
"@app-config/utils": "^2.8.6"
33+
"@app-config/core": "^2.8.7",
34+
"@app-config/default-extensions": "^2.8.7",
35+
"@app-config/extensions": "^2.8.7",
36+
"@app-config/logging": "^2.8.7",
37+
"@app-config/meta": "^2.8.7",
38+
"@app-config/node": "^2.8.7",
39+
"@app-config/schema": "^2.8.7",
40+
"@app-config/utils": "^2.8.7"
4141
},
4242
"devDependencies": {
43-
"@app-config/test-utils": "^2.8.6"
43+
"@app-config/test-utils": "^2.8.7"
4444
},
4545
"prettier": "@lcdev/prettier",
4646
"jest": {

app-config-core/package.json

+4-4
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.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,15 +30,15 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/logging": "^2.8.6",
34-
"@app-config/utils": "^2.8.6",
33+
"@app-config/logging": "^2.8.7",
34+
"@app-config/utils": "^2.8.7",
3535
"@iarna/toml": "3",
3636
"js-yaml": "^3.13.1",
3737
"json5": "2",
3838
"lodash.merge": "^4.6.2"
3939
},
4040
"devDependencies": {
41-
"@app-config/test-utils": "^2.8.6",
41+
"@app-config/test-utils": "^2.8.7",
4242
"@types/js-yaml": "3",
4343
"@types/lodash.merge": "4"
4444
},

app-config-cypress/package.json

+3-3
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.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -31,11 +31,11 @@
3131
},
3232
"dependencies": {},
3333
"peerDependencies": {
34-
"@app-config/main": "^2.8.6",
34+
"@app-config/main": "^2.8.7",
3535
"cypress": "6"
3636
},
3737
"devDependencies": {
38-
"@app-config/main": "^2.8.6",
38+
"@app-config/main": "^2.8.7",
3939
"cypress": "6"
4040
},
4141
"prettier": "@lcdev/prettier",

app-config-default-extensions/package.json

+5-5
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.8.6",
4+
"version": "2.8.7",
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.8.6",
26-
"@app-config/encryption": "^2.8.6",
27-
"@app-config/extensions": "^2.8.6",
28-
"@app-config/git": "^2.8.6",
25+
"@app-config/core": "^2.8.7",
26+
"@app-config/encryption": "^2.8.7",
27+
"@app-config/extensions": "^2.8.7",
28+
"@app-config/git": "^2.8.7",
2929
"@app-config/v1-compat": "^2.1.4"
3030
},
3131
"devDependencies": {},

app-config-electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/electron",
33
"description": "Exposes app-config values to Electron render processes",
4-
"version": "2.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",

app-config-encryption/package.json

+9-9
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.8.6",
4+
"version": "2.8.7",
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.8.6",
34-
"@app-config/extension-utils": "^2.8.6",
35-
"@app-config/logging": "^2.8.6",
36-
"@app-config/meta": "^2.8.6",
37-
"@app-config/node": "^2.8.6",
38-
"@app-config/settings": "^2.8.6",
39-
"@app-config/utils": "^2.8.6",
33+
"@app-config/core": "^2.8.7",
34+
"@app-config/extension-utils": "^2.8.7",
35+
"@app-config/logging": "^2.8.7",
36+
"@app-config/meta": "^2.8.7",
37+
"@app-config/node": "^2.8.7",
38+
"@app-config/settings": "^2.8.7",
39+
"@app-config/utils": "^2.8.7",
4040
"@lcdev/ws-rpc": "0.4",
4141
"@types/openpgp": "4",
4242
"common-tags": "1",
@@ -47,7 +47,7 @@
4747
"ws": "^7.4.6"
4848
},
4949
"devDependencies": {
50-
"@app-config/test-utils": "^2.8.6",
50+
"@app-config/test-utils": "^2.8.7",
5151
"get-port": "5"
5252
},
5353
"prettier": "@lcdev/prettier",

app-config-esbuild/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/esbuild",
33
"description": "esbuild module resolution support for @app-config",
4-
"version": "2.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,12 +30,12 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/config": "^2.8.6",
34-
"@app-config/schema": "^2.8.6",
35-
"@app-config/utils": "^2.8.6"
33+
"@app-config/config": "^2.8.7",
34+
"@app-config/schema": "^2.8.7",
35+
"@app-config/utils": "^2.8.7"
3636
},
3737
"devDependencies": {
38-
"@app-config/test-utils": "^2.8.6",
38+
"@app-config/test-utils": "^2.8.7",
3939
"esbuild": "0.13"
4040
},
4141
"prettier": "@lcdev/prettier",

app-config-exec/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/exec",
33
"description": "Generate config by running arbitrary programs",
4-
"version": "2.8.6",
4+
"version": "2.8.7",
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.8.6",
34-
"@app-config/extension-utils": "^2.8.6",
35-
"@app-config/node": "^2.8.6",
36-
"@app-config/utils": "^2.8.6"
33+
"@app-config/core": "^2.8.7",
34+
"@app-config/extension-utils": "^2.8.7",
35+
"@app-config/node": "^2.8.7",
36+
"@app-config/utils": "^2.8.7"
3737
},
3838
"devDependencies": {
39-
"@app-config/main": "^2.8.6",
40-
"@app-config/test-utils": "^2.8.6"
39+
"@app-config/main": "^2.8.7",
40+
"@app-config/test-utils": "^2.8.7"
4141
},
4242
"prettier": "@lcdev/prettier",
4343
"jest": {

app-config-extension-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/extension-utils",
33
"description": "Utilities for writing @app-config parsing extensions",
4-
"version": "2.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,7 +30,7 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/core": "^2.8.6",
33+
"@app-config/core": "^2.8.7",
3434
"@serafin/schema-builder": "0.14"
3535
},
3636
"devDependencies": {},

app-config-extensions/package.json

+7-7
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.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,15 +30,15 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/core": "^2.8.6",
34-
"@app-config/extension-utils": "^2.8.6",
35-
"@app-config/logging": "^2.8.6",
36-
"@app-config/node": "^2.8.6",
37-
"@app-config/utils": "^2.8.6",
33+
"@app-config/core": "^2.8.7",
34+
"@app-config/extension-utils": "^2.8.7",
35+
"@app-config/logging": "^2.8.7",
36+
"@app-config/node": "^2.8.7",
37+
"@app-config/utils": "^2.8.7",
3838
"lodash.isequal": "4"
3939
},
4040
"devDependencies": {
41-
"@app-config/test-utils": "^2.8.6",
41+
"@app-config/test-utils": "^2.8.7",
4242
"@types/lodash.isequal": "4"
4343
},
4444
"prettier": "@lcdev/prettier",

app-config-generate/package.json

+5-5
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.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -30,9 +30,9 @@
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
33-
"@app-config/logging": "^2.8.6",
34-
"@app-config/meta": "^2.8.6",
35-
"@app-config/schema": "^2.8.6",
33+
"@app-config/logging": "^2.8.7",
34+
"@app-config/meta": "^2.8.7",
35+
"@app-config/schema": "^2.8.7",
3636
"@types/readable-stream": "2",
3737
"@types/urijs": "1",
3838
"common-tags": "1",
@@ -41,7 +41,7 @@
4141
"quicktype-core": "6.0.70"
4242
},
4343
"devDependencies": {
44-
"@app-config/test-utils": "^2.8.6"
44+
"@app-config/test-utils": "^2.8.7"
4545
},
4646
"prettier": "@lcdev/prettier",
4747
"jest": {

app-config-git/package.json

+5-5
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.8.6",
4+
"version": "2.8.7",
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.8.6",
34-
"@app-config/extension-utils": "^2.8.6",
35-
"@app-config/logging": "^2.8.6",
33+
"@app-config/core": "^2.8.7",
34+
"@app-config/extension-utils": "^2.8.7",
35+
"@app-config/logging": "^2.8.7",
3636
"simple-git": "3"
3737
},
3838
"devDependencies": {
39-
"@app-config/test-utils": "^2.8.6"
39+
"@app-config/test-utils": "^2.8.7"
4040
},
4141
"prettier": "@lcdev/prettier",
4242
"jest": {

app-config-inject/package.json

+5-5
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.8.6",
4+
"version": "2.8.7",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -34,10 +34,10 @@
3434
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3535
},
3636
"dependencies": {
37-
"@app-config/config": "^2.8.6",
38-
"@app-config/logging": "^2.8.6",
39-
"@app-config/node": "^2.8.6",
40-
"@app-config/schema": "^2.8.6",
37+
"@app-config/config": "^2.8.7",
38+
"@app-config/logging": "^2.8.7",
39+
"@app-config/node": "^2.8.7",
40+
"@app-config/schema": "^2.8.7",
4141
"@types/yargs": "16",
4242
"node-html-parser": "1",
4343
"yargs": "16"

0 commit comments

Comments
 (0)