commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
cf4b9286224ad29e46e811b7ec36f616957ad7eb
--- __tests__/core/LoggerTest.tsx @@ -4,9 +4,12 @@ import {LoggerService} from '@walmart/allspark-foundation/Logger'; test('createImageErrorHandler', async () => { createImageErrorHandler( 'https://i5-me.walmartimages.com/images/test-1233sdf.png', - )(); + )({error: 'host unavailable'}); expect(LoggerServ...
chore: add error to i5 image log
chore: add error to i5 image log
f23cbad68503df5f269bffeff4ab427455315866
--- packages/allspark-foundation-hub/src/HubFeature/TeamListItem/styles.ts @@ -10,7 +10,8 @@ export const teamSelectionListItemStyles = ( display: 'flex', paddingTop: 16, paddingBottom: 16, - width: '100%', + marginLeft: 16, + marginRight: 16, justifyContent: 'space-between', ...
Fixing teamselection styles
Fixing teamselection styles
44538395a9a7fea13af2f8b1b283175b20674734
--- src/mocks/associatesMock.ts @@ -5,7 +5,7 @@ import {Associate} from '../types'; export const associatesMock = [ { userId: 'v0h00hj', - win: 1232321, + win: 225650122, firstName: 'VISHESH', lastName: 'HIREMATH', fullName: 'HIREMATH, VISHESH', --- src/mocks/associatesMock.ts @@ -5,7 +5...
adding my win
adding my win
bd98ae94a2793b5efe3ecb55736a478610abddfb
--- package-lock.json @@ -51,7 +51,7 @@ "@walmart/financial-wellbeing-feature-app": "1.6.3", "@walmart/functional-components": "~4.0.3", "@walmart/gta-react-native-calendars": "0.0.16", - "@walmart/gtp-shared-components": "2.0.5", + "@walmart/gtp-shared-components": "2.0.6", ...
Update gtp-shared-components to 2.0.6
Update gtp-shared-components to 2.0.6
fd9e628f8e4e7dfd964780e51be3e790bad16138
--- .looper-pr.yml @@ -11,7 +11,7 @@ flows: - (name Yarn Set Version) yarn set version 4.4.0 - (name Yarn Version) yarn --version - (name Yarn Install) yarn install - # - (name Test Coverage) yarn run coverage + - (name Test Coverage) yarn run coverage envs: @@ -20,9 +20,9 @@ envs: APP_...
feat(ui): update looper file
feat(ui): update looper file
27170fa90863cccb98b30f7e6226ba844bb2b08e
--- scripts/slackWorkflow.sh @@ -3,6 +3,10 @@ # slackWorkflow.sh - sending GitHub PR to slack ################################## +#SETTING PROXY +export https_proxy=http://sysproxy.wal-mart.com:8080 +export http_proxy=http://sysproxy.wal-mart.com:8080 + #GIT COMMIT INFORMATION GIT_COMMIT_AUTHOR=$(git log -1 --for...
adding proxy settings to slack workflow script (#293)
adding proxy settings to slack workflow script (#293)
355111957f8bef20fd369f4db02ebdd9ce17bfdf
--- package.json @@ -73,7 +73,6 @@ "@react-navigation/stack": "^6.1.0", "@sharcoux/slider": "^6.1.1", "@terrylinla/react-native-sketch-canvas": "0.8.0", - "@walmart/OneWalmart-MiniApp": "1.0.12", "@walmart/allspark-graphql-client": "^0.1.0", "@walmart/allspark-home-mini-app": "0.6.14", ...
Update package.json
Update package.json - remove duplicate @walmart/OneWalmart-MiniApp
6abe26f3fdbb708a0d3b0be4b477787c0906afff
--- __tests__/home/containers/__snapshots__/HomeScreenTest.tsx.snap @@ -286,7 +286,12 @@ exports[`HomeScreen renders 1`] = ` ] } > - <CopilotCard /> + <CopilotCard + onRefreshEnd={[Function]} + onRefreshStart={[Function...
chore: bump copilot 2.2.2 add refresh props
chore: bump copilot 2.2.2 add refresh props
304317980e0a4e19f46412b70369c17849c08e92
--- src/config/HubConfig.tsx @@ -7,6 +7,8 @@ */ import React from 'react'; +import {useSelector} from 'react-redux'; +import {SiteSelectors} from '@walmart/allspark-foundation/Site'; import {ComponentsModule} from '@walmart/allspark-foundation/Components'; import {HourlyRosterWidget, SalariedOrTeamLeadRosterWidg...
feat(ui): remove isSiteDC check
feat(ui): remove isSiteDC check
ba69dc45ddddb89cd8e44ff264d1622bc2e574db
--- container/index.tsx @@ -17,7 +17,6 @@ import {UserView} from './UserInfo'; import env from './env'; import {TextingMiniApp, initialize} from '../src'; -import {TextingNavigation} from "../src/navigation"; const styles = StyleSheet.create({ container: { --- container/index.tsx @@ -17,7 +17,6 @@ import {U...
updating nav structure of mini app, adding an extra nesting to mirror the core app to enable push notification routing
updating nav structure of mini app, adding an extra nesting to mirror the core app to enable push notification routing
37c5bc182cf651c84554a00b26d5baa66bb6e97e
--- __tests__/containers/ChatInput/__snapshots__/AudioInput.test.tsx.snap @@ -74,7 +74,7 @@ exports[`AudioInput should render AudioPlayback when not recording and has URI 1 "width": 30, }, { - "backgroundColor": undefined, + "backgroundColor": "#0071ce"...
fix(ui): disabled send button color
fix(ui): disabled send button color
06bfe586827a0728e2da9a0200463d13b5056b5d
--- package-lock.json @@ -74,7 +74,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.5.1", - "@walmart/receipt-check-miniapp": "1.12.3", + "@walmart/receipt-check-miniapp": "1.12.4", ...
fix base json issue being on qa
fix base json issue being on qa
e9456eee601889cbf0800ca33b00377a0867a4f7
--- package.json @@ -90,7 +90,7 @@ "@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.13.0", + "@walmart/roster-mini-app": "3.14.0", "@walmart/ui-components": "1.15.1", "@walm...
feat(ui): update roster mini app version
feat(ui): update roster mini app version
3d138c89620011a51383f67375f21891dcabbfdf
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.0-alpha.11", + "version": "1.15.0-alpha.12", "main": "dist/index.js", "files": [ "dist" @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", ...
Update my team mini app version
Update my team mini app version
81e6dc37215fc958f108ac7bdd1a17d513f4e950
--- package.json @@ -227,7 +227,7 @@ "react-native-mask-input": "^1.2.3", "react-native-new-snap-carousel": "^3.9.3", "react-native-pager-view": "6.3.0", - "react-native-pdf": "^6.7.5", + "react-native-pdf": "6.7.5", "react-native-permissions": "^3.10.1", "react-native-popup-menu": "^0.16...
fix(dependency): ALLSPARK-5940 pdf downgrade (#4110)
fix(dependency): ALLSPARK-5940 pdf downgrade (#4110) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
88e4100c755614b63c98efdbf1a502d12116dd9d
--- packages/allspark-foundation/src/Core/docs/MigrationPhase1.md @@ -212,6 +212,8 @@ Some common required changes are: * Auth/User state changes in your `AuthenticatorView`. Some state properties changed, such as `fetching` became `loading`. Their should be proper warnings when invalid state is accessed so look at ...
docs: update phase 1 doc for additional container setup change
docs: update phase 1 doc for additional container setup change
c91b0dfe333088e5abe1c3db880d60c55205b339
--- package-lock.json @@ -21261,9 +21261,9 @@ } }, "typescript": { - "version": "4.6.3", - "resolved": "https://npme.walmart.com/typescript/-/typescript-4.6.3.tgz", - "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "version": "4.9.5", +...
chore ts upgrade
chore ts upgrade
f6a571c8a1d25f89fbeafeffe48b9ad0a0b4b75f
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap @@ -24,6 +24,7 @@ exports[`MainTabsNav matches snapshot when disabled from config 1`] = ` "tabBarBadge": undefined, "tabBarBadgeStyle": Object { "alignItems": "center", + "backgroundColor": "#f...
fix(DWORK-1744): changing badge color to spark yellow
fix(DWORK-1744): changing badge color to spark yellow
216fed1e82cbbfd3460464668fbfcdf6a6a5081c
--- package-lock.json @@ -65,7 +65,7 @@ "@walmart/pay-stub-miniapp": "0.9.35", "@walmart/payrollsolution_miniapp": "0.130.46", "@walmart/price-changes-mini-app": "1.9.3", - "@walmart/profile-feature-app": "0.234.0", + "@walmart/profile-feature-app": "0.245.0", "@walmart...
bump profile feature app to 0.245.0
bump profile feature app to 0.245.0
bee2ef7aa40775628c6d2b9a89ee07bb1da87e38
--- packages/allspark-authentication/src/Authentication.ts @@ -233,7 +233,9 @@ export class AllsparkAuthentication { const newAuthResult: AuthorizeResult = { ...authResult, - ...(refreshResult.refreshToken && {refreshToken: refreshResult.refreshToken}), + ...(refreshResult.refreshToken &...
Update the foundation hub version
Update the foundation hub version
ef44874770da275633d46fce298a2e8d98788e19
--- src/navigation/AssociateHallwayNav/MainStackNav.tsx @@ -23,6 +23,7 @@ import {SurveySaysDialogScreen} from '@walmart/feedback-all-spark-miniapp/dist/s import {ExceptionMiniApp as PinpointMiniApp} from '@walmart/exception-mini-app'; import {ApprovalsMiniApp} from '@walmart/manager-approvals-miniapp'; import {Item...
move call to useRbacConfig
move call to useRbacConfig
e671e7710a1b323259b62b4685b81fc10d2fe499
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.27", + "version": "2.13.0", "main": "dist/index.js", "files": [ "dist" --- yarn.lock @@ -28,8 +28,8 @@ __metadata: linkType: hard "@apollo/client@npm:^3.7.3, @apollo/client@npm:^3.8.6": - version: 3.12.7 ...
Update roster version
Update roster version
e53f3d27c3814e9cc409882594554ac99dab0b8f
--- package-lock.json @@ -3010,9 +3010,9 @@ } }, "@walmart/inbox-mini-app": { - "version": "0.0.33", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.0.33.tgz", - "integrity": "sha512-U7JmYtY51Zwd6y8KuwyROQjkethN9vwHUP1gcKq/o4jNs64Njf7fG0NJ/99nLQ3Lb1a4fB...
update inbox and schedule for schedMod notifications (#243)
update inbox and schedule for schedMod notifications (#243) Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
fc2aba7e07ae3546cc0a36ad94481052fe17ae3f
--- 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.2](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.2 - @walmart/associate-exp-hub-mini-app@1.13.5 - @walmart/associate-exp-hub-team-switcher@2.23.2
77f68ab8d30e50c637c9fd042f32274ffe16bc29
--- src/components/AssociateRosterItem/index.tsx @@ -65,7 +65,6 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => { associate?.win?.toString() !== currentUser?.win?.toString(); const isStoreScheduleValid = associate?.storeSchedule && associate?.storeSchedule?.length > 0; - co...
reverting changes
reverting changes
900e228db52f2aa6f348c5dd41456370d8841e9a
--- targets/US/package.json @@ -116,7 +116,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-core": "workspace:^", - "@walmart/metrics-mini-app": "1.24.3", + "@walmart/metrics-mini-app": "1.25.1", "@walmart/mod-flex-...
metrics version bump
metrics version bump
329dff494198190f46a72bda51e6df86a7e826ab
--- ios/Podfile.lock @@ -403,7 +403,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.5.49): + - react-native-ptt-module (1.5.50): - PTT (= 0.7.13-rc.1) - React - react-native-safe-area-context (3.3.2): @@ -963,7 +963,7 @@ SPEC CHECKSUMS: reac...
updating to latest versions of ptt
updating to latest versions of ptt
f882bfc4f9af9b8fe38776a5fd868444761fa374
--- 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.2](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.2 - @walmart/associate-exp-hub-mini-app@1.13.5 - @walmart/associate-exp-hub-team-switcher@2.23.2
f4e4e7ec8c4e936f18fb5189debbcfef6ae8527d
--- package.json @@ -126,7 +126,7 @@ "@walmart/ims-print-services-ui": "2.23.0", "@walmart/inbox-mini-app": "0.105.3", "@walmart/invue-react-native-sdk": "0.1.26-alpha.14", - "@walmart/iteminfo-mini-app": "8.7.2", + "@walmart/iteminfo-mini-app": "8.8.11", "@walmart/learning-mini-app": "20.0.88...
feat(@walmart/iteminfo-mini-app):Item Information drop 35 version bump (#5045)
feat(@walmart/iteminfo-mini-app):Item Information drop 35 version bump (#5045) Co-authored-by: y0l0dru <yan.lu2@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari...
e7aa5a5e9b9b4bd7f1d5d37bdedd03d1cbe8ba10
--- .looper.multibranch.yml @@ -12,10 +12,13 @@ tools: - platform-tools - platforms;android-28 - platforms;android-29 + - platforms;android-30 - build-tools;28.0.3 - build-tools;29.0.2 - build-tools;29.0.3 + - build-tools;30.0.2 - extras;android;m2repository + ...
added support for android 30
added support for android 30
58fc84eae05ac562e88ff8f0e27c7538f34b1841
--- __tests__/core/appConfigInitTest.ts @@ -168,6 +168,8 @@ describe('getAppConfigScope', () => { const appId = 'com.walmart.test'; const originalSite = '100'; const deviceType = 'COPIUM'; + const model = 'ZYA'; + const osVersion = '11'; it('gets scope and params for app config', () => { const iter...
add device model
add device model
731b12f4228aa124ee16a871ce09ed684281c819
--- src/containers/ChatInput/AudioPlayback.tsx @@ -100,7 +100,6 @@ export const AudioPlayback = (props: { if (SoundRef.current) { await SoundRef.current?.unloadAsync(); } - await Audio.setAudioModeAsync({ playsInSilentModeIOS: true, interruptionModeAndroid: InterruptionModeAndroid.Du...
reverting some changes
reverting some changes
429a274c3ef2cf4012ff17da6f54138665ca09cd
--- container/index.tsx @@ -19,6 +19,8 @@ import env from './env'; import {TextingMiniApp, initialize} from '../src'; import {APP_CONTAINER_SCREEN_NAME, ROOT_CONTAINER_SCREEN_NAME} from "../src/constants"; import i18n from "i18next"; +import {initI18n} from "./i18nInit"; +import {TranslationProvider} from "@walmart/...
working on lang file integration
working on lang file integration
5e322ac511815d7cf6178d521330880b2b8e5385
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/gtp-shared-components": "^2.0.1", "@walmart/impersonation-mini-app": "1.11.0", "@walmart/ims-print-services-ui": "1.2.0", - "@walmart/inbox-mini-app": "0.81.7", + "@walmart/inbox-mini-app": "0.81.7-395-de7e577", "@walmar...
Added moment-walmart library in inbox to get the wmWeek
Added moment-walmart library in inbox to get the wmWeek
4167c35b5ff8a1a3d691b51406d1c5d79b31d3a4
--- package-lock.json @@ -1887,9 +1887,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.6.6", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.6.tgz", - "integrity": "sha512-V4szxf7LoTf8GeL4jfZUVPEOhV3v2fNg+mFNUEqb+Yqqfdh/ZWMAfpQsvOUtmzbm8O...
mini app+barcode scanner version bump
mini app+barcode scanner version bump
537a9bdef6ff999d69c8390f13fc3066636cba1d
--- targets/US/package.json @@ -150,7 +150,7 @@ "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.448.1", "@walmart/topstock-mini-app": "1.19.4", - "@walmart/translator-mini-app": "1.3.9", + "@walmart/translator-mini-app": "1.4.0", "@walmart/ui-components": "patch:@walma...
version bump
version bump
b1381b861ea19e78e3b4a4eb6830542700e6d73b
--- package-lock.json @@ -74,7 +74,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.5.0", - "@walmart/receipt-check-miniapp": "1.9.0", + "@walmart/receipt-check-miniapp": "1.9.1", "...
bump version
bump version
cd29668e4a33571b3c58ea6276dda8dab2fc43f0
--- src/navigation/AssociateHallwayNav/MainStackNav.tsx @@ -211,6 +211,12 @@ export const MainStackNav = () => { component={Components.TextingScreen} /> + <MainStack.Screen + name='PttTeamPreview' + component={Components.TeamPreviewScreen} + ...
integrating view team screen to core
integrating view team screen to core
b0b3ce733c9524f1b08c8a7669b231278693ebe1
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/attendance-mini-app": "0.190.6", "@walmart/compass-sdk-rn": "4.2.0", "@walmart/config-components": "4.2.5", - "@walmart/copilot-mini-app": "^2.2.2", + "@walmart/copilot-mini-app": "^2.2.5", "@walmart/core-services": "~2....
chore: bump copilot 2.2.5
chore: bump copilot 2.2.5
47c6e4a95a7d247cd813cd70e0136bbd0cd13525
--- __tests__/__mocks__/@walmart/ask-sam-mini-app.js @@ -1,3 +1,6 @@ +const AskSamMiniApp = () => 'AskSamMiniApp'; +AskSamMiniApp.init = jest.fn(); + module.exports = { - AskSamMiniApp: 'AskSamMiniApp', + AskSamMiniApp, }; --- __tests__/auth/__snapshots__/AuthenticatorViewTest.tsx.snap @@ -2,7 +2,6 @@ exports[...
Updating tests
Updating tests
2254a9ad6fec274c11d56bf42606753e9fdc11e5
--- package-lock.json @@ -5306,9 +5306,9 @@ "integrity": "sha512-3aRtcbxEAbhQvxnIFm8v2KseydCCe56g+1OdPTwNDX9c635yfHACvhQX676saTCpKqS11TE6NqBV+ClG4dukQg==" }, "@walmart/price-changes-mini-app": { - "version": "1.4.5", - "resolved": "https://npme.walmart.com/@walmart/price-changes-mini-app/-/pr...
Bump Price Changes 1.4.6
Bump Price Changes 1.4.6
6a9facb2def537fb7e6d158e6d0af86a79b6ba2a
--- src/utils/messages.ts @@ -96,7 +96,7 @@ export const createMessageList = (config: { const hasPendingWrites = document.metadata.hasPendingWrites; const createdAt = moment(data.createdAt?.toDate()); const deletedMessageTime = moment(data.deletedTimestamp?.toDate()); - const isMessageDeleted = data.d...
Saving as is
Saving as is
f4d3734fba7d592ca7e8ff6fe7bebfe179cfdfdc
--- .looper.multibranch.yml @@ -4,7 +4,8 @@ inherit: "job:///metropolis/metroloop/metroloop-parent" ## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES ## -node: ((osx||stable_osx||xcode12.5)&&!MAC-LAB-MINI36&&!MAC-LAB-MINI32&&!MAC-LAB-MINI07&&!MAC-DRFQ...
removing bad nodes
removing bad nodes
da94abd3d8047bac5f8c2a66e63023668eef4637
--- package-lock.json @@ -46,7 +46,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.19.5", "@walmart/attendance-mini-app": "3.24.0", - "@walmart/avp-feature-app": "0.2.2", + "@walmart/avp-feature-app": "0.2.3", "@walmart/avp-shared-libr...
bumped avp version to 0.2.3
bumped avp version to 0.2.3
2a5503c9a54248d29b2a4ac10bb4755852dc5ed6
--- package-lock.json @@ -4343,9 +4343,9 @@ "integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw==" }, "@walmart/push-to-talk-mini-app": { - "version": "0.5.82", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus...
updating ptt mini app version to 0.5.84
updating ptt mini app version to 0.5.84
5110fccd1268f906ceb54309c36177ae64361740
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "14.0.2", "@walmart/metrics-mini-app": "0.15.14", - "@walmart/mod-flex-mini-app": "1.13.5", + "@walmart/mod-flex-mini-app": "1.13.6", "@walmart/moment-wa...
Update modflex versions to v1.13.6
Update modflex versions to v1.13.6
2273fd137f37b7202729ed3c07af6535126bf910
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.26.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.35.0 - @walmart/celebration-mini-app-graphql@1.26.0
fd7622d46c3333ae539e026392d9c6afc219ef19
--- package-lock.json @@ -59,7 +59,7 @@ "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "12.0.25", "@walmart/metrics-mini-app": "0.13.11", - "@walmart/mod-flex-mini-app": "1.9.4", + "@walmart/mod-flex-mini-app": "1.10.4", "@walmart/moment-wa...
modflex drop 13
modflex drop 13
fea2a09ee9ee80e428d3d9feda97df73aa90ef8e
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.13.0-alpha.1", + "version": "1.13.0-alpha.2", "main": "dist/index.js", "files": [ "dist"
feat(ui): update version for myteam
feat(ui): update version for myteam
bc223e2d5661c277e1f045028f47e90d3174f33d
--- .github/new_pr_template.md
feat(ui): removing pr file
feat(ui): removing pr file
32a5fbba2c4cadfe9466963175ab1a8cb4c40804
--- src/changeStore/ChangeStoreModal.tsx @@ -126,7 +126,7 @@ export const ChangeStoreModal = ( if ( !!currentSite && - currentSite !== workingSite?.toString() && + currentSite.toString() !== workingSite?.toString() && !storeInfoError ) { dispatch(
fix: site change dispatched after no change due to string to number comparison
fix: site change dispatched after no change due to string to number comparison
6fbb12da8bbfe1798f5b0b9199de7ed334bd772b
--- package-lock.json @@ -3328,9 +3328,9 @@ } }, "@walmart/config-components": { - "version": "1.0.31", - "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-1.0.31.tgz", - "integrity": "sha512-OuO9F2DDQBr/ivDBF96dTCCK7x3pHEpPLIOLulDWDZ3szQrVp+yi7sgJMeZ4v...
SSMP-2170 SSMP 2167
SSMP-2170 SSMP 2167
c72d5bbeba3df08b7b8a5d20afcfe6ac8be767ad
--- README.md @@ -1,3 +1,6 @@ +## Allspark +Allspark is a framework used to build container and mini apps in React Native. Allspark is a collection of libraries that work together to provide a seamless integration between mini app modules and their container apps. + ### Allspark Framework Packages #### [@walmart/al...
Update README.md
Update README.md
96010121802b1a0b0f10e7c526585295527fd22d
--- 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.11.2](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services@2.1.2 - @walmart/core-services-allspark@2.11.2
794052c9c94bc959f28eac05d71d13488474c05c
--- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json @@ -3,25 +3,41 @@ "legacyLibrary": "@walmart/core-services", "replacement": "@walmart/allspark-foundation", "enforcementDate": "2025-11-03", - "notes": "Use the foundation replacement for all new development." + "notes...
feat(lib): add exception
feat(lib): add exception
b3a8c3b70171b93b33248dec2e4f7e52e5c313fd
--- .looper.multibranch.yml @@ -27,10 +27,12 @@ envs: variables: ANDROID_BASE_PATH: targets/US/android -triggers: - - manual: - name: Publish Changed Packages - call: publishFromChanges +branches: + - spec: feature/* + triggers: + - manual: + name: Publish Changed Packages + ...
chore: testing looper fix
chore: testing looper fix
8cbdba5c31f38b0837f3b6e05418a09eb2617bd8
--- packages/allspark-foundation/__tests__/Location/sagas.test.ts @@ -1,35 +0,0 @@ -import { onInit, onFetch } from '../../src/Location/sagas'; -import { LocationActionCreators } from '../../src/Location/redux'; -import { LocationService } from '../../src/Location/service'; - -jest.mock('../../src/Location/service') -d...
fix build issue location sagas
fix build issue location sagas
79fa62c4001e377bdbfbaa982f117ddc2e223bea
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.43.0", + "version": "2.44.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 roster version
Update roster version
d53c85696cb1b3610bb37f2b51c2d9b05faa6eae
--- .looper.multibranch.yml @@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent" ## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES ## -node: ((stable_osx||xcode12.5)&&!MAC-LAB-MINI36&&!MAC-LAB-MINI32&&!MAC-LAB-MINI07&&!MAC-DRFQLAB-M...
restricted node
restricted node
7522ae70f21ce92ba5728f5477f3daa2775dd04b
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -450,7 +450,6 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-AllSpark/Pods-AllSpark-resources.sh", "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bund...
Removed the RNAsyncStorage
Removed the RNAsyncStorage
c6952f1f0f1acb8f3ada8a2dde28415ccc4e1c9f
--- __tests__/navigation/TabBarTest.tsx @@ -1,14 +1,14 @@ import React from 'react'; import {create, act, ReactTestRenderer} from 'react-test-renderer'; import {BottomTabBarProps} from '@react-navigation/bottom-tabs'; +import {useTranslation} from 'react-i18next'; jest.mock('react-native-safe-area-context', () =>...
use useTranslation hook
use useTranslation hook
fff7b3d88780ac83b03f417b4d88af163f154e55
--- targets/US/package.json @@ -84,7 +84,7 @@ "@walmart/allspark-utils": "6.5.0", "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.24.2", + "@walmart/ask-sam-mini-app": "1.24.3", "@walmart/associate-listening-mini-app": "1.2.2",...
ask sam version bump for ADA ? fix
ask sam version bump for ADA ? fix
6001561f2a55e810528d38c8da27472fae3c35e6
--- targets/US/ios/Podfile.lock @@ -2254,7 +2254,7 @@ PODS: - FirebaseMessaging (<= 10.18.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.7.4) - - topstock-mini-app (1.15.20): + - topstock-mini-app (1.16.25): - React - VisionCamera (3.7.1): - React @@ -2917,7 +2917,7 @@ SP...
fix(): updated topstock podfile lock
fix(): updated topstock podfile lock
8158d95395defd9848197dc25060d4d3ee2e56af
--- package.json @@ -84,7 +84,7 @@ "@walmart/core-widget-registry": "0.3.2", "@walmart/counts-component-miniapp": "0.0.39", "@walmart/exception-mini-app": "0.42.1", - "@walmart/facilities-management-miniapp": "0.1.5", + "@walmart/facilities-management-miniapp": "0.1.6", "@walmart/feedback-all-...
Version bump
Version bump
51cd2208a7d300b02c5c7b7f024d0a5a716f8890
--- package-lock.json @@ -4458,9 +4458,9 @@ "integrity": "sha512-5VXiKOX6nl2OPte+FFWxAZbWi+aCW0o7rbzJldiMN7XewyTIxsyBMwWlUW5Y29WYa4ZaaVstjincL76EW5v2dA==" }, "@walmart/push-to-talk-mini-app": { - "version": "1.7.9", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push...
ptt package version update
ptt package version update
a867d93592360c3759f7b9529533edee9bb5ee42
--- package-lock.json @@ -55,7 +55,7 @@ "@walmart/impersonation-mini-app": "1.18.1", "@walmart/ims-print-services-ui": "2.4.0", "@walmart/inbox-mini-app": "0.83.3", - "@walmart/iteminfo-mini-app": "7.2.2", + "@walmart/iteminfo-mini-app": "7.3.0", "@walmart/manager-appro...
updated iteminfo version with DSL changes
updated iteminfo version with DSL changes
e2b1941cdd27f103623f4ca87789abc4c81f57f1
--- packages/allspark-http-client/package.json @@ -25,9 +25,11 @@ "axios": "~1.2.1" }, "devDependencies": { + "@walmart/allspark-utils": "~1.0.0", "react": "^18.2.0" }, "peerDependencies": { + "@walmart/allspark-utils": "~1.0.0", "react": "^18.2.0" } } --- packages/allspark-http-c...
feat: add proxy method to base instance
feat: add proxy method to base instance
ad4ff63fd7c4959d34eb5918cc1c074116fbd900
--- package-lock.json @@ -65,7 +65,7 @@ "@walmart/pay-stub-miniapp": "0.9.35", "@walmart/payrollsolution_miniapp": "0.130.46", "@walmart/price-changes-mini-app": "1.9.3", - "@walmart/profile-feature-app": "0.251.0", + "@walmart/profile-feature-app": "0.252.0", "@walmart...
bump profile-feature-app to 0.252.0
bump profile-feature-app to 0.252.0
64eb9a475168734434f670b4b8fbaa9a069bb678
--- package-lock.json @@ -80,7 +80,7 @@ "@walmart/settings-mini-app": "1.17.0", "@walmart/shelfavailability-mini-app": "1.5.13", "@walmart/taskit-mini-app": "2.24.5", - "@walmart/time-clock-mini-app": "2.80.0", + "@walmart/time-clock-mini-app": "2.85.0", "@walmart/ui-co...
fix: GTA-130669
fix: GTA-130669
b4ae72f1bae6b3653e3fa92df1b1bd24f8be08ed
--- .gitignore @@ -92,4 +92,5 @@ yarn-error.log .metro-health-check* # yarn -install-state.gz \ No newline at end of file +install-state.gz +node_modules --- docs/docs/components/allspark foundation/foundation-feature.md @@ -104,7 +104,7 @@ An object that defines sets of listeners for a feature. The categories...
Fixed broken anchors for feature, redux, and migration phase 4.
Fixed broken anchors for feature, redux, and migration phase 4.
e4eca082b37a407a0dcb80a5b12b730e82e42ea8
--- package-lock.json @@ -4532,9 +4532,9 @@ } }, "@walmart/ui-components": { - "version": "1.3.0-beta.2", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-beta.2.tgz", - "integrity": "sha512-Au4Hoprm+Vw2n8b/lLlo52zVDa07wH7moy1alRBtO8OlfcO6I/p+oGhqzzpC1...
bumping version
bumping version
a17c711b0f1bba1e12aef19068f2864a44e32521
--- __tests__/harness/redux/index.tsx @@ -5,6 +5,7 @@ import {Provider} from 'react-redux'; import {reducerManager} from '@walmart/redux-store'; import {PreloadedState} from 'redux'; import {configureStore} from '@reduxjs/toolkit'; +// @ts-ignore import {initialStateMock} from './mockState'; const rootReducer = ...
adding react-redux to transforms
adding react-redux to transforms
6edbbf15c2f3311df59baca78e3437845e9938df
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-C3HNm372mNtvwuHcDL+4nK75Idsk54+1s0CdPJDKewzBbxFkQMNIuoN3Kk3y46cMkf8bkXidf7oV9gJVArsKwQ==" }, "@walmart/inbox-mini-app": { - "version": "0.28.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox version bump
inbox version bump
f18698ef78003cb348ce14d8988271b00b2424f9
--- package.json @@ -155,7 +155,7 @@ "@walmart/shelfavailability-mini-app": "1.5.45", "@walmart/shop-gnfr-mini-app": "1.0.421", "@walmart/sidekick-mini-app": "4.205.5", - "@walmart/store-feature-orders": "1.33.5", + "@walmart/store-feature-orders": "1.34.3", "@walmart/taskit-mini-app": "5.39.1...
feat(sfot ): Drop 33 event catalog and clock in checks (#4612)
feat(sfot ): Drop 33 event catalog and clock in checks (#4612) * feat: event catalog & clockin * chore: version update * fix: version bump reverted on merge --------- Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
c928dd076cb1db5bb7d85622e4e12eea4323e438
--- __tests__/navConfig/NavConfigReduxTest.ts @@ -203,28 +203,16 @@ describe('nav config selectors', () => { }); describe('getInboxHeaderEnabled', () => { - it('handles undefined config navs', () => { - const enabled = getInboxHeaderEnabled({ - navConfig: { - ...navConfigState, - ...
Removing comment. Updating selector
Removing comment. Updating selector
f8f81b21b1535202b1709700a642c09bdc463d7a
--- targets/US/package.json @@ -91,7 +91,7 @@ "@walmart/avp-shared-library": "0.10.1", "@walmart/backroom-mini-app": "1.5.20", "@walmart/calling-mini-app": "0.5.17", - "@walmart/checkout-mini-app": "4.0.8", + "@walmart/checkout-mini-app": "4.0.9", "@walmart/compass-sdk-rn": "5.19.15", "@w...
CO version 4.0.9
CO version 4.0.9
23cb9f9ab6ef2c09aaac088cfc0fd02044eaeca5
--- .github/copilot-instructions.md @@ -0,0 +1,201 @@ +# GitHub Copilot Custom Instructions for Testing in Allspark + +This guide outlines best practices for writing effective tests in the Allspark codebase, focusing on both component tests and general unit testing approaches. + +## Component Test Case Generation Guide...
feat(SMDV-7634): add test coverage for the HubDashboard.test.tsx file
feat(SMDV-7634): add test coverage for the HubDashboard.test.tsx file
51b6420e63cd691d310b0cc3beb20a7d278db818
--- packages/me-at-walmart-common/src/queries/businessUnitByCountryAndNumber.ts @@ -1,8 +1,8 @@ import * as Types from './schema.types'; -import { gql } from '@walmart/allspark-graphql-client'; -import * as ApolloReactCommon from '@walmart/allspark-graphql-client'; -import * as ApolloReactHooks from '@walmart/allspa...
fix: update references in business unit query
fix: update references in business unit query
85021984f2f7573a4eefaf502426f65855497b2c
--- targets/US/package.json @@ -145,7 +145,7 @@ "@walmart/schedule-mini-app": "0.118.2", "@walmart/shelfavailability-mini-app": "1.5.37", "@walmart/shop-gnfr-mini-app": "1.0.137", - "@walmart/sidekick-mini-app": "4.168.16", + "@walmart/sidekick-mini-app": "4.168.17", "@walmart/store-feature-or...
chore: bump sidekick@4.168.17
chore: bump sidekick@4.168.17
b6b7597008a0a44a5ee5a41f72ff7db580108362
--- core/__tests__/permissions/PermissionsSagaTest.ts @@ -108,6 +108,7 @@ describe('permissions sagas', () => { take(PERMISSIONS_COMPLETE.type), ); expect(iterator.next().value).toEqual(cancel(flowTask)); + expect(iterator.next().done).toBe(true); }); it('handles permissions not ...
lint issue resolved
lint issue resolved
900bdb2654578169586605bb203c8b6722cac3fc
--- 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.15.2", + "@walmart/facilities-management-miniapp": "0.15.5", "@walmart...
Version bump
Version bump
a8aed193257bb3fdc39be37627b17b8cf384d6c6
--- .looper-pr.yml @@ -20,7 +20,7 @@ flows: # verify that the JS bundle can be built build-js-bundle: - - (name build JS bundle) ./node_modules/.bin/react-native bundle --entry-file ./index.js --bundle-output ./bundle.js + - (name build JS bundle) ./node_modules/.bin/react-native bundle --entry-file ./ind...
Chore/pr check js bundle (#232)
Chore/pr check js bundle (#232) * adding js bundle build to pr verifications * reset cache on bundle build
a2ea3a4d3bd7035560541f60d58b3f8aee380bae
--- src/navigation/index.tsx @@ -4,6 +4,7 @@ import {DrawerButton, Header} from '@walmart/ui-components'; import {TabsScreen} from '../screens/TabsScreen'; import {TextingNavParamsMap} from './types'; +import {SearchHeaderRight} from '@walmart/roster-mini-app'; const TextingStack = createStackNavigator<TextingNavP...
Update roster mini app integration
Update roster mini app integration
58e140babcb027a70efa9e9756ee0c9f48d30b2b
--- package-lock.json @@ -65,7 +65,7 @@ "@walmart/pay-stub-miniapp": "0.9.21", "@walmart/payrollsolution_miniapp": "0.130.23", "@walmart/price-changes-mini-app": "1.6.10", - "@walmart/profile-feature-app": "0.122.0", + "@walmart/profile-feature-app": "0.123.0", "@walmar...
bump profile-feature-app to 0.123.0
bump profile-feature-app to 0.123.0
b7bb852dbc06fbda6872212109cb2a7dcf4dba16
--- package-lock.json @@ -5314,9 +5314,9 @@ "integrity": "sha512-kgl3PpMJiM1hqhpEfLMIEHBdq+e6mKLPZNT3fmJIgO3RZYV3xcCrO2gIacJL3j+nr8DuDdw/FzeCGzKdKurniw==" }, "@walmart/inbox-mini-app": { - "version": "0.58.0-spinnerbug.2", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbo...
update stable version
update stable version
22b10c8e6a66e3375eda6f927b5a0f2b2c469d50
--- __tests__/settings/versions/__snapshots__/VersionsListTest.tsx.snap @@ -33,12 +33,12 @@ exports[`VersionsList 1`] = ` Object { "packageName": "@walmart/attendance-mini-app", "title": "appNames.@walmart/attendance-mini-app", - "version": "0.190.4", + ...
snapshot update
snapshot update
68230740e3f8ca502850e4236882c6ecae1295a6
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/__snapshots__/PageHeader.test.tsx.snap @@ -4,13 +4,13 @@ exports[`RosterPageHeader renders Page header component with passed in optional <View style={ { - "backgroundColor": "#fff", - "borderBottomColor": "#f8f8f8", + "backgro...
test: fixed snapshot
test: fixed snapshot
1e4a6d4a772060722e6213273d7df20524f5dc45
--- .looper.yml @@ -25,3 +25,4 @@ flows: - yarn install - yarn run lint - yarn run coverage +
test(ui): dummy commit
test(ui): dummy commit
64dcbcad5efad021702586262767bc3ba4bc2881
--- package.json @@ -36,7 +36,7 @@ "prebuild": "ts-node scripts/runWithVariablePrompt 'expo prebuild --clean' --skipContext", "run:ios": "ts-node scripts/runWithVariablePrompt 'expo run:ios'", "run:android": "ts-node scripts/runWithVariablePrompt 'expo run:android'", - "test": "jest --no-watchman", + ...
chore: skip tests while fixing
chore: skip tests while fixing
784ae47bd8401bf72bdff0e2bb86994f1b37fc7e
--- package-lock.json @@ -66,7 +66,7 @@ "@walmart/payrollsolution_miniapp": "0.130.23", "@walmart/price-changes-mini-app": "1.6.10", "@walmart/profile-feature-app": "0.76.0", - "@walmart/push-to-talk-mini-app": "1.9.15", + "@walmart/push-to-talk-mini-app": "1.9.16", "@w...
update ptt to 1.9.16
update ptt to 1.9.16
99c1839053fc3f6da9dcba1ad94519c4f8e1aaef
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -41,6 +41,7 @@ import {FlashList} from '@shopify/flash-list'; import {useSafeAreaInsets} from 'react-native-safe-area-context'; import {AssociateListLoading} from '../../components/AssociateList/AssociateListLoading'; import {AssociateLis...
feat: added analytics to roster detail screen
feat: added analytics to roster detail screen
a746ad4cb17baf1e1cff86ba10c8b819314e0dce
--- package.json @@ -123,7 +123,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-geolocation": "1.2.0", "@walmart/metrics-mini-app": "1.29.12", - "@walmart/mod-flex-mini-app": "1.28.9", + "@walmart/mod-flex-mini-app": "1.29.4", "@walmart/moment-walmart": "1.0.4",...
feat(mod-flex-mini-app): OPIF-162585 Drop 33 version bump (#4521)
feat(mod-flex-mini-app): OPIF-162585 Drop 33 version bump (#4521) * feat: OPIF-162585 Drop 33 version bump * feat(mod-flex-mini-app): OPIF-162585 Drop 33 version bump --------- Co-authored-by: Balaji <balaji.murugan0@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-author...
6c69468147ffe7392cbcee342ededd9a85e33519
--- jest.config.js @@ -5,17 +5,17 @@ module.exports = { coverageReporters: ['lcov', 'text'], coverageThreshold: { global: { - statements: 100, - branches: 100, - functions: 100, - lines: 100, + statements: 88, + branches: 85, + functions: 79, + lines: 88, + }, + ...
chore: test coverage
chore: test coverage
6ed0879403c20367cf4f6cf03b7dc5e0dc5eeae0
--- src/hooks/teams.ts @@ -7,6 +7,9 @@ import {useEnvironment} from '@walmart/allspark-foundation/Environment'; import {getGraphQLConfig} from '../services/config'; import {UserSelectors} from '@walmart/allspark-foundation/User'; import { + EMP_TYPE_SALARIED, + MANAGEMENT_TEAM_ID, + MANAGEMENT_TEAM_LABEL, MY_T...
Update the team id for management
Update the team id for management
33acb56addffb9fa93d31a66fd9e88c53308a32c
--- package.json @@ -90,7 +90,7 @@ "@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.14.0", + "@walmart/roster-mini-app": "3.15.0", "@walmart/ui-components": "1.15.1", "@walm...
feat(ui): update roster mini app version
feat(ui): update roster mini app version
14977fd45ca89b7ed42c1a433ae988e0758cb856
--- package-lock.json @@ -22,6 +22,7 @@ "@react-native-firebase/crashlytics": "~15.1.1", "@react-native-firebase/database": "~15.1.1", "@react-native-firebase/perf": "~15.1.1", + "@react-navigation/drawer": "^6.3.1", "@react-navigation/native": "^6.0.0", "@react-navigation/stack": "^6.3.1", ...
feat: add drawer to feature runner
feat: add drawer to feature runner
21016b20953941a033621363151157c871f26f92
--- src/hooks/user.ts @@ -1,9 +1,27 @@ import {useSelector} from 'react-redux'; import {isNil} from 'lodash'; +import {useEnvironment} from '@walmart/allspark-foundation'; import {logger} from '../common/logger'; import {UserSelectors} from '@walmart/allspark-foundation/User'; import {SiteSelectors} from '@walmart...
feat: added back user is impersonated on dev'
feat: added back user is impersonated on dev' '
d96d8d7793a440a3a6ba8f6627662249ce8a83ed
--- .looper.codepush.yml @@ -0,0 +1,46 @@ +node: ((osx||stable_osx)&&!dualcore) + +envs: + global: + variables: + envdev: ENC[NneSb0HR71CeJtD80sXy/m6JzkD4c+HVBTJJ/xMJjJfVVcaz0hhAiMmjGDuhX4UxjxSTEklCperQb85ZFE8ilRNRmv7bAfR6VVAv+MayIEmaS/ucvNe327VtDEsyNoENqsscNo0qQv7+WSag8MDTDihLdtGx8XzP4hutc1XsS7eLn2Oq0mWGe3i1W...
updated keys
updated keys
7f5b96c129f5d972c0b87ffc449989904ce0c524
--- package-lock.json @@ -4398,9 +4398,9 @@ } }, "@walmart/refrigeration-alarms-mini-app": { - "version": "1.20.0", - "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.20.0.tgz", - "integrity": "sha512-0hZjK8AK3wh3t0K6gF9fgczgi...
version bump for foreground notification listener and minor fixes
version bump for foreground notification listener and minor fixes
aba69eaeba2441a3d15c2b7354159db6c52e6d9a
--- package.json @@ -117,7 +117,7 @@ "@walmart/exception-mini-app": "1.10.3", "@walmart/expo-config-plugins": "0.8.0", "@walmart/facilities-management-miniapp": "patch:@walmart/facilities-management-miniapp@npm%3A0.18.33-alpha1#~/.yarn/patches/@walmart-facilities-management-miniapp-npm-0.18.33-alpha1-8e1...
fix(feedback): requested changes on PR for gtp 3.5 migration and minor fixes (#5168)
fix(feedback): requested changes on PR for gtp 3.5 migration and minor fixes (#5168) Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>