Skip to content

Commit

Permalink
chore: 3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgallant committed Apr 10, 2021
1 parent 7caed5c commit f46c990
Show file tree
Hide file tree
Showing 40 changed files with 160 additions and 160 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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -35,14 +35,14 @@
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
},
"dependencies": {
"@app-config/config": "^3.0.0-alpha.1",
"@app-config/core": "^3.0.0-alpha.1",
"@app-config/encryption": "^3.0.0-alpha.1",
"@app-config/generate": "^3.0.0-alpha.1",
"@app-config/logging": "^3.0.0-alpha.1",
"@app-config/node": "^3.0.0-alpha.1",
"@app-config/schema": "^3.0.0-alpha.1",
"@app-config/utils": "^3.0.0-alpha.1",
"@app-config/config": "^3.0.0-alpha.2",
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/encryption": "^3.0.0-alpha.2",
"@app-config/generate": "^3.0.0-alpha.2",
"@app-config/logging": "^3.0.0-alpha.2",
"@app-config/node": "^3.0.0-alpha.2",
"@app-config/schema": "^3.0.0-alpha.2",
"@app-config/utils": "^3.0.0-alpha.2",
"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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/default-extensions": "^3.0.0-alpha.1",
"@app-config/extensions": "^3.0.0-alpha.1",
"@app-config/logging": "^3.0.0-alpha.1",
"@app-config/meta": "^3.0.0-alpha.1",
"@app-config/node": "^3.0.0-alpha.1",
"@app-config/schema": "^3.0.0-alpha.1",
"@app-config/utils": "^3.0.0-alpha.1"
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/default-extensions": "^3.0.0-alpha.2",
"@app-config/extensions": "^3.0.0-alpha.2",
"@app-config/logging": "^3.0.0-alpha.2",
"@app-config/meta": "^3.0.0-alpha.2",
"@app-config/node": "^3.0.0-alpha.2",
"@app-config/schema": "^3.0.0-alpha.2",
"@app-config/utils": "^3.0.0-alpha.2"
},
"devDependencies": {
"@app-config/test-utils": "^3.0.0-alpha.1"
"@app-config/test-utils": "^3.0.0-alpha.2"
},
"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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/utils": "^3.0.0-alpha.1",
"@app-config/logging": "^3.0.0-alpha.2",
"@app-config/utils": "^3.0.0-alpha.2",
"@iarna/toml": "3",
"js-yaml": "^3.13.1",
"json5": "2",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@app-config/test-utils": "^3.0.0-alpha.1",
"@app-config/test-utils": "^3.0.0-alpha.2",
"@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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {},
"peerDependencies": {
"@app-config/main": "^3.0.0-alpha.1",
"@app-config/main": "^3.0.0-alpha.2",
"cypress": "6"
},
"devDependencies": {
"@app-config/main": "^3.0.0-alpha.1",
"@app-config/main": "^3.0.0-alpha.2",
"cypress": "6"
},
"prettier": "@lcdev/prettier",
Expand Down
6 changes: 3 additions & 3 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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"license": "MPL-2.0",
"author": {
"name": "Launchcode",
Expand All @@ -22,8 +22,8 @@
"test": "jest"
},
"dependencies": {
"@app-config/core": "^3.0.0-alpha.1",
"@app-config/extensions": "^3.0.0-alpha.1"
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/extensions": "^3.0.0-alpha.2"
},
"devDependencies": {},
"prettier": "@lcdev/prettier",
Expand Down
16 changes: 8 additions & 8 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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/logging": "^3.0.0-alpha.1",
"@app-config/meta": "^3.0.0-alpha.1",
"@app-config/node": "^3.0.0-alpha.1",
"@app-config/settings": "^3.0.0-alpha.1",
"@app-config/utils": "^3.0.0-alpha.1",
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/logging": "^3.0.0-alpha.2",
"@app-config/meta": "^3.0.0-alpha.2",
"@app-config/node": "^3.0.0-alpha.2",
"@app-config/settings": "^3.0.0-alpha.2",
"@app-config/utils": "^3.0.0-alpha.2",
"@lcdev/ws-rpc": "0.4",
"@types/openpgp": "4",
"common-tags": "1",
Expand All @@ -46,7 +46,7 @@
"ws": "7"
},
"devDependencies": {
"@app-config/test-utils": "^3.0.0-alpha.1",
"@app-config/test-utils": "^3.0.0-alpha.2",
"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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/extension-utils": "^3.0.0-alpha.1",
"@app-config/node": "^3.0.0-alpha.1",
"@app-config/utils": "^3.0.0-alpha.1"
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/extension-utils": "^3.0.0-alpha.2",
"@app-config/node": "^3.0.0-alpha.2",
"@app-config/utils": "^3.0.0-alpha.2"
},
"devDependencies": {
"@app-config/main": "^3.0.0-alpha.1"
"@app-config/main": "^3.0.0-alpha.2"
},
"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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/core": "^3.0.0-alpha.2",
"@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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/extension-utils": "^3.0.0-alpha.1",
"@app-config/logging": "^3.0.0-alpha.1",
"@app-config/node": "^3.0.0-alpha.1",
"@app-config/utils": "^3.0.0-alpha.1",
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/extension-utils": "^3.0.0-alpha.2",
"@app-config/logging": "^3.0.0-alpha.2",
"@app-config/node": "^3.0.0-alpha.2",
"@app-config/utils": "^3.0.0-alpha.2",
"lodash.isequal": "4"
},
"devDependencies": {
"@app-config/test-utils": "^3.0.0-alpha.1",
"@app-config/test-utils": "^3.0.0-alpha.2",
"@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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/meta": "^3.0.0-alpha.1",
"@app-config/schema": "^3.0.0-alpha.1",
"@app-config/logging": "^3.0.0-alpha.2",
"@app-config/meta": "^3.0.0-alpha.2",
"@app-config/schema": "^3.0.0-alpha.2",
"@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": "^3.0.0-alpha.1"
"@app-config/test-utils": "^3.0.0-alpha.2"
},
"prettier": "@lcdev/prettier",
"jest": {
Expand Down
8 changes: 4 additions & 4 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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/extension-utils": "^3.0.0-alpha.1",
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/extension-utils": "^3.0.0-alpha.2",
"simple-git": "2"
},
"devDependencies": {
"@app-config/test-utils": "^3.0.0-alpha.1"
"@app-config/test-utils": "^3.0.0-alpha.2"
},
"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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/logging": "^3.0.0-alpha.1",
"@app-config/node": "^3.0.0-alpha.1",
"@app-config/schema": "^3.0.0-alpha.1",
"@app-config/config": "^3.0.0-alpha.2",
"@app-config/logging": "^3.0.0-alpha.2",
"@app-config/node": "^3.0.0-alpha.2",
"@app-config/schema": "^3.0.0-alpha.2",
"@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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1",
"@app-config/extension-utils": "^3.0.0-alpha.1",
"@app-config/node": "^3.0.0-alpha.1"
"@app-config/core": "^3.0.0-alpha.2",
"@app-config/extension-utils": "^3.0.0-alpha.2",
"@app-config/node": "^3.0.0-alpha.2"
},
"devDependencies": {
"@app-config/test-utils": "^3.0.0-alpha.1"
"@app-config/test-utils": "^3.0.0-alpha.2"
},
"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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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": "^3.0.0-alpha.1"
"@app-config/utils": "^3.0.0-alpha.2"
},
"devDependencies": {},
"prettier": "@lcdev/prettier",
Expand Down
Loading

0 comments on commit f46c990

Please sign in to comment.