subapp-redux
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -27,3 +27,2 @@ "use strict"; | ||
// | ||
let persistenStoreContainer = { | ||
@@ -30,0 +29,0 @@ namedStores: {} |
168
package.json
{ | ||
"name": "subapp-redux", | ||
"version": "2.2.0", | ||
"description": "Electrode subapp redux support", | ||
"module": "dist/dev/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "clap test", | ||
"coverage": "clap coverage", | ||
"check": "clap check", | ||
"build": "clap compile", | ||
"prepublishOnly": "clap compile" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"react", | ||
"subapp" | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.com/", | ||
"access": "public" | ||
}, | ||
"author": "Electrode (http://www.electrode.io/)", | ||
"contributors": [ | ||
"Joel Chen <xchen@walmartlabs.com>" | ||
], | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"dependencies": { | ||
"optional-require": "^1.1.6", | ||
"subapp-util": "^1.1.4", | ||
"subapp-web": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.17.10", | ||
"@babel/plugin-transform-runtime": "^7.17.10", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-react": "^7.16.7", | ||
"@babel/register": "^7.17.7", | ||
"@babel/runtime": "^7.17.9", | ||
"babel-preset-minify": "^0.5.1", | ||
"electrode-archetype-njs-module-dev": "^3.0.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.0.1", | ||
"redux": "^4.2.0", | ||
"run-verify": "^1.2.6", | ||
"subapp-pkg-util": "../subapp-pkg-util" | ||
}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*", | ||
"redux": "*", | ||
"react-redux": "*" | ||
}, | ||
"nyc": { | ||
"all": true, | ||
"require": [ | ||
"@babel/register", | ||
"mocha" | ||
], | ||
"reporter": [ | ||
"lcov", | ||
"text", | ||
"text-summary" | ||
], | ||
"exclude": [ | ||
"coverage", | ||
"*clap.js", | ||
"gulpfile.js", | ||
"dist", | ||
"test", | ||
"browser" | ||
], | ||
"check-coverage": true, | ||
"statements": 10, | ||
"branches": 10, | ||
"functions": 10, | ||
"lines": 10, | ||
"cache": true | ||
} | ||
"name": "subapp-redux", | ||
"version": "2.2.1", | ||
"description": "Electrode subapp redux support", | ||
"module": "dist/dev/index.js", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
"web", | ||
"react", | ||
"subapp" | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.com/", | ||
"access": "public" | ||
}, | ||
"author": "Electrode (http://www.electrode.io/)", | ||
"contributors": [ | ||
"Joel Chen <xchen@walmartlabs.com>" | ||
], | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"dependencies": { | ||
"optional-require": "^1.1.6", | ||
"subapp-util": "^1.1.4", | ||
"subapp-web": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.17.10", | ||
"@babel/plugin-transform-runtime": "^7.17.10", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-react": "^7.16.7", | ||
"@babel/register": "^7.17.7", | ||
"@babel/runtime": "^7.17.9", | ||
"babel-preset-minify": "^0.5.1", | ||
"@xarc/run": "^1.1.1", | ||
"electrode-archetype-njs-module-dev": "^3.0.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.0.1", | ||
"redux": "^4.2.0", | ||
"run-verify": "^1.2.6", | ||
"subapp-pkg-util": "0.0.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*", | ||
"redux": "*", | ||
"react-redux": "*" | ||
}, | ||
"nyc": { | ||
"all": true, | ||
"require": [ | ||
"@babel/register", | ||
"mocha" | ||
], | ||
"reporter": [ | ||
"lcov", | ||
"text", | ||
"text-summary" | ||
], | ||
"exclude": [ | ||
"coverage", | ||
"*clap.js", | ||
"gulpfile.js", | ||
"dist", | ||
"test", | ||
"browser" | ||
], | ||
"check-coverage": true, | ||
"statements": 10, | ||
"branches": 10, | ||
"functions": 10, | ||
"lines": 10, | ||
"cache": true | ||
}, | ||
"scripts": { | ||
"test": "clap test", | ||
"coverage": "clap coverage", | ||
"check": "clap check", | ||
"build": "clap compile" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54248
16
Updatedsubapp-web@^2.1.1