Skip to content

Commit

Permalink
chore: release v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgallant committed Jan 9, 2022
1 parent 9f729e8 commit 146d895
Show file tree
Hide file tree
Showing 33 changed files with 164 additions and 164 deletions.
20 changes: 10 additions & 10 deletions app-config-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/cli",
"description": "CLI for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -36,14 +36,14 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/config": "^2.8.3",
"@app-config/core": "^2.8.3",
"@app-config/encryption": "^2.8.3",
"@app-config/generate": "^2.8.3",
"@app-config/logging": "^2.8.3",
"@app-config/node": "^2.8.3",
"@app-config/schema": "^2.8.3",
"@app-config/utils": "^2.8.3",
"@app-config/config": "^2.8.4",
"@app-config/core": "^2.8.4",
"@app-config/encryption": "^2.8.4",
"@app-config/generate": "^2.8.4",
"@app-config/logging": "^2.8.4",
"@app-config/node": "^2.8.4",
"@app-config/schema": "^2.8.4",
"@app-config/utils": "^2.8.4",
"ajv": "7",
"clipboardy": "2",
"common-tags": "1",
Expand All @@ -53,7 +53,7 @@
"yargs": "16"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3",
"@app-config/test-utils": "^2.8.4",
"@types/common-tags": "1",
"@types/fs-extra": "9"
},
Expand Down
20 changes: 10 additions & 10 deletions app-config-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/config",
"description": "The config in @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,17 +30,17 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/core": "^2.8.3",
"@app-config/default-extensions": "^2.8.3",
"@app-config/extensions": "^2.8.3",
"@app-config/logging": "^2.8.3",
"@app-config/meta": "^2.8.3",
"@app-config/node": "^2.8.3",
"@app-config/schema": "^2.8.3",
"@app-config/utils": "^2.8.3"
"@app-config/core": "^2.8.4",
"@app-config/default-extensions": "^2.8.4",
"@app-config/extensions": "^2.8.4",
"@app-config/logging": "^2.8.4",
"@app-config/meta": "^2.8.4",
"@app-config/node": "^2.8.4",
"@app-config/schema": "^2.8.4",
"@app-config/utils": "^2.8.4"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3"
"@app-config/test-utils": "^2.8.4"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions app-config-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/core",
"description": "Core logic for App Config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,15 +30,15 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/logging": "^2.8.3",
"@app-config/utils": "^2.8.3",
"@app-config/logging": "^2.8.4",
"@app-config/utils": "^2.8.4",
"@iarna/toml": "3",
"js-yaml": "^3.13.1",
"json5": "2",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3",
"@app-config/test-utils": "^2.8.4",
"@types/js-yaml": "3",
"@types/lodash.merge": "4"
},
Expand Down
6 changes: 3 additions & 3 deletions app-config-cypress/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/cypress",
"description": "Cypress testing plugin for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {},
"peerDependencies": {
"@app-config/main": "^2.8.3",
"@app-config/main": "^2.8.4",
"cypress": "6"
},
"devDependencies": {
"@app-config/main": "^2.8.3",
"@app-config/main": "^2.8.4",
"cypress": "6"
},
"prettier": "@lcdev/prettier",
Expand Down
10 changes: 5 additions & 5 deletions app-config-default-extensions/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/default-extensions",
"description": "Default parsing extensions for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand All @@ -22,10 +22,10 @@
"test": "jest"
},
"dependencies": {
"@app-config/core": "^2.8.3",
"@app-config/encryption": "^2.8.3",
"@app-config/extensions": "^2.8.3",
"@app-config/git": "^2.8.3",
"@app-config/core": "^2.8.4",
"@app-config/encryption": "^2.8.4",
"@app-config/extensions": "^2.8.4",
"@app-config/git": "^2.8.4",
"@app-config/v1-compat": "^2.1.4"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion app-config-electron/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/electron",
"description": "Exposes app-config values to Electron render processes",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down
18 changes: 9 additions & 9 deletions app-config-encryption/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/encryption",
"description": "Secret value encryption for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,13 +30,13 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/core": "^2.8.3",
"@app-config/extension-utils": "^2.8.3",
"@app-config/logging": "^2.8.3",
"@app-config/meta": "^2.8.3",
"@app-config/node": "^2.8.3",
"@app-config/settings": "^2.8.3",
"@app-config/utils": "^2.8.3",
"@app-config/core": "^2.8.4",
"@app-config/extension-utils": "^2.8.4",
"@app-config/logging": "^2.8.4",
"@app-config/meta": "^2.8.4",
"@app-config/node": "^2.8.4",
"@app-config/settings": "^2.8.4",
"@app-config/utils": "^2.8.4",
"@lcdev/ws-rpc": "0.4",
"@types/openpgp": "4",
"common-tags": "1",
Expand All @@ -47,7 +47,7 @@
"ws": "^7.4.6"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3",
"@app-config/test-utils": "^2.8.4",
"get-port": "5"
},
"prettier": "@lcdev/prettier",
Expand Down
10 changes: 5 additions & 5 deletions app-config-esbuild/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/esbuild",
"description": "esbuild module resolution support for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,12 +30,12 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/config": "^2.8.3",
"@app-config/schema": "^2.8.3",
"@app-config/utils": "^2.8.3"
"@app-config/config": "^2.8.4",
"@app-config/schema": "^2.8.4",
"@app-config/utils": "^2.8.4"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3",
"@app-config/test-utils": "^2.8.4",
"esbuild": "0.13"
},
"prettier": "@lcdev/prettier",
Expand Down
14 changes: 7 additions & 7 deletions app-config-exec/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/exec",
"description": "Generate config by running arbitrary programs",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,14 +30,14 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/core": "^2.8.3",
"@app-config/extension-utils": "^2.8.3",
"@app-config/node": "^2.8.3",
"@app-config/utils": "^2.8.3"
"@app-config/core": "^2.8.4",
"@app-config/extension-utils": "^2.8.4",
"@app-config/node": "^2.8.4",
"@app-config/utils": "^2.8.4"
},
"devDependencies": {
"@app-config/main": "^2.8.3",
"@app-config/test-utils": "^2.8.3"
"@app-config/main": "^2.8.4",
"@app-config/test-utils": "^2.8.4"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions app-config-extension-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/extension-utils",
"description": "Utilities for writing @app-config parsing extensions",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/core": "^2.8.3",
"@app-config/core": "^2.8.4",
"@serafin/schema-builder": "0.14"
},
"devDependencies": {},
Expand Down
14 changes: 7 additions & 7 deletions app-config-extensions/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/extensions",
"description": "Common parsing extensions for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,15 +30,15 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/core": "^2.8.3",
"@app-config/extension-utils": "^2.8.3",
"@app-config/logging": "^2.8.3",
"@app-config/node": "^2.8.3",
"@app-config/utils": "^2.8.3",
"@app-config/core": "^2.8.4",
"@app-config/extension-utils": "^2.8.4",
"@app-config/logging": "^2.8.4",
"@app-config/node": "^2.8.4",
"@app-config/utils": "^2.8.4",
"lodash.isequal": "4"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3",
"@app-config/test-utils": "^2.8.4",
"@types/lodash.isequal": "4"
},
"prettier": "@lcdev/prettier",
Expand Down
10 changes: 5 additions & 5 deletions app-config-generate/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/generate",
"description": "Code generation for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,9 +30,9 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/logging": "^2.8.3",
"@app-config/meta": "^2.8.3",
"@app-config/schema": "^2.8.3",
"@app-config/logging": "^2.8.4",
"@app-config/meta": "^2.8.4",
"@app-config/schema": "^2.8.4",
"@types/readable-stream": "2",
"@types/urijs": "1",
"common-tags": "1",
Expand All @@ -41,7 +41,7 @@
"quicktype-core": "6.0.70"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3"
"@app-config/test-utils": "^2.8.4"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions app-config-git/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/git",
"description": "$git directive parsing extension for @app-config",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -30,13 +30,13 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/core": "^2.8.3",
"@app-config/extension-utils": "^2.8.3",
"@app-config/logging": "^2.8.3",
"@app-config/core": "^2.8.4",
"@app-config/extension-utils": "^2.8.4",
"@app-config/logging": "^2.8.4",
"simple-git": "2"
},
"devDependencies": {
"@app-config/test-utils": "^2.8.3"
"@app-config/test-utils": "^2.8.4"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions app-config-inject/package.json
@@ -1,7 +1,7 @@
{
"name": "@app-config/inject",
"description": "Runtime injection of app-config into static HTML files",
"version": "2.8.3",
"version": "2.8.4",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -34,10 +34,10 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/config": "^2.8.3",
"@app-config/logging": "^2.8.3",
"@app-config/node": "^2.8.3",
"@app-config/schema": "^2.8.3",
"@app-config/config": "^2.8.4",
"@app-config/logging": "^2.8.4",
"@app-config/node": "^2.8.4",
"@app-config/schema": "^2.8.4",
"@types/yargs": "16",
"node-html-parser": "1",
"yargs": "16"
Expand Down

0 comments on commit 146d895

Please sign in to comment.