@ticketmaster/allure-create-app
Advanced tools
Comparing version 0.2.3 to 0.2.4
export const IDENTITY_URL = process.env.NEXT_PUBLIC_IDENTITY_URL; | ||
export const BFF_URL = process.env.NEXT_PUBLIC_BFF_URL; | ||
export const MOCK = process.env.NEXT_PUBLIC_MOCK === "true"; | ||
export const DEV_TOOLS = process.env.NEXT_PUBLIC_DEV_TOOLS === "true"; |
@@ -1,2 +0,2 @@ | ||
import * as R from "ramda"; | ||
import pathOr from "ramda/src/pathOr"; | ||
import { createSelector } from "reselect"; | ||
@@ -8,3 +8,3 @@ import { counterSlice, counterInitialState } from "./counter.store"; | ||
export const selectCounter = createSelector( | ||
R.pathOr(counterInitialState, [REDUX_NAMESPACE]), | ||
pathOr(counterInitialState, [REDUX_NAMESPACE]), | ||
(counter) => counter | ||
@@ -11,0 +11,0 @@ ); |
import { combineReducers } from "redux"; | ||
import { configureStore, EnhancedStore, DeepPartial } from "@reduxjs/toolkit"; | ||
import { DEV_TOOLS } from "@src/config"; | ||
@@ -18,3 +19,3 @@ // Import the modules slices here | ||
reducer: rootReducer, | ||
devTools: process.env.NODE_ENV !== "production", | ||
devTools: DEV_TOOLS, | ||
preloadedState, | ||
@@ -21,0 +22,0 @@ }); |
{ | ||
"name": "@ticketmaster/allure-create-app", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"keywords": [ | ||
@@ -52,3 +52,3 @@ "react", | ||
}, | ||
"gitHead": "37d818cff6977ee1108ac2a13306fda2fa7dc2f8" | ||
"gitHead": "7c1514314e64f216cd6e588774027673166e587e" | ||
} |
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
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 too big to display
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
524877
88
794