wappsto-redux
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -0,0 +0,0 @@ export const ADD_ENTITIES = 'ADD_ENTITIES'; |
@@ -0,0 +0,0 @@ export const ADD_ITEM = "ADD_ITEM"; |
@@ -0,0 +0,0 @@ import querystring from 'querystring'; |
@@ -0,0 +0,0 @@ export const ADD_SESSION = "ADD_SESSION"; |
@@ -218,3 +218,3 @@ import querystring from 'querystring'; | ||
let { parent } = getUrlInfo(message.path, 1); | ||
dispatch(removeEntities(message.meta_object.type, [message.meta_object.id]), { parent }); | ||
dispatch(removeEntities(message.meta_object.type, [message.meta_object.id], { parent })); | ||
break; | ||
@@ -221,0 +221,0 @@ default: |
export default { | ||
baseUrl: "/services" | ||
} |
@@ -0,0 +0,0 @@ import './reducers'; |
@@ -0,0 +0,0 @@ import config from './config'; |
{ | ||
"name": "wappsto-redux", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# wappsto-redux |
@@ -0,0 +0,0 @@ import { normalize } from 'normalizr'; |
@@ -0,0 +0,0 @@ import './request'; |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { UPDATE_STREAM, REMOVE_STREAM, status } from "../actions/stream"; |
@@ -0,0 +0,0 @@ import { createSelector } from "reselect"; |
@@ -0,0 +0,0 @@ import { createSelector } from "reselect"; |
@@ -0,0 +0,0 @@ import { createSelector } from "reselect"; |
export const getSession = (state) => state.session; |
@@ -0,0 +0,0 @@ import { createSelector } from "reselect"; |
@@ -0,0 +0,0 @@ import config from '../config'; |
@@ -0,0 +0,0 @@ export function parse(json){ |
@@ -0,0 +0,0 @@ export class ReducerRegistry { |
@@ -0,0 +0,0 @@ import { schema } from "normalizr"; |
@@ -0,0 +0,0 @@ let schemaTree = { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49661