Skip to content

Commit

Permalink
chore: release v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgallant committed Sep 6, 2021
1 parent b77fade commit 7b22589
Show file tree
Hide file tree
Showing 32 changed files with 155 additions and 155 deletions.
18 changes: 9 additions & 9 deletions app-config-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/cli",
"description": "CLI for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/core": "^2.7.0",
"@app-config/encryption": "^2.7.0",
"@app-config/generate": "^2.7.0",
"@app-config/logging": "^2.7.0",
"@app-config/node": "^2.7.0",
"@app-config/schema": "^2.7.0",
"@app-config/utils": "^2.7.0",
"@app-config/config": "^2.7.1",
"@app-config/core": "^2.7.1",
"@app-config/encryption": "^2.7.1",
"@app-config/generate": "^2.7.1",
"@app-config/logging": "^2.7.1",
"@app-config/node": "^2.7.1",
"@app-config/schema": "^2.7.1",
"@app-config/utils": "^2.7.1",
"ajv": "7",
"clipboardy": "2",
"common-tags": "1",
Expand Down
20 changes: 10 additions & 10 deletions app-config-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/config",
"description": "The config in @app-config",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/default-extensions": "^2.7.0",
"@app-config/extensions": "^2.7.0",
"@app-config/logging": "^2.7.0",
"@app-config/meta": "^2.7.0",
"@app-config/node": "^2.7.0",
"@app-config/schema": "^2.7.0",
"@app-config/utils": "^2.7.0"
"@app-config/core": "^2.7.1",
"@app-config/default-extensions": "^2.7.1",
"@app-config/extensions": "^2.7.1",
"@app-config/logging": "^2.7.1",
"@app-config/meta": "^2.7.1",
"@app-config/node": "^2.7.1",
"@app-config/schema": "^2.7.1",
"@app-config/utils": "^2.7.1"
},
"devDependencies": {
"@app-config/test-utils": "^2.7.0"
"@app-config/test-utils": "^2.7.1"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions app-config-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/core",
"description": "Core logic for App Config",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/utils": "^2.7.0",
"@app-config/logging": "^2.7.1",
"@app-config/utils": "^2.7.1",
"@iarna/toml": "3",
"js-yaml": "^3.13.1",
"json5": "2",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@app-config/test-utils": "^2.7.0",
"@app-config/test-utils": "^2.7.1",
"@types/js-yaml": "3",
"@types/lodash.merge": "4"
},
Expand Down
6 changes: 3 additions & 3 deletions app-config-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/cypress",
"description": "Cypress testing plugin for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {},
"peerDependencies": {
"@app-config/main": "^2.7.0",
"@app-config/main": "^2.7.1",
"cypress": "6"
},
"devDependencies": {
"@app-config/main": "^2.7.0",
"@app-config/main": "^2.7.1",
"cypress": "6"
},
"prettier": "@lcdev/prettier",
Expand Down
10 changes: 5 additions & 5 deletions app-config-default-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/default-extensions",
"description": "Default parsing extensions for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand All @@ -22,10 +22,10 @@
"test": "jest"
},
"dependencies": {
"@app-config/core": "^2.7.0",
"@app-config/encryption": "^2.7.0",
"@app-config/extensions": "^2.7.0",
"@app-config/git": "^2.7.0",
"@app-config/core": "^2.7.1",
"@app-config/encryption": "^2.7.1",
"@app-config/extensions": "^2.7.1",
"@app-config/git": "^2.7.1",
"@app-config/v1-compat": "^2.1.4"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion app-config-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/electron",
"description": "Exposes app-config values to Electron render processes",
"version": "2.7.0",
"version": "2.7.1",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down
18 changes: 9 additions & 9 deletions app-config-encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/encryption",
"description": "Secret value encryption for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/extension-utils": "^2.7.0",
"@app-config/logging": "^2.7.0",
"@app-config/meta": "^2.7.0",
"@app-config/node": "^2.7.0",
"@app-config/settings": "^2.7.0",
"@app-config/utils": "^2.7.0",
"@app-config/core": "^2.7.1",
"@app-config/extension-utils": "^2.7.1",
"@app-config/logging": "^2.7.1",
"@app-config/meta": "^2.7.1",
"@app-config/node": "^2.7.1",
"@app-config/settings": "^2.7.1",
"@app-config/utils": "^2.7.1",
"@lcdev/ws-rpc": "0.4",
"@types/openpgp": "4",
"common-tags": "1",
Expand All @@ -47,7 +47,7 @@
"ws": "7"
},
"devDependencies": {
"@app-config/test-utils": "^2.7.0",
"@app-config/test-utils": "^2.7.1",
"get-port": "5"
},
"prettier": "@lcdev/prettier",
Expand Down
12 changes: 6 additions & 6 deletions app-config-exec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/exec",
"description": "Generate config by running arbitrary programs",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/extension-utils": "^2.7.0",
"@app-config/node": "^2.7.0",
"@app-config/utils": "^2.7.0"
"@app-config/core": "^2.7.1",
"@app-config/extension-utils": "^2.7.1",
"@app-config/node": "^2.7.1",
"@app-config/utils": "^2.7.1"
},
"devDependencies": {
"@app-config/main": "^2.7.0"
"@app-config/main": "^2.7.1"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions app-config-extension-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/extension-utils",
"description": "Utilities for writing @app-config parsing extensions",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/core": "^2.7.1",
"@serafin/schema-builder": "0.14"
},
"devDependencies": {},
Expand Down
14 changes: 7 additions & 7 deletions app-config-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/extensions",
"description": "Common parsing extensions for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/extension-utils": "^2.7.0",
"@app-config/logging": "^2.7.0",
"@app-config/node": "^2.7.0",
"@app-config/utils": "^2.7.0",
"@app-config/core": "^2.7.1",
"@app-config/extension-utils": "^2.7.1",
"@app-config/logging": "^2.7.1",
"@app-config/node": "^2.7.1",
"@app-config/utils": "^2.7.1",
"lodash.isequal": "4"
},
"devDependencies": {
"@app-config/test-utils": "^2.7.0",
"@app-config/test-utils": "^2.7.1",
"@types/lodash.isequal": "4"
},
"prettier": "@lcdev/prettier",
Expand Down
10 changes: 5 additions & 5 deletions app-config-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/generate",
"description": "Code generation for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/meta": "^2.7.0",
"@app-config/schema": "^2.7.0",
"@app-config/logging": "^2.7.1",
"@app-config/meta": "^2.7.1",
"@app-config/schema": "^2.7.1",
"@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.7.0"
"@app-config/test-utils": "^2.7.1"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions app-config-git/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/git",
"description": "$git directive parsing extension for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/extension-utils": "^2.7.0",
"@app-config/logging": "^2.7.0",
"@app-config/core": "^2.7.1",
"@app-config/extension-utils": "^2.7.1",
"@app-config/logging": "^2.7.1",
"simple-git": "2"
},
"devDependencies": {
"@app-config/test-utils": "^2.7.0"
"@app-config/test-utils": "^2.7.1"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions app-config-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/inject",
"description": "Runtime injection of app-config into static HTML files",
"version": "2.7.0",
"version": "2.7.1",
"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.7.0",
"@app-config/logging": "^2.7.0",
"@app-config/node": "^2.7.0",
"@app-config/schema": "^2.7.0",
"@app-config/config": "^2.7.1",
"@app-config/logging": "^2.7.1",
"@app-config/node": "^2.7.1",
"@app-config/schema": "^2.7.1",
"@types/yargs": "16",
"node-html-parser": "1",
"yargs": "16"
Expand Down
10 changes: 5 additions & 5 deletions app-config-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/js",
"description": "Loads a JavaScript module to inject configuration",
"version": "2.7.0",
"version": "2.7.1",
"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/core": "^2.7.0",
"@app-config/extension-utils": "^2.7.0",
"@app-config/node": "^2.7.0"
"@app-config/core": "^2.7.1",
"@app-config/extension-utils": "^2.7.1",
"@app-config/node": "^2.7.1"
},
"devDependencies": {
"@app-config/test-utils": "^2.7.0"
"@app-config/test-utils": "^2.7.1"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions app-config-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@app-config/logging",
"description": "Logging for @app-config",
"version": "2.7.0",
"version": "2.7.1",
"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/utils": "^2.7.0"
"@app-config/utils": "^2.7.1"
},
"devDependencies": {},
"prettier": "@lcdev/prettier",
Expand Down
Loading

0 comments on commit 7b22589

Please sign in to comment.