commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
17cb54c4c9e6029fe94d72942e91c5aa845ebe45
--- targets/US/package.json @@ -147,7 +147,7 @@ "@walmart/schedule-mini-app": "1.13.0", "@walmart/shelfavailability-mini-app": "1.5.40", "@walmart/shop-gnfr-mini-app": "1.0.137", - "@walmart/sidekick-mini-app": "4.168.17", + "@walmart/sidekick-mini-app": "4.168.18", "@walmart/store-feature-ord...
chore: bump sidekick@4.168.18
chore: bump sidekick@4.168.18
5a005dd07b9f17ff9cc76b781fb7493321cfe2aa
--- packages/allspark-foundation/src/Feature/AllsparkFeatureManager.ts @@ -422,6 +422,11 @@ export class FeatureModuleManager { */ public useFeatureEnabled = (featureId: string) => { const feature = this.getFeature(featureId); - return feature?.useFeatureEnabled() || true; + + if (!feature) { + r...
fix: feature enabled hook incorrectly defaulting falsy value
fix: feature enabled hook incorrectly defaulting falsy value
f2c9437de99e3ac12a706844b005225b02e8d564
--- package-lock.json @@ -4355,7 +4355,7 @@ "@walmart/gtp-shared-components": { "version": "1.2.0", "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.2.0.tgz", - "integrity": "sha512-OxDrYdXQeR22V+aTBNqQHRJFyIOlOkp2erG4KS+0lEWWve1EApNHNyPgIbFQbydtWn1r...
barcode version bump for test
barcode version bump for test
c7a0c8ae8a451543d4316a7220c15cc7bf8af9c8
--- src/components/Avatar.tsx @@ -12,7 +12,7 @@ import {UserSelectors} from '@walmart/redux-store'; import {PresenceIndicator} from '../presence/components/PresenceIndicator'; import {useGetAssociateNameQuery} from '../queries/getAssociateName'; import {IdType} from '../queries/schema.types'; -import {decryptUserId}...
use correct fields for initials
use correct fields for initials
1f9ee74b2b884f75a8f364826dbe1d12bbde767e
--- .yarnrc.yml @@ -1,2 +1,3 @@ nodeLinker: node-modules -npmRegistryServer: "${REPOSOLNS_NPM_REPO}" + +npmRegistryServer: "${REPOSOLNS_NPM_REPO}" \ No newline at end of file
chore(ui): looper yml error log update
chore(ui): looper yml error log update
90e520b0910c7a766594e146cc90214dc93875a9
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/iteminfo-mini-app": "7.3.4", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "12.0.25", - "@walmart/metrics-mini-app": "0.13.6", + "@walmart/metrics-mini-app": "0.13.8", "@walmart/mod-flex-mi...
Bumping metrics-mini-app version to 0.13.8
Bumping metrics-mini-app version to 0.13.8
4ec8f4809e8d5cf0e6651a8abd92274ec92443d8
--- package.json @@ -137,7 +137,7 @@ "@walmart/pay-stub-miniapp": "0.24.15", "@walmart/payrollsolution_miniapp": "0.153.6", "@walmart/persona-hub": "0.3.3", - "@walmart/price-changes-mini-app": "1.15.1", + "@walmart/price-changes-mini-app": "1.15.2", "@walmart/profile-feature-app": "2.8.1-UPV2...
chore: PC version update
chore: PC version update
6fd27079141af2bfc3cfd2221015507e503c3ff4
--- __tests__/managerExperience/components/TeamDetailsRosterInfo.test.tsx @@ -84,10 +84,17 @@ describe('TeamDetailsRosterInfo Component', () => { }); it('disables the button when associates are empty', () => { + const newProps: TeamDetailsRosterInfoProps = { + headerText: `Today's roster`, + filter...
fix: fix tests for better coverage
fix: fix tests for better coverage
931375f718a7afe4b34208cdbf8b48c30d9d9baa
--- packages/allspark-foundation/src/DeveloperMenu/DeveloperMenuManager.tsx @@ -166,7 +166,7 @@ export class DeveloperMenuManager { const devMenu = this._menuStateManager.useDeveloperMenuState(); // Don't render if disabled - if (!enabled) { + if (!enabled || !this._pluginRegistry.getAllPlugins().leng...
feat(developer menu): disable developer menu when no plugins are registered
feat(developer menu): disable developer menu when no plugins are registered
782ede3128a0318ac13817e1b734014e02578d40
--- src/containers/RosterFilters.tsx @@ -36,7 +36,7 @@ export enum FilterValue { // ChipGroup emits index of selected chip rather than id, so mapping // index to string value here. // IMPORTANT! Render order of chips matters! -const FilterMapSalaried = { +const filterMapSalaried = { '0': FilterValue.all, '1': ...
update variable name
update variable name
cd74f4cfa4c503d77aa685530ffbdf464445049a
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "independent", + "version": "6.24.0", "npmClient": "yarn", "changelogPreset": "angular", "command": {
chore: align packages to single drop based version
chore: align packages to single drop based version
04a93e7908cb09c1771832eddb02da5893a8aeef
--- package.json @@ -169,6 +169,7 @@ "@react-native-community/datetimepicker": "^8.4.4", "@walmart/react-native-sumo-sdk": "patch:@walmart/react-native-sumo-sdk@npm%3A2.8.0#~/.yarn/patches/@walmart-react-native-sumo-sdk-npm-2.8.0-31dfe1d845.patch", "expo-modules-autolinking@npm:1.10.3": "patch:expo-modul...
fix(version): updated version
fix(version): updated version
a5fb66a2a8b2c9380fd4ae52ff38b7860bdda24c
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.21.3](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/a...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.21.3 - @walmart/associate-exp-hub-mini-app@1.14.1 - @walmart/associate-exp-hub-team-switcher@2.24.1
76a453cb08232647688c14c52d928fae2acda328
--- package-lock.json @@ -3193,9 +3193,9 @@ "integrity": "sha512-UfQvukDS75owqFhjEW+A8Ara/9zRAQNaesPJu1a6/zv8qauT9gUw/rq1VKcVeD2NiMaQCNNx+tNlOiluGRPTdQ==" }, "@walmart/time-clock-mini-app": { - "version": "0.1.38", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Accommodating JSON custom payloads (#374)
Accommodating JSON custom payloads (#374) Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
69dcbe2033d031880b991b85e943e764f393b1c2
--- __tests__/startup/SsoSagaTest.ts @@ -312,6 +312,25 @@ describe('handleCandidateInfo', () => { ); expect(iterator.next().done).toEqual(true); }); + + it('handles missing siteId', () => { + const authUser = {userId: 'swalton3', siteId: null}; + const iterator = handleCandidateInfo(); + expect(i...
Fixing candidate user info logic
Fixing candidate user info logic
b98e944a2aced7cffdb43336ea1c5f245e66b198
--- package-lock.json @@ -1995,9 +1995,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.0.53", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.0.53.tgz", - "integrity": "sha512-oYKIx5GPi5S7JW+K/kDdTcWez1LoceJk5VJi9yVZNGSniea17...
PTT Update (#209)
PTT Update (#209) * Version bump * updating package-lock Co-authored-by: Ernesto Ruano Mamud <Ernesto.Ruanomamud@walmartlabs.com>
fa25a12f9313b9fd2fc9bce769bd5b48e5b1cdee
--- __tests__/auth/__snapshots__/ErrorScreenTest.tsx.snap @@ -188,6 +188,13 @@ exports[`ErrorScreen matches snapshot when dirty and no userId/siteId 1`] = ` label="" onSelect={[Function]} placeholder="ssoError.selectIssue" + style={ + Ob...
update snapshot for dropdown style
update snapshot for dropdown style
1dd2adcea96766080c43077e7483602ff9880f4d
--- package.json @@ -117,7 +117,7 @@ "@walmart/inbox-mini-app": "0.103.1", "@walmart/invue-react-native-sdk": "0.1.26-alpha.12", "@walmart/iteminfo-mini-app": "8.7.2", - "@walmart/learning-mini-app": "20.0.79", + "@walmart/learning-mini-app": "20.0.87", "@walmart/manager-approvals-miniapp": "0...
feat: learning mini app drop 34 enhancements (#4708)
feat: learning mini app drop 34 enhancements (#4708) Co-authored-by: Paridhi Kasliwal <paridhi.kasliwal@walmart.com>
6cf17a6ec9ab082d172957534ca3a220bbe8bdbb
--- src/images/assets/index.ts @@ -67,6 +67,7 @@ const Images: {[key: string]: ImageURISource} = { taskImageStore: require('./tasks/task-image-store.png'), taskVision: require('./tasks/task-image-vision.png'), taskVisionCenter: require('./tasks/task-image-vision.png'), + textChat: require('./text-chat.png'), ...
adding image for whats new Drop 13
adding image for whats new Drop 13
61c363111c0f9503e272e2c524514bab7c27dabb
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/ModalTeamListItem.tsx @@ -0,0 +1,64 @@ +import React from 'react'; +import { TouchableOpacity, View } from 'react-native'; +import { teamListItemStyles } from './style'; +import { Body } from '@walmart/gtp-shared-components'; +import { Lo...
Adding Modal teamListItem component
Adding Modal teamListItem component
2269b330cded4cf6844a7ba3944f0db756abc737
--- packages/associate-exp-hub-mini-app/src/utils/queries/getSupplyChainTeamsBySite.ts @@ -1,3 +1,65 @@ +/** + * @fileoverview Get Supply Chain Teams By Site Query - Distribution Center Team Data + * + * This file contains the GraphQL query for retrieving all supply chain teams + * within a specific distribution center...
fix(ui): update lint fixes and comments
fix(ui): update lint fixes and comments
bc4b2ada96b3607a1067ae4630da5c7a7836b82f
--- src/channels/provider.tsx @@ -77,7 +77,6 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { .doc<FirebaseChannel>(storeDocumentPath) .get() .then((storeChannelDoc) => { - //TODO: Set the channelsState for store if not exists if (!channelState.ids.in...
remove comments
remove comments
92a769ea455618fd95e40ab5f9ee6b9707342f99
--- .eslintrc.js @@ -9,14 +9,18 @@ module.exports = { argsIgnorePattern: '^_', }, ], - 'eol-last': ['error', 'always'], - indent: ['error', 2, { SwitchCase: 1 }], - 'space-in-parens': ['error', 'never'], - 'no-trailing-spaces': 'error', - 'array-bracket-spacing': ['error', 'never'], ...
feat: SMDV-8201 make sure the prettierrc and eslint are compatible
feat: SMDV-8201 make sure the prettierrc and eslint are compatible
c9da0313e1ff670faf1f8b7b17f5ccb18b64602b
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-alpha.4", + "version": "1.0.0-beat.1", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update allspark-foundation hub version
Update allspark-foundation hub version
2b1ab47c3afde2bfc60c0f0b7b8d735130ac0333
--- packages/allspark-utils/__tests__/cloneObjectTest.ts @@ -0,0 +1,11 @@ +import {cloneObject} from '../src/cloneObject'; + +test("clone object test", () => { + expect(cloneObject({ + "one": 1, + two: "two" + })).toEqual({ + "one": 1, + two: "two" + }) +}) \ No newline at end of file --- packages/alls...
fix: one more test
fix: one more test
d3fc244dd75f143b9f93198cd484f6da7c48d5a9
--- packages/me-at-walmart-container/src/http/index.ts @@ -7,6 +7,7 @@ import { HeaderSizeInterceptor } from './interceptors/headerSize'; import { PerformanceInterceptor } from './interceptors/performance'; import { SuccessLoggerInterceptor } from './interceptors/successLogger'; import { UnauthorizedInterceptor } fr...
fix: add default consumer id to http client requests to maintain previous behavior
fix: add default consumer id to http client requests to maintain previous behavior
d1191612a7e7db13d3274dd505b12441da25bf81
--- ios/MeWalmart/AppDelegate.mm @@ -9,6 +9,27 @@ #import <React/RCTBundleURLProvider.h> #import <React/RCTLinkingManager.h> +// @generated begin rn-app-auth-clear-keychain - expo prebuild (DO NOT MODIFY) sync-9745cbeb34b742bbc3c17b2210d8a9df2aebced0 +static void ClearKeychainIfNecessary() { + if ([[NSUserDefaul...
chore: update native project for plugin change
chore: update native project for plugin change
414b46d1d7097fd5ca0d0ccbc4b11cb8fba118a3
--- .yarn/patches/@walmart-ui-components-npm-1.25.2-68606d814b.patch --- __tests__/PinAccess/PinAccessScreenTest.tsx @@ -19,6 +19,10 @@ jest.mock('react', () => ({ useEffect: (func: any) => func(), })); +jest.mock('crypto-js', () => ({ + SHA256: jest.fn().mockImplementation((val) => val), +})); + (useBackButt...
feat(pin): handle old pins (#4355)
feat(pin): handle old pins (#4355) * feat(pin): handle old pins * fix: using new ui-components * fix: fixing yarn lock --------- Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
f3647236e08556ef323bf898a2b6948a96a497d4
--- targets/US/package.json @@ -143,7 +143,7 @@ "@walmart/roster-mini-app": "2.8.2", "@walmart/schedule-mini-app": "0.118.0", "@walmart/shelfavailability-mini-app": "1.5.33", - "@walmart/sidekick-mini-app": "4.83.6", + "@walmart/sidekick-mini-app": "4.83.7", "@walmart/store-feature-orders": "1...
chore: bump sidekick@4.83.7
chore: bump sidekick@4.83.7
852377b324ce13f6dd29d4cbd10a6c9563c4ee72
--- __tests__/__mocks__/@react-native-firebase/firestore.js @@ -1,5 +1,5 @@ -import {store100Collection} from '../../harness/firestore/data/stores'; -import {generateCreatedAt as mockGenerateCreatedAt} from "../../harness/firestore/data/timestamps"; +import {store100Collection} from '../../harness/firestore/data/store1...
fixing vanilla test
fixing vanilla test
a2a1aeed0f9db88651710a95d2a4689f95b35534
--- src/ccmFallbacks.ts @@ -9,4 +9,5 @@ export const CCMFallbacks = { 'All users must be on the most recent version of Me@ to send and receive messages.', showViewTimeClock: false, setFirestorePersistenceEnabled: true, + rmaPath: '/ptt/weekly_schedule_link', }; --- src/hooks/roster.ts @@ -4,6 +4,7 @@ imp...
update rma path from selector
update rma path from selector
ebe9f564a937e94ce7104a5e3488fc0ac9279272
--- __tests__/services/teamState/modalStateManager.test.ts @@ -221,7 +221,7 @@ describe('modalStateManager', () => { 'Modal selection changed', expect.objectContaining({ message: 'User selected team', - selection: 'type:all,id:all-team-id,initialized', + selection: 'type:a...
feat(ui): update tests
feat(ui): update tests
7f9d3df4b989f27bb0adfc70588d61de57bac929
--- package-lock.json @@ -3059,9 +3059,9 @@ "integrity": "sha512-fBTFqpmw2IBYncf+2w7AdfVJeJb1BCpFcWLxV0KH1Xpg9YoWXmH3hVzJY1fxLm9OUFdpV5z0sNSljtp+Y3olrA==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.0.36", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
Version bump for feedback switching to Public API Proxy (#351)
Version bump for feedback switching to Public API Proxy (#351)
5cb2347bea0263c1e1ad45633d25f9319b2470ff
--- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json @@ -139,7 +139,11 @@ "legacyLibrary": "react-native-new-snap-carousel", "replacement": "react-native-pager-view", "enforcementDate": "2025-11-03", - "notes": "Use the replacement for all new development." + "notes": "U...
chore: facilities management exemption d35 (#5224)
chore: facilities management exemption d35 (#5224) Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
0675faff7dc13801a90f5e67d98981db69a73bc9
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/inbox-mini-app": "0.81.3", "@walmart/iteminfo-mini-app": "5.3.2", "@walmart/manager-approvals-miniapp": "0.1.2", - "@walmart/me-field-mini-app": "1.1.41", + "@walmart/me-field-mini-app": "1.1.42", "@walmart/metrics-mini-...
feat: :package: Bump learning mini app version to 1.1.42
feat: :package: Bump learning mini app version to 1.1.42
997b5fea86bf81e0010779a548939d373c1034c1
--- package-lock.json @@ -4520,9 +4520,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.21.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.21.0.tgz", - "integrity": "sha512-k1G9G9iC0HMjf1xNgu/hpJawczdJwGC6yTxKK799I9T1oxnT+lvBmgVCl+d5xBeB9Cy...
Updating TaskIt Version
Updating TaskIt Version
7aa8e9691d364e17b2dfc4d3432ba359bca9af80
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -84,8 +84,18 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => { const isUserAlreadyOnboarded = useSelector( ManagerExperienceSelectors.getUserIsAlreadyOnboarded ); + const userTeamSelectionT...
Update the reducer for bottom sheet
Update the reducer for bottom sheet
e480d11869c306195a0d7e79a0f40b1bc0a9d90f
--- src/translations/es-MX.ts @@ -64,6 +64,10 @@ export const esMX = { viewSchedule: 'Ver horario', pushToTalkBtn: 'Llamada', }, + rosterMessageBtn: { + messageStore: 'Almacén de mensajes', + messageTeam: 'Equipo de mensajes', + }, notInRoster: 'No puedes enviar mensajes d...
feat: add spanish translation
feat: add spanish translation
2593e08b8cdc2ef3ae6c1b401e715fbca2ad1ff6
--- main.js @@ -0,0 +1,22 @@ +// This file serves as a conditional entry point +// It determines whether to use the package entry point or the containers entry point + +// Dynamic determination of how the module is being used +const isRunningInExpo = + process.env.EXPO_PUBLIC_APP_VARIANT || + process.env.EXPO_APP_VAR...
feat(ui): update scripts
feat(ui): update scripts
e3038243fe1d7c268067d9312f7a566644bf7d20
--- core/src/manifest.ts @@ -75,6 +75,7 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => { require('@walmart/checkout-mini-app').CheckoutMiniApp, require('@walmart/mod-flex-mini-app').default, require('@walmart/shelfavailability-mini-app').default, + require('@walmart/glob...
feat: global-vpi foundations integration
feat: global-vpi foundations integration
5b5eb879770e6ab68532adf2f7136eeca30c5610
--- package.json @@ -72,9 +72,9 @@ "@react-navigation/drawer": "^7.1.2", "@react-navigation/elements": "^2.2.6", "@react-navigation/material-top-tabs": "^7.1.1", - "@react-navigation/native": "^7.1.14", - "@react-navigation/native-stack": "^7.4.2", - "@react-navigation/stack": "^7.4.2", + "@r...
fix(ui): fixed navigation animation and delay issues by version bump
fix(ui): fixed navigation animation and delay issues by version bump
348be5eeadd1e93855c5835b8658875ebd1bbf6d
--- package-lock.json @@ -60,7 +60,7 @@ "@walmart/financial-wellbeing-feature-app": "1.20.1", "@walmart/functional-components": "~4.0.3", "@walmart/gta-react-native-calendars": "0.1.0", - "@walmart/gtp-shared-components": "2.1.10", + "@walmart/gtp-shared-components": "2.1.3", ...
reverted back the gtp-shared-library version
reverted back the gtp-shared-library version
fd90a462ac7c81aecbd934c67904a7f711a0efac
--- src/components/widgets/celebration-system/context/CelebrationContext.tsx @@ -96,10 +96,10 @@ const celebrationReducer = ( celebrations: state.celebrations.map(celebration => celebration.id === action.payload.id ? { - ...celebration, - isLiked: action.pa...
chore(ui): update changes for celebration mini app
chore(ui): update changes for celebration mini app
7865b05ee1ae4dcbd6c2a7bf888f7e71ea224fbc
--- __tests__/auth/AuthenticatorViewTest.tsx @@ -33,6 +33,13 @@ jest.mock('../../src/auth/constants', () => ({ ALLSPARK_SIGN_IN: 'allspark_sign_in', })); +jest.mock('../../src/services/Logger', () => ({ + logger: { + error: jest.fn(), + info: jest.fn(), + }, +})); + jest.mock('../../src/auth/SectionCard'...
removing app config fetch
removing app config fetch
e1a71ba2201caed5d5ee838dedea95f611976d21
--- packages/allspark-foundation/src/Core/types.ts @@ -5,6 +5,14 @@ export type ParamListBase = { [x: string & {}]: object | undefined; }; +export type ComponentPropListBase = { + [x: string & {}]: any; +}; + +export type ComponentRecordListBase = { + [x: string & {}]: string; +}; + declare global { namespa...
fix: base global typings for component did not allow for typed and generic keys
fix: base global typings for component did not allow for typed and generic keys
567265a32092d3f1a557ca8216477768a21fcc8e
--- targets/US/package.json @@ -147,7 +147,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.84.9", "@walmart/store-feature-orders": "1.27.1", - "@walmart/taskit-mini-app": "4.25.6", + "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.419.0"...
chore: bump taskit version
chore: bump taskit version
493ea129a3512f9a74c6f1a823739c96a38b1d93
--- package.json @@ -135,7 +135,7 @@ "@walmart/pay-stub-miniapp": "0.24.15", "@walmart/payrollsolution_miniapp": "0.151.10", "@walmart/persona-hub": "0.3.3", - "@walmart/price-changes-mini-app": "1.14.4", + "@walmart/price-changes-mini-app": "1.14.5", "@walmart/profile-feature-app": "2.8.1-UPV...
feat(pc): hot fix changes defaulting end date to 7 days for 'competetive pricing' reason (#4731)
feat(pc): hot fix changes defaulting end date to 7 days for 'competetive pricing' reason (#4731)
38773c026491c17622143ece9a4dd35175401a7f
--- package.json @@ -87,7 +87,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.6.1-beta2", + "@walmart/facilities-management-miniapp": "0.5.36", "@walmart/feedback...
Update package.json
Update package.json
5ba5c67ff15c4ca83a097f388ba1b27ef9e0a541
--- package.json @@ -116,6 +116,7 @@ "expo-linking": "~6.3.1", "expo-local-authentication": "~14.0.1", "expo-splash-screen": "~0.27.7", + "expo-system-ui": "~3.0.7", "fs-extra": "^11.2.0", "husky": "^9.1.7", "inquirer": "^12.0.0", --- yarn.lock @@ -6703,6 +6703,7 @@ __metadata: e...
fix(ui): update tests
fix(ui): update tests
f886e0cb2715fae5f3f26806d6dd5289a7494f4a
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.2.4", + "version": "1.2.5", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts",
chore: manual bump of hub package
chore: manual bump of hub package
ea9a9ae4018ede8fb37e1d9037379a6bc1d60a53
--- package.json @@ -164,7 +164,7 @@ "@walmart/rn-mobile-sdk-pairing": "2.1.8", "@walmart/rn-receiving-mini-app": "2.8.25", "@walmart/roster-mini-app": "3.8.9", - "@walmart/schedule-mini-app": "4.0.0", + "@walmart/schedule-mini-app": "5.2.0", "@walmart/shelfavailability-mini-app": "1.7.2", ...
feat(foryou): Add schedule widget to ForYou layout (#5078)
feat(foryou): Add schedule widget to ForYou layout (#5078) Co-authored-by: Ryan Chin - r0c0i2z <Ryan.Chin@walmart.com> Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com>
a49a8e6908783f05c5ec17223f70be4453bd4f55
--- __tests__/startup/StartupSagaTest.ts @@ -7,7 +7,6 @@ import { spawn, fork, cancel, - race, } from 'redux-saga/effects'; import {createMockTask} from '@redux-saga/testing-utils'; import {navigate} from '@walmart/react-native-shared-navigation'; @@ -409,12 +408,11 @@ describe('loginFlow', () => { co...
Updating loging flow race to use take instead
Updating loging flow race to use take instead
cf7ee57c3962864e2e71f36ca243097a09a68e41
--- .looper.yml @@ -99,7 +99,7 @@ flows: canaryRelease: - call: preparePublish - - (name Publish Canary) HUSKY=0 npx lerna publish --canary preminor --preid beta --registry ${REPOSOLNS_NPM_REPO} --yes + - (name Publish Canary) HUSKY=0 npx lerna publish --canary --conventional-commits preminor --preid be...
fix(ci): trying conventional commits
fix(ci): trying conventional commits
a7c62f2218b80a7bfb0be0dfe75630448a1efe9a
--- packages/allspark-foundation/src/Navigation/config/types.ts @@ -4,6 +4,11 @@ export enum NavType { sideNav = 'SIDENAV', } +export enum MenuType { + submenu = 'SUBMENU', + separator = 'SEPARATOR', +} + export type BaseOptionConfig = { id: string; title: @@ -29,14 +34,18 @@ export type BottomNavOption ...
fix: nav config submenu typing was incorrect and did not account for all menu types
fix: nav config submenu typing was incorrect and did not account for all menu types
e7443211fa9fb516a8752d0ad4050e0731aa1780
--- packages/me-at-walmart-common/src/queries/getAssociateById.ts @@ -48,7 +48,6 @@ export type GetAssociateByIdQuery = { __typename: 'MeAtWalmartPreferences'; displayPreferences?: { __typename: 'DisplayPreferences'; - anniversary?: boolean | null; birthday?: boolean | n...
chore: revert query change until registration
chore: revert query change until registration
fe5db0484cec085dafca744f2e0777dfcfa52710
--- __mocks__/@walmart/me-at-walmart-common.js @@ -26,4 +26,5 @@ module.exports = { }, useSidekickAssistantFABFocusEffect: jest.fn(), useSidekickAssistantFABBottomOffset: jest.fn().mockReturnValue(88), + hasDeveloperMenuShown: jest.fn() }; --- __mocks__/reactotron-react-native.js @@ -0,0 +1,19 @@ +module.e...
fix: prod dev menu access fix (#5432)
fix: prod dev menu access fix (#5432) Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
c9ef1ca11dbae0cdb3b0d71b11b47b807c086387
--- packages/me-at-walmart-container/src/services/user/transforms.ts @@ -61,7 +61,7 @@ export const determineTeams = ( // Convert auth token data to our expected redux user format export const tokenDataToUser = (tokenData: TokenData) => { - const { upn, win, c } = tokenData; + const { upn, win } = tokenData; c...
fix: remove unsafe use of token data property c as country code
fix: remove unsafe use of token data property c as country code
dea0ac7e95c381e9a2984301f132d40639ddb688
--- __tests__/startup/StartupSagaTest.ts @@ -9,7 +9,13 @@ import { cancel, } from 'redux-saga/effects'; import {createMockTask} from '@redux-saga/testing-utils'; -import {User, AuthTypes, UserTypes, UserSelectors} from '@walmart/redux-store'; +import { + User, + AuthTypes, + UserTypes, + UserSelectors, + Auth...
Fixing sign in success redispatch format
Fixing sign in success redispatch format
9b31686157e1b383595ebf0780a423f3ebc619e4
--- package-lock.json @@ -4242,9 +4242,9 @@ "integrity": "sha512-DMXzHrlFBvd5qOHxju7irJ+4UkclgpwJVlEKzPqmL4oQPYXkjCydvbJR0O5FmZtDDyBrKxKtofD2vD4nyBeHPA==" }, "@walmart/inbox-mini-app": { - "version": "0.17.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox header integration
inbox header integration
2d49cdaeebb5b66aa73f8c9830da84a2008dc702
--- targets/US/package.json @@ -110,7 +110,7 @@ "@walmart/global-vpi-mini-app": "1.1.1", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.4", - "@walmart/ims-print-services-ui": "2.16.5", + "@walmart/ims-print-services-ui": "2.16.4", "@walmart/inbox-mini-a...
Revert Print UI version to 2.16.4
Revert Print UI version to 2.16.4
8b8dfffa07f94c16e8c3d90f85d1188c6cc92425
--- package.json @@ -163,7 +163,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/moment-walmart": "1.0.4", "@walmart/redux-store": "~6.3.28", - "@walmart/ui-components": "1.20.4", + "@walmart/ui-components": "1.21.1", "axios": "~1.6.0", "axios-cache-adapter": "patch:axios...
fix uicomp translation issue
fix uicomp translation issue
0d6cb793671a28b5f420570f6e4c5300dfd55cd4
--- docs/docs/components/hub framework/hub-intro.md @@ -97,7 +97,7 @@ With these steps in mind, you're ready to set up your first hub! Remember to con ```js import { TEAM_HUB_NAMESPACE } from '@walmart/me-at-walmart-common'; -import { TimeAndAttendanceWidget } from 'your-the-package-containing-your-widget'; +import...
resolved spelling mistakes
resolved spelling mistakes
63b29e7f8ad1f445f3202424311d8434d772f157
--- packages/allspark-authentication/src/Authentication.ts @@ -341,6 +341,8 @@ export class AllsparkAuthentication { this._runInfoEvent('SIGN_OUT_SUCCESS'); } } catch (e) { + await this._cachedResult.remove(); + this._cachedConfig.remove(); this._runErrorEvent('SIGN_OUT_ERROR', e a...
fix: adding additional removes inside catch
fix: adding additional removes inside catch
678f2475252f25258852bbc52460a772000bdc11
--- package-lock.json @@ -85,7 +85,7 @@ "@walmart/settings-mini-app": "1.19.1", "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.40.8", - "@walmart/texting-mini-app": "2.0.29", + "@walmart/texting-mini-app": "2.0.29.patch.1", "@walmart/tim...
texting mini app drop 13 hot fix version update
texting mini app drop 13 hot fix version update
6dbd775fcf199b667ce5845322d400c3cf0f09b0
--- packages/allspark-foundation-hub/src/HubFeature/Hooks/useGetAllTeamsOfStore.ts @@ -8,6 +8,8 @@ import { UserSelectors } from '@walmart/allspark-foundation/User'; import { SiteSelectors } from '@walmart/allspark-foundation/Site'; import { Images } from '../Images/images'; import { LoggerService } from '@walmart/a...
feat(ui): update headers context to include x-o-platform
feat(ui): update headers context to include x-o-platform
110823b98661b3513b173dec4d9d0866a18f9b24
--- targets/US/package.json @@ -87,7 +87,7 @@ "@walmart/ask-sam-mini-app": "1.25.1", "@walmart/associate-listening-mini-app": "1.2.7", "@walmart/attendance-mini-app": "3.96.0", - "@walmart/avp-feature-app": "0.10.12", + "@walmart/avp-feature-app": "0.10.19", "@walmart/avp-shared-library": "0.1...
bumped avp
bumped avp
535580cb7d442bbf9cb554f359ad6106f6fd61a3
--- src/images/assets/index.ts @@ -16,6 +16,7 @@ const Images: {[key: string]: ImageURISource} = { InvalidTime: require('./sso-clock-error.png'), ItemInfoIllustration: require('./item-info-illustration.png'), LandingIllustration: require('./landing-illustration.png'), + LearningIllustration: require('./learni...
add learning illustration
add learning illustration
9ee60b38714cec3f42309a7ece7ebdb1b6c43940
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/exception-mini-app": "0.43.1", "@walmart/facilities-management-miniapp": "0.3.26", "@walmart/feedback-all-spark-miniapp": "0.9.0", - "@walmart/financial-wellbeing-feature-app": "1.0.29", + "@walmart/financial-wellbeing-feature-ap...
package-lock.json file included
package-lock.json file included
9ba4f022ede974e0769e839e284961ff1bd273e4
--- .looper-pr.yml @@ -20,7 +20,7 @@ envs: APP_NAME: myteam-miniapp STAGES_TO_RUN: LINT: true - UNITTEST: false + UNITTEST: true BUILD: true SONAR_SCAN: true ARTIFACT_PUBLISH: true
feat(ui): update looper yml
feat(ui): update looper yml
26b3abe4e377f435849ab1e004bca3aaef6d4f4c
--- README.md @@ -295,3 +295,4 @@ With each React Native release, Expo will release a corresponding SDK. Follow th - Make sure you're on the correct versions (See Prerequisites) - Make sure you've built the project from the root folder. - Make sure you've run the `certifyBootedSim.sh` script. +
feat(item-info): Update iteminfoini app version for drop34
feat(item-info): Update iteminfoini app version for drop34
30ad17316555bf0cf09ad07e483b1cd020dd88e1
--- package.json @@ -87,7 +87,7 @@ "@walmart/core-widget-registry": "0.3.2", "@walmart/counts-component-miniapp": "0.0.39", "@walmart/exception-mini-app": "0.42.4", - "@walmart/facilities-management-miniapp": "0.2.6", + "@walmart/facilities-management-miniapp": "0.2.7", "@walmart/feedback-all-...
Update package.json
Update package.json
6139b0b40ade7e5b0bcee3338e7af4f686f206ce
--- graphql.yml @@ -6,7 +6,7 @@ notify: applications: - name: 'allspark-core' applicationKey: 'ALLSPARK_APP' - description: 'Core application for Me@Walmart' + description: 'Core application for Me@Walmart app' environments: - name: 'stg' persistedQueries:
Update graphql.yml
Update graphql.yml
db19ec937a290dd0f78cb5d36b33becc91532f10
--- targets/US/package.json @@ -90,7 +90,7 @@ "@walmart/avp-feature-app": "0.7.2", "@walmart/avp-shared-library": "0.7.3", "@walmart/backroom-mini-app": "1.2.6", - "@walmart/calling-mini-app": "0.3.5", + "@walmart/calling-mini-app": "0.5.6", "@walmart/checkout-mini-app": "3.22.0", "@walma...
calling-mini-app version upgrade
calling-mini-app version upgrade
97924b3d2add5b045d5947ee39f452b5bb4d1ec5
--- package-lock.json @@ -78,7 +78,7 @@ "@walmart/schedule-mini-app": "0.26.0", "@walmart/settings-mini-app": "1.10.0", "@walmart/shelfavailability-mini-app": "1.3.2", - "@walmart/taskit-mini-app": "0.34.5-beta.9", + "@walmart/taskit-mini-app": "0.47.0", "@walmart/time-...
Updated taskit mini app to RN70
Updated taskit mini app to RN70
ecb00170744802767408a56e63dc8ac040842879
--- packages/allspark-foundation/src/User/selectors.ts @@ -203,18 +203,29 @@ export const isTeamMember = (win?: string, teams?: Team[]) => { return teams.some((team) => team.members?.includes(strWIN)); }; -export const isTeamSupervisor = (win?: string, teams?: Team[]) => { - if (!teams || !win) { - return fal...
feat: add role selectors for new role types
feat: add role selectors for new role types
77b6391b2c09dc3cd2ea85d8ea50f1ca57bc8098
--- packages/allspark-foundation/package.json @@ -102,7 +102,6 @@ "graphql-tag": "*", "react": "^18.2.0", "react-native": "~0.73.7", - "react-native-apollo-devtools-client": "^1.0.4", "react-native-device-info": "~10.13.1", "react-native-drop-shadow": "^1.0.0", "react-native-gesture-han...
fix(dependencies): remove flipper specific peer dependencies
fix(dependencies): remove flipper specific peer dependencies
641e953b817559d919fef581969d7a5ad99058bb
--- src/screens/SearchScreen.tsx @@ -1,4 +1,4 @@ -import React, {useCallback, useEffect, useMemo} from 'react'; +import React, {useCallback, useEffect, useMemo, useState} from 'react'; import {StyleSheet, View} from 'react-native'; import {isNil} from 'lodash'; import {FlashList, ListRenderItem} from '@shopify/flash...
Update wmconnect version
Update wmconnect version
323426caea722a2c9f49c29321081e8a1b77a8e2
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 13 + versionCode 14 versionName "1.0.1" } sp...
Incrementing build number
Incrementing build number
440e6ab31e8ea75a0ee977eb72ebe3605ffbe474
--- packages/components-library/__mocks__/assets/light-bulb.js @@ -0,0 +1,3 @@ +module.exports = { + testUri: '../../../assets/light-bulb.png', +}; \ No newline at end of file --- packages/components-library/__mocks__/assets/sidekick-logo.js @@ -0,0 +1,3 @@ +module.exports = { + testUri: '../../../assets/sidekick-l...
test: mocking assets for tests
test: mocking assets for tests
1518560c8026a733af9b615c51518e388270c575
--- __tests__/updates/__snapshots__/UpdateCheckViewTest.tsx.snap @@ -39,7 +39,7 @@ exports[`UpdateVersionModal calls onDownloadPress with correct url 1`] = ` resizeMode="contain" source={ Object { - "testUri": "../../../src/images/assets/downloadBeta.png", + "testUri":...
merge from hotfix
merge from hotfix
190c1c753d340a7337e0f5bd4aeda318bc9d00df
--- packages/allspark-foundation-hub/src/SupplyChain/Modals/EditSavedTeamModal/EditSavedTeamSection.tsx @@ -6,7 +6,7 @@ import { } from '../../../Shared'; import { allTeamsListEnabled, teamSearchInputEnabled } from '../.././Redux'; import { useSelector } from 'react-redux'; -import { SectionList, View } from 'react-...
fix(bug): add No teams found image
fix(bug): add No teams found image
6ff9aab65bb4873665fb3ac32b2c6cd2949ebcd2
--- package-lock.json @@ -9195,29 +9195,6 @@ "wifi-store-locator": "^1.0.0-alpha2" } }, - "node_modules/@walmart/manager-approvals-miniapp": { - "version": "0.2.4", - "hasInstallScript": true, - "peerDependencies": { - "@react-navigation/native": "^6.0.0", - "@react-...
Removed extra blocks from package.json
Removed extra blocks from package.json
aac907f2264e26b764e813e53f7bfacf19b37004
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx @@ -90,9 +90,9 @@ const EditSavedTeams = ({ handleEdit }: { handleEdit: () => void }) => { ListHeaderComponent={() => ( <PillTeamListItem isSelected - teamId={Images['...
Adding team state to update team shift modal
Adding team state to update team shift modal
09e3cb74d8ef20506d47ea30a873033176f9c5b0
--- .yarn/patches/react-error-boundary-npm-6.0.0-fd31a206a6.patch @@ -0,0 +1,12 @@ +diff --git a/package.json b/package.json +index 86b5c1fdc42035f34c4d61758d4ab453f1d4c6b2..d6a96f7a73bf73d6bb8983e95e3267afe98c60cb 100644 +--- a/package.json ++++ b/package.json +@@ -2,6 +2,7 @@ + "name": "react-error-boundary", + "...
fix(core): disable export aliases (#5239)
fix(core): disable export aliases (#5239) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
4aa63cda9eb503f897ec56f093c5f786c775819b
--- __tests__/core/notificationInitTest.ts @@ -9,7 +9,7 @@ import { getToken, clearNotificationBadge, } from '../../src/core/notificationInit'; -import {USER_CHANGED_ACTIONS, getOriginalUserData} from '../../src/redux'; +import {USER_CHANGED_ACTIONS, getUser} from '../../src/redux'; import type {GlobalState, Us...
add selector for user; use impersonated user when init'ing sumo and store config (#324)
add selector for user; use impersonated user when init'ing sumo and store config (#324)
1a27fc69a9519572df91022b8ce498dcd16fbeee
--- package-lock.json @@ -52,7 +52,7 @@ "@walmart/emergency-mini-app": "1.25.1", "@walmart/exception-mini-app": "1.5.1", "@walmart/facilities-management-miniapp": "0.6.67", - "@walmart/feedback-all-spark-miniapp": "0.9.42", + "@walmart/feedback-all-spark-miniapp": "0.9.43", ...
feedback mini version bump
feedback mini version bump
6918e354c001ef8874b7b447b5e4dd64ea2f493f
--- package-lock.json @@ -171,7 +171,7 @@ "react-native-view-shot": "^3.4.0", "react-native-vision-camera": "3.7.1", "react-native-webview": "^11.23.1", - "react-native-wm-app-review": "0.5.1", + "react-native-wm-app-review": "0.5.2", "react-native-wm-config": "0.1.1", ...
app review version updated
app review version updated
d478711f553620febb9e9db872818d17f6d34ab0
--- targets/US/package.json @@ -150,7 +150,7 @@ "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.419.0", "@walmart/topstock-mini-app": "1.17.11", - "@walmart/translator-mini-app": "1.0.2", + "@walmart/translator-mini-app": "1.0.3", "@walmart/ui-components": "patch:@walm...
version bump
version bump
1a299c77c22a4cb93e286325ac4b1f324d1565eb
--- __tests__/services/configTest.ts @@ -30,7 +30,7 @@ describe('getGraphQLConfig', () => { headers: { 'wm_consumer.id': '7d935f1c-b438-4b89-9324-83a5380acf75', 'x-o-platform': 'roster-miniapp', - 'x-o-platform-version': '1.2.0', + 'x-o-platform-version': '1.2.3', }, }...
Fixing looper issue
Fixing looper issue
f55e663743fa23f60d95ff2b50298d16c04a7778
--- android/app/build.gradle @@ -131,7 +131,7 @@ android { } lintOptions { checkReleaseBuilds false - //NOTE:This is temporary to unblock builds. Remove this line before merge. + //NOTE:This needs to addressed probably from SSO side. Adding this for future ref. ...
Updated lint comment and added extract attribute in manifest
Updated lint comment and added extract attribute in manifest
c6d2978da91f4227bb0523699582ca36a4a880e7
--- packages/me-at-walmart-athena-queries/src/getForYouHeaderAssociateDetails.graphql @@ -1,4 +1,4 @@ -query GetForYouHeaderAssociateDetails( +query getForYouHeaderAssociateDetails( $userId: String!, $idType: idType = USERID, $startDate: String!, --- packages/me-at-walmart-athena-queries/src/getForYou...
fix(graphql): query name
fix(graphql): query name
c7425030f374855b28496a486d43455b66f0fd10
--- src/features/fabDemo/FABDemoScreen.tsx @@ -23,18 +23,18 @@ const demoOptions: DemoOption[] = [ screenName: 'fabDemo.insets', color: '#4ECDC4', }, - { - title: 'Scroll Hide Demo', - description: 'Demo using useSidekickAssistantFABScrollHandler with HIDE behavior', - screenName: 'fabDemo.scroll...
feat(ui): ALLSPARK-0000 Hide unused demo screens
feat(ui): ALLSPARK-0000 Hide unused demo screens
6216071db3919222a58de04dfb2689ac75a89e14
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/iteminfo-mini-app": "7.0.8", "@walmart/manager-approvals-miniapp": "0.2.1", "@walmart/me-field-mini-app": "1.1.45", - "@walmart/metrics-mini-app": "0.9.59", + "@walmart/metrics-mini-app": "0.9.60", "@walmart/mod-flex-min...
mertrics version bump
mertrics version bump
32d38f9584a54953aea3d7d14da6507c055a30bb
--- .npmrc @@ -1,7 +1,3 @@ -#registry=https://npme.walmart.com/ -#no_proxy=https://npme.walmart.com/ - -registry=http://localhost:4873 -no_proxy=http://localhost:4873 - +registry=https://npme.walmart.com/ +no_proxy=https://npme.walmart.com/ strict-ssl=false --- __tests__/core/RootContainerTest.tsx @@ -36,6 +36,14 @@...
working local state with correct dependencies
working local state with correct dependencies
43fa7a5ab7ea676b530b5458c61a1f82e2c4f934
--- ios/AllSpark/Info.plist @@ -17,7 +17,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0.4</string> + <string>1.0.5</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> --- ios/AllSparkTests/Info.plist @@ -15,...
version bump (#387)
version bump (#387) Co-authored-by: Hitesh Arora <>
6cb3a800205729e9849ad6cdc576c91c569b01b6
--- container/metro.config.js @@ -15,7 +15,7 @@ config.transformer = { babelTransformerPath: require.resolve('react-native-svg-transformer/expo'), }; -config.resolver = { +config.resolver = { ...resolver, nodeModulesPaths: [ path.resolve(projectRoot, 'node_modules'), --- container/scripts/fixSimulat...
feat: update lint fixes
feat: update lint fixes
f2ddf07155e024bf7ade3c355e67aadcc0fec28e
--- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx @@ -325,11 +325,9 @@ export class AllsparkFeatureModule< this._resourceMap.flows = flows; this._connectedMap.flows = true; - const { startup } = flows; - - if (startup) { - ActiveAllsparkContainer.addFlow('startup', ...
fix: feature flows did not account for types other than startup
fix: feature flows did not account for types other than startup
cdd86cb885906cae8bf33013a24a8e67d552439f
--- .looper.multibranch.yml @@ -127,7 +127,7 @@ envs: buildTeflon: true teamsReleaseTypeIcon: 'https://ih1.redbubble.net/image.1355946808.4705/flat,128x128,075,t.u1.jpg' teamsWebhookUrl: 'https://walmart.webhook.office.com/webhookb2/f0470775-130f-4a42-9531-d0511cf632aa@3cbcc3d3-094d-4006-9849-0d11d...
SMBLV-3123: AskSam ItemInfo Scrollview lag issue fixed
SMBLV-3123: AskSam ItemInfo Scrollview lag issue fixed
27fd38b6d2aede2cc9b845dae24bd42db0bd3764
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -217,6 +217,12 @@ Array [ <Screen name="paymentselection" /> + <Screen + name="paymentselection.PayMethodScreen" + /> + <Screen + name="paymentselection.OneAppScreen" + /> ...
add paymethod screen
add paymethod screen
daea517755c6749cb78021ebcea6d5a009a90f6c
--- package-lock.json @@ -4400,9 +4400,9 @@ } }, "@walmart/refrigeration-alarms-mini-app": { - "version": "1.33.0", - "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.33.0.tgz", - "integrity": "sha512-M0nMrRcT37QDt7E22TdmQY5Pm...
version bump for error handling
version bump for error handling