Skip to content

Commit

Permalink
v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flex-runtime committed Oct 18, 2022
1 parent 69bde96 commit 7eb1c2e
Show file tree
Hide file tree
Showing 25 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "6.0.1"
"version": "6.0.2"
}
2 changes: 1 addition & 1 deletion packages/create-flex-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/create-flex-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/create-flex-plugin",
"version": "6.0.1",
"version": "6.0.2",
"description": "Toolkit to create a new Twilio Flex plugin",
"keywords": [
"flex",
Expand Down Expand Up @@ -42,14 +42,14 @@
"test:watch": "cd ../.. && jest packages/create-flex-plugin --watch --color"
},
"dependencies": {
"@twilio/flex-dev-utils": "6.0.1",
"@twilio/flex-dev-utils": "6.0.2",
"esm": "^3.2.25",
"tmp": "^0.2.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@twilio/flex-plugin": "6.0.1",
"@twilio/flex-plugin-scripts": "6.0.1",
"@twilio/flex-plugin": "6.0.2",
"@twilio/flex-plugin-scripts": "6.0.2",
"@twilio/flex-ui": "^1",
"@types/tmp": "^0.2.1",
"@types/yargs": "^16.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-dev-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/flex-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-dev-utils",
"version": "6.0.1",
"version": "6.0.2",
"description": "Common development utility for creating a Flex plugin",
"keywords": [
"flex",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@k88/pipe-compose": "^2.5.0",
"@twilio/flex-plugins-utils-env": "6.0.1",
"@twilio/flex-plugins-utils-exception": "6.0.1",
"@twilio/flex-plugins-utils-env": "6.0.2",
"@twilio/flex-plugins-utils-exception": "6.0.2",
"address": "^1.1.2",
"app-module-path": "^2.2.0",
"axios": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin-e2e-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/flex-plugin-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-e2e-tests",
"version": "6.0.1",
"version": "6.0.2",
"description": "Flex Plugin E2E Tests framework",
"keywords": [
"flex",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "exit 0"
},
"dependencies": {
"@twilio/flex-dev-utils": "6.0.1",
"@twilio/flex-plugins-api-client": "6.0.1",
"@twilio/flex-dev-utils": "6.0.2",
"@twilio/flex-plugins-api-client": "6.0.2",
"axios": "^0.24.0",
"lodash": "4.17.21",
"package-json": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin-scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/flex-plugin-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-scripts",
"version": "6.0.1",
"version": "6.0.2",
"description": "Scripts to run, build and deploy Flex plugins",
"keywords": [
"flex",
Expand Down Expand Up @@ -40,10 +40,10 @@
},
"dependencies": {
"@jest/types": "^26.6.2",
"@twilio/flex-dev-utils": "6.0.1",
"@twilio/flex-plugin": "6.0.1",
"@twilio/flex-plugin-test": "6.0.1",
"@twilio/flex-plugin-webpack": "6.0.1",
"@twilio/flex-dev-utils": "6.0.2",
"@twilio/flex-plugin": "6.0.2",
"@twilio/flex-plugin-test": "6.0.2",
"@twilio/flex-plugin-webpack": "6.0.2",
"@types/enzyme": "^3.10.10",
"@types/jest": "26.0.24",
"@types/node": "^14.17.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/flex-plugin-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-test",
"version": "6.0.1",
"version": "6.0.2",
"description": "Flex Plugin default test framework that uses Jest Preset",
"keywords": [
"flex",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/core": "^7.16.0",
"@twilio/flex-dev-utils": "6.0.1",
"@twilio/flex-dev-utils": "6.0.2",
"babel-jest": "^26.6.3",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin-utils-jest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/flex-plugin-utils-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-utils-jest",
"version": "6.0.1",
"version": "6.0.2",
"description": "Flex Plugin E2E Tests framework",
"keywords": [
"flex",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin-webpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/flex-plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-webpack",
"version": "6.0.1",
"version": "6.0.2",
"description": "Flex Plugin Webpack and Webpack dev-server configurations",
"keywords": [
"flex",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@k88/interpolate-html-plugin": "^1.0.5",
"@k88/module-scope-plugin": "^1.1.0",
"@k88/typescript-compile-error-formatter": "^1.0.3",
"@twilio/flex-dev-utils": "6.0.1",
"@twilio/flex-dev-utils": "6.0.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/flex-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin",
"version": "6.0.1",
"version": "6.0.2",
"description": "Runtime for Flex plugins",
"keywords": [
"builder",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugins-api-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/flex-plugins-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugins-api-client",
"version": "6.0.1",
"version": "6.0.2",
"description": "Flex Plugins API Client",
"keywords": [
"flex",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test:watch": "cd ../.. && jest packages/flex-plugins-api-client --watch --color"
},
"dependencies": {
"@twilio/flex-dev-utils": "6.0.1",
"@twilio/flex-dev-utils": "6.0.2",
"url-join": "^4.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugins-utils-env/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/flex-plugins-utils-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugins-utils-env",
"version": "6.0.1",
"version": "6.0.2",
"description": "Flex Plugins Environments",
"keywords": [
"flex",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test:watch": "cd ../.. && jest packages/flex-plugins-utils-env --watch --color"
},
"dependencies": {
"@twilio/flex-plugins-utils-exception": "6.0.1",
"@twilio/flex-plugins-utils-exception": "6.0.2",
"@types/lodash.get": "^4.4.6",
"lodash.get": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugins-utils-exception/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/flex-plugins-utils-exception/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugins-utils-exception",
"version": "6.0.1",
"version": "6.0.2",
"description": "Flex Plugins Exceptions",
"keywords": [
"flex",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-flex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/plugin-flex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-labs/plugin-flex",
"version": "6.0.1",
"version": "6.0.2",
"description": "Create, develop and deploy Flex plugins using the Twilio CLI",
"keywords": [
"twilio",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.5",
"@twilio/cli-core": "^7.0.0",
"@twilio/create-flex-plugin": "6.0.1",
"@twilio/flex-dev-utils": "6.0.1",
"@twilio/flex-plugin-scripts": "6.0.1",
"@twilio/flex-plugins-api-client": "6.0.1",
"@twilio/create-flex-plugin": "6.0.2",
"@twilio/flex-dev-utils": "6.0.2",
"@twilio/flex-plugin-scripts": "6.0.2",
"@twilio/flex-plugins-api-client": "6.0.2",
"dayjs": "^1.10.7",
"lodash.startcase": "^4.4.0",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit 7eb1c2e

Please sign in to comment.