commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
6927918d503b8f7898e2f405615ad4df857a71a7
--- package-lock.json @@ -89,7 +89,7 @@ "@walmart/time-clock-mini-app": "2.111.3", "@walmart/topstock-mini-app": "1.0.13", "@walmart/ui-components": "1.15.1", - "@walmart/welcomeme-mini-app": "0.83.0-736-d783686", + "@walmart/welcomeme-mini-app": "0.84.0", "@walmart/wfm...
chore: welcomeme version bump
chore: welcomeme version bump
92cab72bd2d52c3f1f996ee88190ddfcb44db6d6
--- packages/allspark-redux-store/src/store/createStore.ts @@ -8,8 +8,6 @@ import type { ReducerMap, GlobalState } from '../types'; import type { CreateStoreOptions, SharedReduxStore } from './types'; import { createDynamicMiddleware } from './dynamicMiddleware'; -// type PartialBy<T, K extends keyof T> = Omit<T, K...
chore: remove comment
chore: remove comment
ff8d3f32cd6226e0a9eccd8d38cbcf9e47e2e3c8
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.27.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.26.2...v2.27.0) (2025-04-30) + + +### Features + +* SMDV-9999 update package ([7f3a5b4](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/7f3a5b4fabaef01fe2afd134e72114429bdf5a8e)) + ## [2.2...
chore(release): 2.27.0 [skip ci]
chore(release): 2.27.0 [skip ci] # [2.27.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.26.2...v2.27.0) (2025-04-30) ### Features * SMDV-9999 update package ([7f3a5b4](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/7f3a5b4fabaef01fe2afd134e72114429bdf5a8e))
d99e3112d9a93f37c07b34144d969682ae7326c1
--- src/utils/user.ts @@ -4,6 +4,7 @@ import {Associate} from '../types'; import {GetAssociateNameQuery} from '../queries/getAssociateName'; import {ClockStatusEnum} from './ClockStatusEnum'; import moment from 'moment'; +import {payTypes} from '../constants'; const OBFUSCATION_KEY = 'texting-mini-app'; const OB...
update the clock status for salaried associate
update the clock status for salaried associate
29fafccfbb9d5b7ab548919787c87e6f1b44dcb3
--- ios/Podfile.lock @@ -573,7 +573,7 @@ PODS: - React - react-native-pdf (6.2.1): - React - - react-native-ptt-module (1.1.38): + - react-native-ptt-module (1.1.39): - PTT (= 0.2.3) - React - react-native-safe-area-context (3.1.8): @@ -981,7 +981,7 @@ SPEC CHECKSUMS: react-native-logger:...
PTT version changes
PTT version changes
2eda4408629f724f6657c6530fa2425fa17ecef1
--- packages/allspark-foundation/__mocks__/i18next.js @@ -0,0 +1,12 @@ +module.exports = { + ...jest.requireActual('i18next'), + init: jest.fn(), + changeLanguage: jest.fn(), + addResources: jest.fn(), + setDefaultNamespace: jest.fn(), + cloneInstance: jest.fn(), + on: jest.fn(), + language: 'en...
mocking i18next in global env
mocking i18next in global env
0f71c8366dec61375e1e8088961e6d85febb057a
--- packages/allspark-foundation/__tests__/Translation/client.test.tsx @@ -41,7 +41,7 @@ describe('TranslationClient', () => { it('should initialize the translation client with default options', async () => { const resourceData = { resources: { 'en-US': { container: { key: 'value' } } } }; await translatio...
build fails fix translation
build fails fix translation
b4ba62af128806000c566e9449721880e9b98894
--- packages/allspark-foundation/src/Components/DynamicComponents.tsx @@ -1,4 +1,4 @@ -import React, { FC, useMemo } from 'react'; +import React, { FC } from 'react'; import { StyleProp, View, ViewStyle } from 'react-native'; import { DynamicQueue, @@ -55,13 +55,12 @@ export type ListProps = { export class Dynami...
refactor: change dynamic component to internally use one change event rather than specific list and record events
refactor: change dynamic component to internally use one change event rather than specific list and record events
e174c86be22d668fdb1fcc563df139a5207d44cc
--- package.json @@ -88,9 +88,9 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-native-sumo-sdk": "2.8.0", - "@walmart/roster-mini-app": "3.7.0", + "@walmart/roster-mini-app": "3.8.0", "@walmart/ui-components": "1.15.1", - "@walmar...
feat(ui): updated versions
feat(ui): updated versions
2e9e9f6ff4b6e28c7ec384d89921933677a1f8f9
--- src/hooks/roster.ts @@ -137,27 +137,6 @@ const checkDeleteMessagePermissions = ( return isSalariedOrTeamLead; } }; - -// const checkDeleteTotalStoreMessagePermissions = ( -// permissions: Permissions[], -// RMATotalStorePermissionsPath: string, -// isUserSalaried: boolean, -// RMADeletePermission: ...
Removing comments
Removing comments
242e1327d7b495dc079ca0546d58d2d6bc16c97e
--- packages/allspark-foundation/__tests__/Components/AllsparkBanner.test.tsx @@ -0,0 +1,22 @@ +import React from 'react'; +import { render, screen } from '@testing-library/react-native'; +import { AllsparkBanner } from '../../src/Components/Banners/AllsparkBanner'; +import { BannerConfig } from '../../src/Components/B...
component test
component test
550e092b3d8503e35a9ac746599c2e7c5ed1e22f
--- src/containers/UserHeader.tsx @@ -38,7 +38,7 @@ export const UserHeader = () => { return ( <ListItem UNSAFE_style={styles.item} - title={name} + title={name as string} leading={<Avatar userId={userId} style={styles.avatar} viewer={true} />} trailing={ <Switch isOn={pr...
fix tsc errors
fix tsc errors
a37f777ad4e59a5677ffcc604df191950fc17240
--- .looper-native-common.yml @@ -4,6 +4,7 @@ envs: global: variables: RCT_NO_LAUNCH_PACKAGER: true + PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true KEYCHAIN_PW: "%{credentials.secret('ios-sign-keychain-pw')}" XCODE_CONFIG: 'Release' PROVISIONING_PROFILE: ./BuildSupport/Allspark_MeAtWM_...
some more changes
some more changes
04b947b786f8a2b8b7b6e167e8a75255a689ac33
--- package-lock.json @@ -4498,9 +4498,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.12.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.12.0.tgz", - "integrity": "sha512-BI7A4mCNVMdT64o0jZmzMdWyWDaxpfCZlPqFebbbkcxf9p2Qebh4gByzkQmN2Eyj349...
upgrading taskit version
upgrading taskit version
ad12d58e147b51e1d8c8f435deff8b343a893e23
--- targets/US/package.json @@ -105,7 +105,7 @@ "@walmart/feedback-all-spark-miniapp": "0.9.71", "@walmart/financial-wellbeing-feature-app": "1.26.0", "@walmart/functional-components": "~6.3.28", - "@walmart/global-vpi-mini-app": "1.0.77", + "@walmart/global-vpi-mini-app": "1.1.1", "@walmart/g...
feat: upgrade version global vpi
feat: upgrade version global vpi
c3476cf42500b3a1f6a51cb9a6f86f7dc2d7a46c
--- __tests__/components/ChatWidgetComponent.a11y.test.tsx @@ -1,15 +1,3 @@ -/** - * Accessibility Tests for ChatWidget Component (Messages Button) - * - * JIRA: SMDV-7774 - * WCAG Checkpoint: 4.1.2 Name, Role, Value (Level A) - * - * Tests verify that the Messages button in the roster screen header: - * 1. Has proper ...
feat(ada): ada updates
feat(ada): ada updates
8165917551edd20702bf9bcc92882072e57de64c
--- targets/US/package.json @@ -86,7 +86,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.28.21", "@walmart/associate-listening-mini-app": "1.2.10", - "@walmart/attendance-mini-app": "3.96.2", + "@walmart/attendance-mini-app": "3.142.0", "@walmart/avp-feature-...
Update attendance mini app version.
Update attendance mini app version.
aed2be982bf57438b532e347846fe32c7c708179
--- packages/allspark-foundation/src/Container/AllsparkContainer.tsx @@ -125,7 +125,7 @@ export class AllsparkContainer< */ constructor(id: string, config: AllsparkContainerConfig<E, T>) { if (!id || id.length < 1) { - throw new Error('AllsparkContainer Intilization Error: id is required'); + thro...
fix: optimized code for initialize and fix typos
fix: optimized code for initialize and fix typos
f51c8b6516cccf69012b23474a6e4b84f1d2177c
--- __tests__/__mocks__/@walmart/time-clock-mini-app.js @@ -5,4 +5,5 @@ module.exports = { TorReviewScreen: 'TorReviewScreen', TorSubmissionScreen: 'TorSubmissionScreen', ClockAppSelectors: 'ClockAppSelectors', + AttendanceModalScreen: 'AttendanceModalScreen', }; --- __tests__/navigation/AssociateHallwayNa...
fix: timeclock screen import fix
fix: timeclock screen import fix
f43b19fad7716fb7169be06c450a4efbf90d565a
--- src/constants.ts @@ -1,5 +1,5 @@ export const ROOT_CONTAINER_SCREEN_NAME = 'myTeam'; -export const ROOT_CONTAINER_SCREEN_NAME_MAN_EXP = 'myTeam.rosterDetail'; +export const ROOT_CONTAINER_SCREEN_NAME_MAN_EXP = 'myTeam.allTeams'; export const APP_CONTAINER_SCREEN_NAME = 'myTeam.root'; export const LOCAL_STORAGE_K...
Update roster mini app with right import for hub
Update roster mini app with right import for hub
5e3389d52d840ca36f80af55c2b075d5c36b106d
--- package-lock.json @@ -4253,9 +4253,9 @@ "integrity": "sha512-0M7ySb3F2lKlIfwBosm+Slx3kJvdoEHm5haaZ05WKCJ1hctu0F0CzTGDSbZciXWX92HJBmxvsvr8yi2H435R8g==" }, "@walmart/ims-print-services-ui": { - "version": "0.1.13", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
Item Info fixing the bcl logic for a few items
Item Info fixing the bcl logic for a few items
e1cac33e79b2aadf88be9b7b4d2850ced18ff711
--- android/app/src/main/AndroidManifest.xml @@ -8,7 +8,6 @@ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.RECORD_AUDIO"/> <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> - <uses-permission andro...
Revert manifest changes
Revert manifest changes
f884b1d6c79387ba9913b10e9bc03909e6007a17
--- __tests__/home/components/GreetingRowV2/BaseImageV2Test.tsx @@ -1,6 +1,11 @@ import React from 'react'; import {render} from '@testing-library/react-native'; -import {BaseImageV2} from '../../../../src/home/components/GreetingRowV2/BaseImageV2'; +import { + BaseImageV2, + renderBirthdayImage, + renderPharmacyO...
feat(header): address comments
feat(header): address comments
0b76c62926b25881be62e345b1e2249955d0361b
--- src/settings/index.tsx @@ -42,9 +42,7 @@ export const SettingsFeature = new AllsparkFeatureModule(settingsSlice.name, { }, }, translations: { - // @ts-ignore - typed for only two levels deep 'en-US': enUS, - // @ts-ignore - typed for only two levels deep 'es-MX': esMX, }, });
chore: remove comments
chore: remove comments
774704cf92fc453611c71aa847ee277e784819ee
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/compass-sdk-rn": "3.16.17", "@walmart/config-components": "4.1.0-rc.4", "@walmart/core-services": "~2.0.19", - "@walmart/core-services-allspark": "~2.10.16", + "@walmart/core-services-allspark": "~2.10.19", "@walmart/cor...
⬆️ Bump Learning mini app and core-services-allspark
⬆️ Bump Learning mini app and core-services-allspark
626fa3f18bf64e27ac6cd9166b952e8a21bf6e50
--- __tests__/home/components/TaskCard/__snapshots__/TaskClockStatusTeamCard2Test.tsx.snap @@ -143,7 +143,7 @@ exports[`TaskClockStatusTeamCard2 handles loading while data is present 1`] = ` } } > - teams.teamName.taskFoodConsumables + teams.teamName.defaultTeamName </Tex...
bug: fixed retry callback on error component and fixed english translations for team names
bug: fixed retry callback on error component and fixed english translations for team names
b70c2a7bf124e650e9a1844aaac655eaef6a2134
--- __tests__/components/WarningBanner.test.tsx @@ -18,7 +18,7 @@ jest.mock('react-redux', () => ({ jest.mock('@walmart/gtp-shared-components-3', () => { const React = require('react'); const {View, TouchableOpacity, Text} = require('react-native'); - + return { Banner: ({children, testID, onClose}: an...
feat(ui): update lint fix
feat(ui): update lint fix
7547c702a86cd8d655f500bd7a349f2631ece124
--- graphql.yml @@ -1,6 +1,9 @@ schemaVersion: '1.0.0' enableGating: true teamRostersProductId: 1824 +notify: + slack: + channelName: 'smdv-miniapp' applications: - name: 'ROSTER-MINIAPP' applicationKey: 'ROSTER-MINIAPP'
feat(ui): slack notif
feat(ui): slack notif
c8f4f416171d0c3bfb4ba5c3e62bd7ee1b94cae6
--- package.json @@ -121,7 +121,7 @@ "@walmart/schedule-mini-app": "0.33.0", "@walmart/settings-mini-app": "1.12.0", "@walmart/shelfavailability-mini-app": "1.5.11", - "@walmart/taskit-mini-app": "0.49.12", + "@walmart/taskit-mini-app": "0.49.12", "@walmart/time-clock-mini-app": "2.25.0", ...
format package.json
format package.json
af52caefbffff7190e502ffad02604b8a335d76b
--- example/src/feature1/components.tsx @@ -46,13 +46,7 @@ declare global { } export const Feature1Components = { - containers: { - 'feature1.container': Feature1ComponentContainer, - }, - dynamic: { - 'feature1.dynamic': Feature1DynamicComponent, - }, - shared: { - 'feature1.shared': Feature1SharedCo...
refactor: change feature module components implementation for shared and container registration only
refactor: change feature module components implementation for shared and container registration only
d3746bda581e4591194a6e2470d130bb123216ce
--- package-lock.json @@ -44,7 +44,7 @@ "@walmart/attendance-mini-app": "1.62.13", "@walmart/compass-sdk-rn": "5.18.15", "@walmart/config-components": "4.2.16", - "@walmart/copilot-mini-app": "3.42.3", + "@walmart/copilot-mini-app": "^3.46.0", "@walmart/core-services": ...
feat(Drop18): bump copilot-mini-app 3.46.0
feat(Drop18): bump copilot-mini-app 3.46.0
602ef8d44c1c174942a43637999a25459d4a17fb
--- package-lock.json @@ -3088,9 +3088,9 @@ "integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil4+snxw6yrC9Iw49jIvUFqjGjfkkFbXPeSqOcCVzw==" }, "@walmart/inbox-mini-app": { - "version": "0.0.93", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
Fix SSMP-1090
Fix SSMP-1090
aa4c7aa08ea0eadf0fa2ae9c0ff5203897039c90
--- .looper.multibranch.yml @@ -254,11 +254,13 @@ rules: flows: default: - - excludeTools(android, maven, jdk) + - excludeTools(): + - tools(maven = 3.5.4, jdk=8) - echo "default flow not required" pr: - - excludeTools(android, maven, jdk) + - excludeTools(): + - tools(maven = 3.5....
Update .looper.multibranch.yml
Update .looper.multibranch.yml
471b3d5cd778ac31d9a8690a0549478bb1902d2c
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap @@ -39,25 +39,6 @@ exports[`HomeStackNav matches snapshot 1`] = ` } } /> - <Screen - component={ - Object { - "AttendanceModalScreen": "AttendanceModalScreen", - "ClockAppSelectors": "ClockApp...
Update snapshots
Update snapshots
df473a742f3c793dbe4e09bf2586f989de94c405
--- .github/pull_request_template.md @@ -9,9 +9,9 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag <br/> | Yes | No | -| -------- | +| :--- | :--- | +| [ ] | [ ] | | [ ] | [ ] | -| -------- | ## Please describe the changes, problems and solutions this PR is addressing: <br/>
twicking changes
twicking changes
f64885d77a27a26571a93cff973ce48ded5ea1ff
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/PillTeamListItem/style.ts @@ -6,8 +6,7 @@ export const teamListItemStyles = (isSelected: boolean, isSubItem?: boolean) => container: { display: 'flex', padding: 8, - marginLeft: 16, - marginRight: 16, + marginTop: 4,...
Updating PillTeamListItem styles
Updating PillTeamListItem styles
e9c1b086bbe1864c91cf3d6a18019002be4f8a18
--- src/components/TeamList.tsx @@ -43,6 +43,7 @@ import { } from '../utils/teams'; import {isNil} from 'lodash'; import {RosterActionButton} from './Roster/types'; +import {analytics} from '../logger/Analytics'; const styles = StyleSheet.create({ listItem: { @@ -189,6 +190,12 @@ const TeamItem = (props: { ...
adding viewteam press event
adding viewteam press event
2b04679b25e54617d1954ad8ac5815a814c9a793
--- package-lock.json @@ -79,7 +79,7 @@ "@walmart/returns-mini-app": "0.6.0", "@walmart/schedule-mini-app": "0.29.0", "@walmart/settings-mini-app": "1.11.0", - "@walmart/shelfavailability-mini-app": "1.4.0", + "@walmart/shelfavailability-mini-app": "1.5.2", "@walmart/ta...
SA-312 SA-319 fixed bugs where scanning was occurring when it shouldn't have
SA-312 SA-319 fixed bugs where scanning was occurring when it shouldn't have
c7affc15c88a3bbae9ae7f90b25d203c39c410f4
--- packages/allspark-foundation/src/Translation/client.ts @@ -4,6 +4,7 @@ import { UseTranslationOptions, useTranslation as baseUseTranslation, } from 'react-i18next'; +import { NativeModules, Platform } from 'react-native'; /** * Default configuration for the translation client @@ -123,6 +124,49 @@ export...
feat: add select and device language methods to the translation client
feat: add select and device language methods to the translation client
f772cf38bbbe7822acd754601e3b9b8ee7326f18
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.15](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/cor...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.10.15
426a1ae35358d6fb6bcb232cd2f57b5585ffb6da
--- packages/me-at-walmart-common/src/index.ts @@ -8,3 +8,5 @@ export * from './utils'; export * from './allspark-extension.types'; export const ME_AT_WALMART = 'Me@Walmart' as const; + +export const IMAGE_BASE_URL = 'https://i5-me.walmartimages.com/images/';
feat: add cdn image base url
feat: add cdn image base url
23764fe339a46499fe6a537b4b31c7007f7d39fd
--- package-lock.json @@ -3217,9 +3217,9 @@ "integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw==" }, "@walmart/time-clock-mini-app": { - "version": "0.3.2", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo...
Fixed crash GTA-87905
Fixed crash GTA-87905
fbbb223fa6098344225afb5891b366a6ff9b45d9
--- package-lock.json @@ -36,7 +36,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "0.2.13", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.3.51", + "@walmart/ask-sam-mini-app": "1.3.52", "@walmart/attendance-mini-...
Ask Sam Version update
Ask Sam Version update
2876a127f452ca2377ef1aa291f5a942cc055ccd
--- .looper.yml @@ -87,11 +87,11 @@ flows: - (name Publish from Package) HUSKY=0 npx lerna publish from-package --yes publishPrerelease: - - call: preparePackages + - call: preparePublish - (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish --yes --conventional-prerelease publish...
chore: fix incorrect looper flow reference
chore: fix incorrect looper flow reference
c054aba5a0b82bdf6f8f208587a38d6e7e3021af
--- __tests__/__mocks__/@walmart/money-auth-shared-components.js @@ -0,0 +1,4 @@ +module.exports = { + __esModule: true, + AuthScreen: 'AuthScreen', +}; --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -116,6 +116,14 @@ exports[`AssociateHallwayNav matches snapshot; handles mo...
update test case
update test case
8eadf406cb0c244f6498b94f25563a4da0195834
--- __tests__/harness/redux/mockState/mockUsers/hourlyUser.ts @@ -2,40 +2,33 @@ import {Team, User} from '@walmart/redux-store'; export const teamState: Team[] = [ { - members: [ - '999991712', - '999996723', - '999995423', - '999992253', - '999991280', - '999992316', - ], + ...
more data obfuscation
more data obfuscation
c73d7241f7f6c7ff029e95266d4540763437841e
--- src/screens/SearchScreen.tsx @@ -21,7 +21,6 @@ import {AssociateListItem} from '../components/Roster/AssociateListItem'; import namecase from 'namecase'; import {useDispatch, useSelector} from 'react-redux'; import {rosterSlice} from '../redux/reducer'; -import {getEncryptedUserId} from '../redux/selectors'; im...
Integrate message button
Integrate message button
0237b0f07fa0a52879e4141763e103331d18b1e1
--- package.json @@ -148,7 +148,7 @@ "@walmart/time-clock-mini-app": "2.353.0", "@walmart/topstock-mini-app": "patch:@walmart/topstock-mini-app@npm%3A1.9.7#~/.yarn/patches/@walmart-topstock-mini-app-npm-1.9.7-e6400c510e.patch", "@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.15.11#~/.yarn...
feat: bumping WelcomeMe to version 0.93.0 for drop 22
feat: bumping WelcomeMe to version 0.93.0 for drop 22
9b89c48f00ffc77567519cf886f17121c5696ca8
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.24.0", + "version": "2.25.0", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update the roster mini app version
Update the roster mini app version
a74109364604c1bd54223e391538f98d804cc1dd
--- package-lock.json @@ -108,7 +108,7 @@ "@walmart/time-clock-mini-app": "2.338.1", "@walmart/topstock-mini-app": "1.8.5", "@walmart/ui-components": "1.15.11", - "@walmart/welcomeme-mini-app": "0.89.0", + "@walmart/welcomeme-mini-app": "0.90.3", "@walmart/wfm-ui": "0.8...
feat: bumping welcomeme package version for drop 21
feat: bumping welcomeme package version for drop 21
b9686bdcb53ecc575dab7016cc32baeb277c53f8
--- package.json @@ -76,7 +76,7 @@ "@types/react-test-renderer": "^18.0.7", "@walmart/allspark-authentication": "6.4.1", "@walmart/allspark-foundation": "^6.32.0", - "@walmart/allspark-foundation-hub": "1.10.0-beta.4778+f34e932b", + "@walmart/allspark-foundation-hub": "1.10.0-beta.4782+cf857485", ...
feat(ui): update salaried roster widget
feat(ui): update salaried roster widget
4eb1fc8f8065b9cba7b8b15be1a0d014fb4d1451
--- package.json @@ -145,7 +145,7 @@ "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.7", "@walmart/taskit-mini-app": "2.81.15", - "@walmart/time-clock-mini-app": "2.377.0", + "@walmart/time-clock-mini-app": "2.380.0", "@walmart/topstock-mini-app": "patch...
Update TCMA to 2.380.0
Update TCMA to 2.380.0
a9f8721a5b41aa026e86ad7234b8d8bc573c33d2
--- graphql.yml @@ -39,8 +39,34 @@ applications: - 'v1' - name: 'GetAssociateName' queryTemplate: 'src/queries/getAssociateName.graphql' + tags: + - 'v3' + - name: 'GetDailyRoster' + queryTemplate: 'src/queries/getDailyRoster.graphql' + ...
Update version
Update version
f6314b767eed3aca0092c8a0e094a15c288a4416
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/gta-react-native-calendars": "0.1.0", "@walmart/gtp-shared-components": "2.1.3", "@walmart/impersonation-mini-app": "1.20.6", - "@walmart/ims-print-services-ui": "2.7.4", + "@walmart/ims-print-services-ui": "2.7.3", "@wa...
Downgrade print UI to 2.7.3 due to P1 bug
Downgrade print UI to 2.7.3 due to P1 bug
a33ea6bb97569be55ab19046e70a173120884780
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.35.1", + "version": "1.35.0", "main": "index.js", "private": true, "workspaces": [
chore: temporarily bumping down the version
chore: temporarily bumping down the version
353fd96eeb420128558e5de4ffd869392cdf327e
--- .looper-pr.yml @@ -12,11 +12,6 @@ flows: - (name Yarn Version) yarn --version - (name Yarn Install) yarn install - commit-convention-checker: - - echo 'conventional commit disabled' - semantic-dry-run: - - echo 'semantic dryrun disabled' - envs: global: variables:
feat(ui): update looper #SMDV-7738
feat(ui): update looper #SMDV-7738
be549a2362f2b10ca3d9e00e3239227d3ddce877
--- lerna.json @@ -5,7 +5,7 @@ "command": { "publish": { "conventionalCommits": true, - "conventionalPrerelease": true, + "conventionalPrerelease": false, "message": "chore(publish): publish package", "registry": "https://npme.walmart.com" }, @@ -13,7 +13,7 @@ "message...
chore: disabling lerna prerelease
chore: disabling lerna prerelease
09e50b041bd01c64ef0d9927b3f4ce2600797424
--- __tests__/whatsNew/WhatsNewItemTest.tsx @@ -15,6 +15,7 @@ const logger = LoggerService.getContainerInstance(); const baseProps = { image: 'https://i5-me.walmartimages.com', + placeholder: 'KEHpGG0,035Ex@~S02?E~Q', title: 'My Team', text: 'This is what we added for my team!', }; --- __tests__/whatsNe...
update whatsnew placeholder
update whatsnew placeholder
9f3a8ae027d64c614f5c80848f96aab539437048
--- packages/allspark-foundation/src/HTTP/HttpClientFactory.tsx @@ -124,6 +124,14 @@ export class HttpClientFactory { this.forEach((client) => client.addInterceptor(interceptor)); }; + /** + * Configures all feature clients with the provided settings. + * @param config Configuration settings to apply to ...
fix(http): interceptors added at the module level by the container were not applied to feature clients created early
fix(http): interceptors added at the module level by the container were not applied to feature clients created early
875bf5b96f3ca02e53137bf0bb8f9de31ab28243
--- packages/allspark-foundation/src/Redux/reducer.ts @@ -1,35 +1,4 @@ -import { - EnvironmentState, - IEnvironmentAction, - environmentSlice, -} from '../Environment/redux'; -import { - ContainerState, - IContainerAction, - containerSlice, -} from '../Container/redux'; -import { ConfigState, IConfigAction, confi...
fix(redux): remove reducers migrated to module pattern from root reducer
fix(redux): remove reducers migrated to module pattern from root reducer
ef3318c3c3d463de7041b098d1650cef8fac58f6
--- src/managerExperience/components/FilterChip/styles.ts @@ -2,21 +2,24 @@ import {StyleSheet, ViewStyle} from 'react-native'; import {colors} from '@walmart/gtp-shared-components'; const chipContainerShared: ViewStyle = { - borderWidth: 0, + borderWidth: 2, borderRadius: 1000, justifyContent: 'center', ...
fix: fixed border enlarge issue
fix: fixed border enlarge issue
077642417e5fdae844b48627a2a0dc5c2d3c5d4d
--- package.json @@ -95,7 +95,7 @@ "@walmart/functional-components": "2.0.6", "@walmart/gta-react-native-calendars": "0.0.15", "@walmart/gtp-shared-components": "^2.0.0", - "@walmart/impersonation-mini-app": "1.9.0", + "@walmart/impersonation-mini-app": "1.10.0", "@walmart/ims-print-services-u...
Bupmed @walmart/impersonation-mini-app to 1.10.0
Bupmed @walmart/impersonation-mini-app to 1.10.0 Bupmed @walmart/impersonation-mini-app to 1.10.0
78798802d2bc0b3140fbaeca2dd7b6f4bc4582c3
--- package-lock.json @@ -3406,9 +3406,9 @@ } }, "@walmart/manager-approvals-miniapp": { - "version": "0.0.49", - "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.49.tgz", - "integrity": "sha512-gIYsNFhVWVo9VUTC+SePfXI5y8ERj0Z/mR7Q2...
version bump
version bump
1048c27a3ddbeb5d3096adbb6fdcfeac9b0e2b4b
--- package.json @@ -45,7 +45,7 @@ "@walmart/allspark-home-mini-app": "0.1.4", "@walmart/allspark-me-mini-app": "0.0.11", "@walmart/ask-sam-mini-app": "0.6.25", - "@walmart/config-components": "1.0.7", + "@walmart/config-components": "1.0.8", "@walmart/feedback-all-spark-miniapp": "0.0.29", ...
ssmp version bump (#175)
ssmp version bump (#175) * ssmp version bump Setting and inbox * version bump
390b4b0e75b6ccad2a94b97f7d86bbd8de4f7241
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/SearchInput.tsx @@ -6,26 +6,27 @@ import { TeamSearchInputLoading } from './TeamSearchInputLoading'; import { TeamSearchInputProps } from './types'; export const TeamSearchInput = ({ - leftIcon, - rightIcon, + LeftIcon, + RightIco...
Adding icon conditional rendering logic
Adding icon conditional rendering logic
6ecbbe6c96f5a1e8d9944366ebd9cfb456081403
--- package-lock.json @@ -4208,9 +4208,9 @@ "integrity": "sha512-7OL7IwfRrGvMB+o6z7pULrc+p+uPmitHutcrN68NZVROrRCvM9BXw01gxaTxCJ19vGWhg2jSP7j8JOaQzWUF3g==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.1.18", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
Bump up feedback miniapp version
Bump up feedback miniapp version
d2a2474c68ebeef435ae427a66f3c08c6d77bd5e
--- packages/allspark-foundation/__tests__/Navigation/provider.test.tsx @@ -20,10 +20,9 @@ jest.mock('react-native-modalfy', () => ({ })); describe('AllsparkNavigationProvider', () => { it('should resolve config and render children correctly', async () => { - const mockConfig = { key: 'value' }; // Mock confi...
code cleanup
code cleanup
06d2d4dc41119ae50ef42e6f1983777b43fa0f14
--- packages/allspark-foundation-hub/__tests__/FeatureRunner/components/__snapshots__/FeatureSection.test.tsx.snap @@ -2,9 +2,30 @@ exports[`FeatureSection should render snapshot 1`] = ` <View> - <Heading> - Feature: - </Heading> + <View + style={ + [ + { + "flexDirection": "row", + ...
feat(ui): updated snapshots
feat(ui): updated snapshots
185ea3873c744b0a065820583635d9323ccc73f7
--- src/navigation/components.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, {ReactNode} from 'react'; import {StyleSheet, View} from 'react-native'; import {MaterialTopTabBarProps} from '@react-navigation/material-top-tabs'; import {TabNavigationItem} from '@walmart/gtp-shared-components'; @@ -48,8 ...
unblocking tsc
unblocking tsc
8ea3667847190da17caaa862e2f6de0e131456b3
--- package-lock.json @@ -4287,9 +4287,9 @@ "integrity": "sha512-7IEyBIuL87sBJj2YD1suMfIM0g/ifdZZ1B6IVWxOAkWRhTZXyrskZf9kySQ4/nAI8mspHkXXVmEsboRAJSZ8OA==" }, "@walmart/iteminfo-mini-app": { - "version": "4.1.6", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min...
item info additional log to identify items with no sf locations
item info additional log to identify items with no sf locations
14d7fb0b4da5c0505618d0f313eaaa0e2823f4cd
--- src/impersonation/ImpersonationScreen.tsx @@ -4,7 +4,6 @@ import {useDispatch, useSelector} from 'react-redux'; import {Switch} from '@walmart/gtp-shared-components'; import { - UserSelectors, ImpersonationForm, User, ImpersonationUser, @@ -39,7 +38,6 @@ export const ImpersonationScreen = ( const d...
fix: impersonation geo validation toggle disabled when impersonated
fix: impersonation geo validation toggle disabled when impersonated
d1f1a2e50edadcc5a540b5ffaff77bfae2eb57b5
--- targets/US/package.json @@ -101,7 +101,7 @@ "@walmart/core-widget-registry": "workspace:^", "@walmart/counts-component-miniapp": "0.1.11", "@walmart/emergency-mini-app": "1.27.7", - "@walmart/exception-mini-app": "1.8.4", + "@walmart/exception-mini-app": "1.8.11", "@walmart/facilities-mana...
Exception-mini-app-1.8.11
Exception-mini-app-1.8.11
efbf46bdfd4f8bad9ef48ea88cbff612132ac42c
--- package-lock.json @@ -73,7 +73,7 @@ "@walmart/money-auth-shared-components": "0.1.4", "@walmart/onewalmart-miniapp": "1.0.16", "@walmart/pay-stub-miniapp": "0.15.2", - "@walmart/payrollsolution_miniapp": "0.138.2", + "@walmart/payrollsolution_miniapp": "0.138.3", "@...
bump version
bump version
e333a2c89f7ef89a694361baf19701eb80b84e55
--- .looper.yml @@ -1,6 +1,6 @@ tools: nodejs: - - 20.5.1 + - 23.6.0 sonarscanner: 5.0.1.3006 updateTaskStatusOnGit: true
chore: update looper node version
chore: update looper node version
998f3c5440e2eaa1b835009bca9de8e9700f2b78
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.26.0", + "version": "1.26.1", "private": true, "workspaces": [ "core", --- targets/US/android/app/build.gradle @@ -106,8 +106,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVe...
chore: version bump to 1.26.1
chore: version bump to 1.26.1
6b923d7181e4c7fae01610436ae07d5a41017a35
--- __mocks__/react-native/Libraries/LogBox/LogBox.js @@ -0,0 +1,6 @@ +module.exports = { + __esModule: true, + default: { + ignoreLogs: jest.fn(), + }, +}; --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -6,6 +6,7 @@ exports[`AssociateHallwayNav matches snapsho...
chore(ada): ALLSPARK-6062 add header back label with translation (#4221)
chore(ada): ALLSPARK-6062 add header back label with translation (#4221) * chore(ada): ALLSPARK-6062 add header back label with translation * chore(test): ALLSPARK-6062 manual mock for LogBox
0e0664ea67aeaa06a4c25225d36ce0a564d897c8
--- .yarn/patches/react-native-npm-0.73.7-7f2047866d.patch @@ -0,0 +1,13 @@ +diff --git a/third-party-podspecs/boost.podspec b/third-party-podspecs/boost.podspec +index 8e924afd367f1b53031daf164bd78cce7908f56e..7089b210a843242c7b3868149bc821be5b42f758 100644 +--- a/third-party-podspecs/boost.podspec ++++ b/third-party-...
test boost update
test boost update
c8b04dcc6a94533d796c10fd21f725a5e1239aff
--- .looper.yml @@ -25,4 +25,3 @@ flows: - yarn install - yarn run lint - yarn run coverage -
test(ui): dummy commit
test(ui): dummy commit
b1b49cbee82424ab738061a59d0d45209ea4d80c
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/__snapshots__/ShiftFilter.test.tsx.snap @@ -0,0 +1,106 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`ShiftFilter Test 1: Renders ShiftFiltwwwer component with required elements correctly 1`] = ` +<View + accessibilityState={ + { + ...
Adding snap
Adding snap
fd05aabbb561ed9cca528ef91d05b17e45718c72
--- package-lock.json @@ -3471,9 +3471,9 @@ "integrity": "sha512-AHAmrkLEH5UtPaDiRqoULERHh3oNv7Dgs0bTC0hO5Z2GdNokAMPT5w8ci8aMcRemcwbtdHjxChgtjbeA38GBdA==" }, "@react-native-community/datetimepicker": { - "version": "3.5.2", - "resolved": "https://npme.walmart.com/@react-native-community/datet...
fixing date time picker to be 3.0.9
fixing date time picker to be 3.0.9
16ba91daec4b4be6178200743f8dece4a63bdc92
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/TeamSwitcher.test.tsx @@ -111,7 +111,7 @@ describe.skip('TeamSwitcher', () => { }); //Todo: Fix the test since we are not passing the teamData anymore - it.skip('changes the selected team when a team is pressed', () => { + it('changes the selected ...
feat(ui): Skip tests for now
feat(ui): Skip tests for now
3204ba802924769c53ada7ab9b7684054f9ae4a8
--- package-lock.json @@ -76,7 +76,7 @@ "@walmart/react-native-sumo-sdk": "2.5.1", "@walmart/receipt-check-miniapp": "1.9.10", "@walmart/redux-store": "3.1.3", - "@walmart/returns-mini-app": "0.13.0", + "@walmart/returns-mini-app": "0.13.1", "@walmart/schedule-mini-app"...
version bump 0.13.1 - firebase log refactoring
version bump 0.13.1 - firebase log refactoring
13606ce7f9e8190e430970504c2fee5bd1344cb9
--- src/translations/es-MX.ts @@ -30,7 +30,7 @@ export const esMX = { feedback: 'Comentarios', featureRestrictions: 'Restricciones', whatsNew: 'Novedades en la app', - signInFailed: 'Sign in failed', + signInFailed: 'Error al iniciar sesión', }, updates: { timeToUpdateApp...
spanish translation
spanish translation
c1c5e92d09d3ef86447a937da4627b0c8be58399
--- targets/US/ios/AllSpark.xcodeproj/project.pbxproj @@ -47,8 +47,6 @@ E9AD4B182679309900D8DDD4 /* clockin.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = E9AD4B152679309900D8DDD4 /* clockin.mp3 */; }; E9AD4B192679309900D8DDD4 /* clockout.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = E9AD4B1626793099...
fix ios build
fix ios build
d0f94ebaf8d7dd08f93265744a89f2c723516d3d
--- packages/celebration-mini-app/src/config/HubConfig.tsx @@ -10,19 +10,29 @@ import React from 'react'; import {AllsparkComponentContainers} from '@walmart/allspark-foundation/Components'; import {HubCelebrationWidget} from '../components/Widget/HubCelebrationWidget'; -// Hub configuration constants for backend i...
feat(ui): separate the associate exp team switcher and hub
feat(ui): separate the associate exp team switcher and hub
70f76d84e033c3343ab1798be5f98a1c0f72189a
--- .looper-pr.yml @@ -10,7 +10,7 @@ flows: - (name Enable Corepack) corepack enable - (name Yarn Set Version) yarn set version 4.6.0 - (name Yarn Version) yarn --version - - (name Yarn Install) YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install + - (name Yarn Install) yarn install envs: globa...
fix: revert looper config to use standard yarn install
fix: revert looper config to use standard yarn install
f2e7c5c4f3a92108477a22f232b486100b4363f2
--- package-lock.json @@ -104,7 +104,7 @@ "@walmart/schedule-mini-app": "0.94.1", "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.5", - "@walmart/taskit-mini-app": "2.81.3", + "@walmart/taskit-mini-app": "2.81.10", "@walmart/time-...
chore: bump taskit version
chore: bump taskit version
22ea52868b601c5f7e0331d1c8b70f7db5e4b7ae
--- package-lock.json @@ -83,7 +83,7 @@ "@walmart/returns-mini-app": "3.8.0", "@walmart/schedule-mini-app": "0.49.0", "@walmart/shelfavailability-mini-app": "1.5.17", - "@walmart/taskit-mini-app": "2.47.7", + "@walmart/taskit-mini-app": "2.47.8", "@walmart/texting-mini-...
chore: bump taskit@2.47.8
chore: bump taskit@2.47.8
2a0b238bd96d1ae2eaade80c0b25d9710ade818c
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -89,6 +89,10 @@ export class ComponentContainer<Props = {}> { } }; + /** + * Wrap each added component in this wrapper component when using Layout and List functions + * @param componentWrapper - Component to wrap around every add...
chore(layout): updated jsdocs to reflect component wrapper changes
chore(layout): updated jsdocs to reflect component wrapper changes
40a55c46e5bf9b95151abedc9481c09059836b44
--- src/screens/MeganavScreen.tsx @@ -18,6 +18,7 @@ import {PresenceProvider} from '../presence/provider'; import {ChannelsProvider} from '../channels'; import {navigate} from '@walmart/react-native-shared-navigation'; import {Button} from '@walmart/gtp-shared-components/dist'; +import {ClockedOutScreenGuard} from '...
adding screen guard to meganav
adding screen guard to meganav
cdaaebd16381d7ea6b6d6fb9535bf92079d9f0d4
--- package.json @@ -96,7 +96,7 @@ "@walmart/metrics-mini-app": "0.9.5", "@walmart/mod-flex-mini-app": "1.0.0", "@walmart/moment-walmart": "1.0.4", - "@walmart/payrollsolution_miniapp": "^0.125.8", + "@walmart/payrollsolution_miniapp": "0.125.8", "@walmart/price-changes-mini-app": "^1.4.6", ...
fix issue
fix issue
3beccabd9e1bcdf9ca0dc4d8d55cada1c1836ef8
--- package-lock.json @@ -3380,9 +3380,9 @@ } }, "@walmart/manager-approvals-miniapp": { - "version": "0.0.44", - "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.44.tgz", - "integrity": "sha512-hRUlnDCCzEzWlT24sx/YkpRWLMiKEd5I1WsXm...
Updated version
Updated version
5a009c4805e87145d882e30bab1eb33e57d1a2e2
--- packages/allspark-utils/src/eventManager.ts @@ -1,9 +1,14 @@ import { uniqueId } from 'lodash'; +import { QueueManager } from './queue'; export type EventListener<P> = (payload: P) => void; export type ListenerSubscription = { remove: () => void }; +export type EventManagerConfig = { queueUnhandledEvents: ...
feat: add option to queue unhandled events until listener is added. default to true
feat: add option to queue unhandled events until listener is added. default to true
d5ae33e5f17c35c949cb3cebd482b18bc291da93
--- android/app/build.gradle @@ -134,8 +134,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 147 - versionName "1.1.0" + versionCode 197 + ver...
updated the version code
updated the version code
5d39e5f0c935d948d314d188a07c41e91d080dc2
--- package-lock.json @@ -85,7 +85,7 @@ "@walmart/schedule-mini-app": "0.63.0", "@walmart/shelfavailability-mini-app": "1.5.18", "@walmart/store-feature-orders": "1.24.0", - "@walmart/taskit-mini-app": "2.53.1", + "@walmart/taskit-mini-app": "2.53.2", "@walmart/texting-...
Updated notes version
Updated notes version
c03f279cfede932132683ad6c45f45674725bf44
--- package-lock.json @@ -17323,9 +17323,9 @@ "integrity": "sha512-zTOSJ7BMbGHaqAF8+LDQI/s5winKcxsHSe4hv49gUbfDz19v71apgNchz31W1D2UQP+kNgrglrmCdmr5RdI8mw==" }, "react-native-wm-voice-text": { - "version": "0.5.0", - "resolved": "https://npme.walmart.com/react-native-wm-voice-text/-/react-nati...
stt bump
stt bump
866edee2f059055e17691e1c72490f2b86d524b0
--- package-lock.json @@ -5439,9 +5439,9 @@ "integrity": "sha512-uCC2Hk4fRcAC49c4uuIpLpD3geWjG7uAQByH8ygekhQKPrijc5/F1/z+Tkt3zFQ88BlsE+ihQ6z3AWFzAyuNGw==" }, "@walmart/profile-feature-app": { - "version": "0.0.60", - "resolved": "https://npme.walmart.com/@walmart/profile-feature-app/-/profile...
Bumped Profile-feature-app to 0.0.61
Bumped Profile-feature-app to 0.0.61
b77341e17cfd5bb5ff85902d2ccdd71486043705
--- src/components/AssociateRosterItem/index.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import {StyleSheet, Text, View} from 'react-native'; +import {StyleSheet, Text, View, TouchableOpacity} from 'react-native'; import {shallowEqual} from 'react-redux'; import namecase from 'namecase'; import { @@ -35,7 +35,6...
Added requested changes
Added requested changes
00e964f529abdd17a8ca3147e7898dbf121e7ed9
--- package.json @@ -111,7 +111,7 @@ "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.11.1", "@walmart/inbox-mini-app": "0.93.28", - "@walmart/iteminfo-mini-app": "7.13.0", + "@walmart/iteminfo-mini-app": "7.13.2", "@walmart/learning-mini-app": "20.0.21", ...
added expo support
added expo support
332426a6df9e0f52a3cd3a23cd833779b5fcf1ec
--- targets/US/package.json @@ -101,7 +101,7 @@ "@walmart/counts-component-miniapp": "0.1.13", "@walmart/emergency-mini-app": "1.29.8", "@walmart/exception-mini-app": "1.8.11", - "@walmart/facilities-management-miniapp": "0.14.6", + "@walmart/facilities-management-miniapp": "0.15.9", "@walmart...
FixIT - Drop 27
FixIT - Drop 27