Skip to content

Commit

Permalink
[Publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandu authored and Chandu committed Mar 7, 2022
1 parent 1690444 commit 69d28ee
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 61 deletions.
8 changes: 4 additions & 4 deletions packages/subapp-pbundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-pbundle",
"version": "0.0.45",
"version": "0.0.46",
"description": "Electrode subapp support for Preact and redux-bundler",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@babel/runtime": "^7.8.3",
"redux-bundler-preact": "^2.0.1",
"subapp-util": "^1.1.3",
"subapp-web": "^1.0.51"
"subapp-util": "^1.1.4",
"subapp-web": "^1.0.52"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -44,7 +44,7 @@
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.7.7",
"@xarc/app": "^10.0.12",
"@xarc/app": "^10.0.13",
"babel-preset-minify": "^0.5.1",
"electrode-archetype-njs-module-dev": "^3.0.3",
"jsdom": "^15.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/subapp-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-react",
"version": "0.1.0",
"version": "0.1.1",
"description": "Electrode subapp support for React/Redux/React Router",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@babel/runtime": "^7.8.3",
"optional-require": "^1.1.6",
"subapp-util": "^1.1.3",
"subapp-web": "^1.0.51"
"subapp-util": "^1.1.4",
"subapp-web": "^1.0.52"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -44,7 +44,7 @@
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.7.7",
"@xarc/app": "^10.0.12",
"@xarc/app": "^10.0.13",
"babel-preset-minify": "^0.5.1",
"electrode-archetype-njs-module-dev": "^3.0.3",
"jsdom": "^15.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/subapp-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-redux",
"version": "1.0.51",
"version": "1.0.52",
"description": "Electrode subapp redux support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
],
"dependencies": {
"optional-require": "^1.1.6",
"subapp-util": "^1.1.3",
"subapp-web": "^1.0.51"
"subapp-util": "^1.1.4",
"subapp-web": "^1.0.52"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/subapp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-server",
"version": "1.3.17",
"version": "1.3.18",
"description": "Electrode SubApp app server support",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -29,13 +29,13 @@
],
"dependencies": {
"@hapi/boom": "^7.4.1",
"@xarc/index-page": "^1.0.10",
"@xarc/jsx-renderer": "^1.0.10",
"@xarc/tag-renderer": "^1.0.9",
"@xarc/index-page": "^1.0.11",
"@xarc/jsx-renderer": "^1.0.11",
"@xarc/tag-renderer": "^1.0.10",
"filter-scan-dir": "1.1.1",
"http-status-codes": "^1.3.0",
"optional-require": "^1.1.6",
"subapp-util": "^1.1.3",
"subapp-util": "^1.1.4",
"xaa": "^1.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-util",
"version": "1.1.3",
"version": "1.1.4",
"description": "Util for Electrode SubApp",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/subapp-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-web",
"version": "1.0.51",
"version": "1.0.52",
"description": "Electrode subapp web support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
"lodash": "^4.17.15",
"optional-require": "^1.1.6",
"request": "^2.88.0",
"subapp-util": "^1.1.3",
"subapp-util": "^1.1.4",
"xaa": "^1.6.0"
},
"peerDependencies": {
"@xarc/app": "^10.0.12"
"@xarc/app": "^10.0.13"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -50,7 +50,7 @@
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.7.7",
"@xarc/app": "^10.0.12",
"@xarc/app": "^10.0.13",
"babel-preset-minify": "^0.5.1",
"chai-as-promised": "^7.1.1",
"electrode-archetype-njs-module-dev": "^3.0.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/xarc-app-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app-dev",
"version": "10.1.0",
"version": "10.1.1",
"description": "Electrode X application development support",
"main": "lib/index.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -39,7 +39,7 @@
"Joel Chen <[email protected]>"
],
"peerDependencies": {
"@xarc/app": "^10.0.12"
"@xarc/app": "^10.0.13"
},
"dependencies": {
"@babel/cli": "^7.1.5",
Expand All @@ -57,8 +57,8 @@
"@jchip/redbird": "^1.2.2",
"@xarc/dev-base": "^0.1.0",
"@xarc/run": "^1.0.5",
"@xarc/subapp": "^0.3.2",
"@xarc/webpack": "^11.1.0",
"@xarc/subapp": "^0.3.3",
"@xarc/webpack": "^11.1.1",
"ansi-to-html": "^0.6.8",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"require-at": "^1.0.6",
"semver": "^7.3.2",
"serve-index-fs": "^1.10.1",
"subapp-util": "^1.1.3",
"subapp-util": "^1.1.4",
"sudo-prompt": "^8.2.5",
"tslib": "^2.1.0",
"visual-logger": "^1.1.3",
Expand All @@ -111,7 +111,7 @@
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@xarc/app": "^10.0.12",
"@xarc/app": "^10.0.13",
"@xarc/module-dev": "^3.0.2",
"@xarc/run": "^1.0.4",
"babel-eslint": "^10.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app",
"version": "10.0.12",
"version": "10.0.13",
"description": "Electrode X application runtime support",
"main": "dist/index.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.12.5",
"isomorphic-loader": "^4.5.0",
"optional-require": "^1.1.6",
"subapp-util": "^1.1.3",
"subapp-util": "^1.1.4",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/xarc-index-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/index-page",
"version": "1.0.10",
"version": "1.0.11",
"description": "Electrode X template and handlers for generating index.html webpage",
"main": "dist/index.js",
"scripts": {
Expand All @@ -23,9 +23,9 @@
"index-page"
],
"dependencies": {
"@xarc/jsx-renderer": "^1.0.10",
"@xarc/render-context": "^1.0.7",
"@xarc/tag-renderer": "^1.0.9"
"@xarc/jsx-renderer": "^1.0.11",
"@xarc/render-context": "^1.0.8",
"@xarc/tag-renderer": "^1.0.10"
},
"author": "Walmart GTP.js",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-jsx-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/jsx-renderer",
"version": "1.0.10",
"version": "1.0.11",
"description": "Render index.htm from JSX template",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"trailingComma": "none"
},
"dependencies": {
"@xarc/render-context": "^1.0.7",
"@xarc/render-context": "^1.0.8",
"lodash": "^4.17.15",
"munchy": "^1.0.9",
"optional-require": "^1.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-query",
"version": "0.3.2",
"version": "0.3.3",
"description": "xarc React.js application react-query support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"react-dom": "*"
},
"dependencies": {
"@xarc/subapp": "^0.3.2",
"@xarc/subapp": "^0.3.3",
"react-query": "~3.29.0",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react-recoil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-recoil",
"version": "0.3.2",
"version": "0.3.3",
"description": "Electrode xarc React application recoil support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@types/recoil": "^0.0.1",
"@xarc/subapp": "^0.3.2",
"@xarc/subapp": "^0.3.3",
"recoil": "^0.1.2",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react-redux-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-redux-observable",
"version": "0.3.2",
"version": "0.3.3",
"description": "xarc React.js application redux observable support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand All @@ -27,7 +27,7 @@
"react-dom": "*"
},
"dependencies": {
"@xarc/react-redux": "^0.3.2",
"@xarc/react-redux": "^0.3.3",
"redux-observable": "^1.2.0",
"rxjs": "^6.6.3",
"tslib": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react-redux-saga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-redux-saga",
"version": "0.3.2",
"version": "0.3.3",
"description": "xarc React.js application redux saga support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand All @@ -27,7 +27,7 @@
"react-dom": "*"
},
"dependencies": {
"@xarc/react-redux": "^0.3.2",
"@xarc/react-redux": "^0.3.3",
"redux-saga": "^1.1.3",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-redux",
"version": "0.3.2",
"version": "0.3.3",
"description": "xarc React.js application redux support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"react-dom": "*"
},
"dependencies": {
"@xarc/subapp": "^0.3.2",
"@xarc/subapp": "^0.3.3",
"react-redux": ">= 7",
"redux": ">= 4",
"tslib": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/xarc-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-router",
"version": "0.3.2",
"version": "0.3.3",
"description": "xarc React Router support for SubApp version 2",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand All @@ -24,7 +24,7 @@
"author": "WalmartLabs GTP.js team",
"license": "Apache-2.0",
"dependencies": {
"@xarc/subapp": "^0.3.2",
"@xarc/subapp": "^0.3.3",
"history": "^4.10.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/xarc-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react",
"version": "0.3.3",
"version": "0.3.4",
"description": "xarc web app platform support for React framework",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand All @@ -25,9 +25,9 @@
"license": "Apache-2.0",
"dependencies": {
"@types/react": ">= 16",
"@xarc/render-context": "^1.0.7",
"@xarc/subapp": "^0.3.2",
"@xarc/tag-renderer": "^1.0.9",
"@xarc/render-context": "^1.0.8",
"@xarc/subapp": "^0.3.3",
"@xarc/tag-renderer": "^1.0.10",
"react": ">= 16",
"react-dom": ">= 16",
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-render-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/render-context",
"version": "1.0.7",
"version": "1.0.8",
"description": "Context for index.htm generation",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/xarc-subapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/subapp",
"version": "0.3.2",
"version": "0.3.3",
"description": "xarc subapp version 2",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@xarc/render-context": "^1.0.7",
"@xarc/tag-renderer": "^1.0.9",
"@xarc/render-context": "^1.0.8",
"@xarc/tag-renderer": "^1.0.10",
"lodash": "^4.17.20",
"tslib": "^2.1.0"
},
Expand Down
Loading

0 comments on commit 69d28ee

Please sign in to comment.