commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
c6fa91f82c3450ccda1f844de15c2a2e8daac728
--- __tests__/PinAccess/PinAccessScreenTest.tsx @@ -140,7 +140,9 @@ describe('PinAccess', () => { expect(WmTelemetry.logEvent).toHaveBeenCalledWith( 'pin_access', 'pin_entered_successful', - {}, + { + pin_access_method: 'pin', + }, ...
changed pin telemetry for pin and biometric
changed pin telemetry for pin and biometric
dd99581e54052f4ae3101fa823e566e5550c18fb
--- packages/allspark-foundation/__tests__/LocalStorage/client.test.tsx @@ -23,6 +23,15 @@ describe('LocalStorageClient', () => { expect(result).toBe('testValue'); }); + test('should get an item with backwards compatibility', async () => { + (AsyncStorage.getItem as jest.Mock).mockResolvedValue( + JS...
fix: ALLSPARK-4998
fix: ALLSPARK-4998
118faef61b37f4743cf5f1b3c29e1ebff0da148d
--- package.json @@ -150,7 +150,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.302", "@walmart/sidekick-mini-app": "4.199.7", "@walmart/store-feature-orders": "1.29.5", - "@walmart/taskit-mini-app": "5.34.9", + "@walmart/taskit-mini-app": "5.38.2", "@walmart/time-clock-mini-app": "3.19.2", "@wa...
feat(notes): TASKIT-5804 drop 31 enhancements (#4251)
feat(notes): TASKIT-5804 drop 31 enhancements (#4251) * chore: TASKIT-6265 bump taskit version * fix: TASKIT-5804 updated yarn.lock --------- Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
2fc3fa48c3877235a23b1883d90f5218bd99db30
--- 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.9", + "@walmart/push-to-talk-mini-app": "1.9.10", "@wa...
use drop8.3 as performance baseline
use drop8.3 as performance baseline
5879decc00c4a6338e242fe89d3c33ed75d51794
--- __tests__/Hooks/useGetTeamsByStore.test.ts @@ -55,7 +55,7 @@ const mockUseGetTeamsByStoreQuery = describe('useGetTeamsByStore', () => { beforeEach(() => { jest.clearAllMocks(); - + // Setup default mock return values using mockImplementation let callCount = 0; mockUseSelector.mockImpleme...
feat(ui): add 100% coverage for useGetTeamsByStore hook #SMDV-8074
feat(ui): add 100% coverage for useGetTeamsByStore hook #SMDV-8074
457decd3c143d9acba133c21b6eebbfccd83fbfa
--- packages/associate-exp-hub-hub/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. +# [2.16.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.16.0 - @walmart/associate-exp-hub-mini-app@1.9.1
cde806e10367a1ef9adf8419bd79c27da5268e0a
--- src/screens/AllTeamsScreen/AllTeamsScreen.tsx @@ -66,11 +66,12 @@ export const AllTeamsScreen = () => { }); const lastUpdatedTimeout = useRef<any>(); - const stopRefreshing = () => + const stopRefreshing = useCallback(() => { setState((prev) => ({ ...prev, refreshing: false, })); +...
fix: review comments
fix: review comments
a171f8c79392e1503b8002e0cda263b4227b8ce8
--- patches/@walmart+me-field-mini-app+1.1.37.patch @@ -0,0 +1,14 @@ +diff --git a/node_modules/@walmart/me-field-mini-app/dist/components/Home/HomeMenu/index.js b/node_modules/@walmart/me-field-mini-app/dist/components/Home/HomeMenu/index.js +index af9e8a8..fd12927 100644 +--- a/node_modules/@walmart/me-field-mini-app...
📦 Feat: bump learning mini app version for drop 9
📦 Feat: bump learning mini app version for drop 9
b04726230dd7ef7523e8a8e7e643e530b9f5a74c
--- graphql.yml @@ -103,50 +103,50 @@ applications: queryTemplate: "src/common/queries/upsertSupplyChainAssociatePreference.graphql" tags: - "v1" - # - name: "prod" - # persistedQueries: - # - name: "getStoreAssociateTeamPreference" - # hash: "11e...
feat(ui): update prod queries
feat(ui): update prod queries
685e076714868818e99fbce3a7bb41b364a7ae1c
--- packages/components-library/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.1.2](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-components-lib...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-components-library@1.1.2
a150b30dd255575f70850c11b705610834ed5772
--- .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: (osx||stable_osx) +node: ((osx||stable_osx)&&!MAC-LAB-MINI20&&!MAC-LAB-MINI36) tools: ...
removing bad nodes
removing bad nodes
ab198fcd5851b702cdba323c054b4076991d9ab2
--- package.json @@ -145,7 +145,7 @@ "@walmart/shelfavailability-mini-app": "1.5.26", "@walmart/store-feature-orders": "1.26.9", "@walmart/taskit-mini-app": "3.0.1", - "@walmart/time-clock-mini-app": "2.389.0", + "@walmart/time-clock-mini-app": "2.393.0", "@walmart/topstock-mini-app": "patch:@...
Update TCMA to 2.393.0
Update TCMA to 2.393.0
9f93f9d49cd4871fafb190673e91afde8c87786f
--- ReactotronConfig.js @@ -1,6 +1,6 @@ import { - AllsparkGraphQLClient, - AllsparkReduxStore, + GraphQLModule, + ReduxModule, } from '@walmart/allspark-foundation'; import Reactotron from 'reactotron-react-native'; import {reactotronRedux} from 'reactotron-redux'; @@ -11,7 +11,7 @@ const reactotron = Reactotr...
fix: update packages and tests
fix: update packages and tests
cfbe06e799c9daa218407664b94044b642c5d716
--- package.json @@ -89,7 +89,7 @@ "@walmart/counts-component-miniapp": "0.0.42", "@walmart/emergency-mini-app": "1.15.0", "@walmart/exception-mini-app": "1.0.14", - "@walmart/facilities-management-miniapp": "0.4.2-beta43", + "@walmart/facilities-management-miniapp": "0.4.2-beta45", "@walmart/...
Update package.json
Update package.json
b5de51fa51fda640e0b10d021c9060888e96f2b5
--- src/utils/queryDataCheck.ts @@ -0,0 +1,23 @@ +export const isMoreThan50PercentNull = (obj: any) => { + const totalFields = obj.length; + let nullFields: number = 0; + obj.forEach((item: any) => { + if (item === null) { + nullFields++; + } + }); + const percentage = (nullFields / totalFields) * 100; ...
splunk loggin for null and unknown
splunk loggin for null and unknown
e4f7a0f7e91ff895b013c0ea0515ba59a872eca6
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -230,7 +230,6 @@ buildPhases = ( 53D455D8D940558DAEDE5BA8 /* [CP] Check Pods Manifest.lock */, FD10A7F022414F080027D42C /* Start Packager */, - C18683108AECE7D722DBD9B1 /* [CP] Prepare Artifacts */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C...
Revert "updated scanner version"
Revert "updated scanner version" This reverts commit e3e5e29f1e7a897d129f233b3792b83bc8085f5c.
4d645fc628a45cad6b9068152a08851c20e2bc4c
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.3.0-alpha.2", + "version": "3.3.0-alpha.3", "main": "dist/index.js", "files": [ "dist", @@ -89,7 +89,7 @@ "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-native-sumo-sdk": "2.8.0", "@wal...
feat(ui): creating new roster version
feat(ui): creating new roster version
79231191a675233e99dd5a9b6c947831c3f362c3
--- package-lock.json @@ -37,7 +37,7 @@ "@terrylinla/react-native-sketch-canvas": "0.8.0", "@walmart/allspark-graphql-client": "^1.4.5", "@walmart/allspark-neon-core": "0.1.31", - "@walmart/amp-mini-app": "1.1.67", + "@walmart/amp-mini-app": "1.1.68", "@walmart/ask-sam-...
Package added to peerDependies
Package added to peerDependies
6a46463d2c6c87c66e422754c13457aa1796ce65
--- packages/allspark-foundation/__tests__/Navigation/client.test.tsx @@ -134,7 +134,6 @@ describe('NavigationClient', () => { }); it('add a screen change listener when handler is a function', () => { const mockHandler = jest.fn(); - console.log(typeof mockHandler); navigationClient.addScreenChangeLi...
fix: removing console log
fix: removing console log
1663d68369a07a59c06fea26f69152a8f36732d2
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.33.3", + "version": "1.33.4", "main": "index.js", "private": true, "workspaces": [
chore(fix): bump patch to 1.33.4 (#4769)
chore(fix): bump patch to 1.33.4 (#4769) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
f21f9e8f867b8b0931d661872da70a561b7292e3
--- fastlane/Pluginfile @@ -5,4 +5,4 @@ gem 'fastlane-plugin-versioning_android' gem 'fastlane-plugin-versioning_ios' gem 'fastlane-plugin-json' -gem 'fastlane-plugin-appcenter' +gem 'fastlane-plugin-appcenter', '~> 2.0'
fix plugin issue
fix plugin issue
dea73603195bea096755fc333edd7905763be8b7
--- package.json @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "3.7.0", - "@walmart/roster-mini-app": "2.16.0", + "@walmart/roster-mini-app": "2.17.0", "@walmart/ui-components": "1.15.1", "@walmart/...
feat(ui): update myteam mini app version
feat(ui): update myteam mini app version
6e27441060c637b677c2fd3f1792fe99f67a7e64
--- ios/Podfile.lock @@ -263,7 +263,7 @@ PODS: - Permission-Notifications (3.6.1): - RNPermissions - PromisesObjC (2.1.1) - - PTT (1.8.6): + - PTT (1.8.3): - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) - RealmSwift (= 10.32.3) @@ -530,8 +530,8 @@ PODS: - React-Core - react...
downgrade PTT iOS version to ptt module 1.8.12
downgrade PTT iOS version to ptt module 1.8.12
ef87711250a9e4cbaad972ed89866e7e634dae1e
--- src/common/ccmFallbacks.ts @@ -1,4 +1,5 @@ export const CCMFallbacks = { + showTeamHub: true, shouldDisplayWarningBanner: false, warningMessageContent: 'All users must be on the most recent version of Me@ to send and receive messages.', --- src/hooks/user.ts @@ -1,13 +1,17 @@ import {useSelector} fr...
Add manager experience team hub feature flag
Add manager experience team hub feature flag
aa9b6ab8c714406c32f85d3e50ed2bff27b4012c
--- packages/core-services-allspark/src/graphql/links.ts @@ -34,6 +34,16 @@ const handleDailyRoster = (associates: MewAssociate[]) => { }); }; +export const contentTypeHeaderLink = new ApolloLink((operation, forward) => { + operation.setContext((context: DefaultContext) => ({ + headers: { + ...context.he...
fix: change graphql config per environment. add stage env name option
fix: change graphql config per environment. add stage env name option
e4873bc2335933c5ba2ee4bc0de18d37668aadce
--- packages/me-at-walmart-container/src/services/telemetry.ts @@ -28,12 +28,12 @@ export class TelemetryClient { constructor(id: string, config?: TelemetryConfig) { this._id = id; - this._prefix = config?.usePrefix ? config.prefix || id : ''; this._config = config; + this._prefix = config?.usePref...
fix: telemetry service did not default to include prefix
fix: telemetry service did not default to include prefix
b271b108bfb49a3ffb3b99aa9933d8b35479f147
--- package-lock.json @@ -9754,9 +9754,9 @@ } }, "node_modules/@walmart/store-feature-orders": { - "version": "1.23.0", - "resolved": "https://npme.walmart.com/@walmart/store-feature-orders/-/store-feature-orders-1.23.0.tgz", - "integrity": "sha512-yUGfrUJxc1nOTxfHsFhMFfF+9vRY9m5V8tSzhD8...
Updated file commit after npm install
Updated file commit after npm install
430b5ba86340d242b0e644812ea76e04266434ce
--- ios/admin_build.sh @@ -22,6 +22,6 @@ export XC_TARGET='AllSpark' export http_proxy=http://sysproxy.wal-mart.com:8080 export https_proxy=http://sysproxy.wal-mart.com:8080 -export no_proxy=localhost,*.wal-mart.com,*.walmart.com +export no_proxy=localhost,*.wal-mart.com,*.walmart.com, chromium.googlesource.com ...
added chromium to no_proxy
added chromium to no_proxy
a5ce11c88505f9fd65fcc0669520c13f226d5f47
--- core/__tests__/impersonation/impersonationScreenTest.tsx @@ -31,7 +31,7 @@ describe('ImpersonationScreen', () => { await clearImpersonationCache() expect(ImpersonationStorage.remove).toHaveBeenCalledWith('impersonation'); }); - it('test error logs for the component', async () => { + it(...
code cleanup
code cleanup
29b5b82821d39a0c2dab626ba9f72918b2c73df2
--- .looper.multibranch.yml @@ -651,7 +651,7 @@ flows: - type: mrkdwn text: "*Looper job* ${env} #:<${BUILD_URL}|${BUILD_NUMBER}>" - type: mrkdwn - text: "*Github Repo:* <${GITHUB_BRANCH_URL}|URL> - FS: ${FILE_SIZE} - BT: ${MINUTES}m ${SECOND...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
d03406a93a4ff272b5db0b96d7399e4dfdf5dcb8
--- core/src/settings/LanguageSettings.tsx @@ -1,5 +1,5 @@ import React, {useEffect, useState} from 'react'; -import {StyleSheet, View} from 'react-native'; +import {Platform, StyleSheet, View} from 'react-native'; import {useTranslation} from 'react-i18next'; import {StackScreenProps} from '@react-navigation/stack'...
feat: button or link roles added to settings options, workaround for RN bug for radio role
feat: button or link roles added to settings options, workaround for RN bug for radio role
46762172b01bda007a4927bcb6e06ef4633450ae
--- package.json @@ -89,7 +89,7 @@ "@walmart/avp-feature-app": "0.16.8", "@walmart/avp-shared-library": "0.10.7", "@walmart/backroom-mini-app": "1.10.5", - "@walmart/calling-mini-app": "0.7.34", + "@walmart/calling-mini-app": "0.7.35", "@walmart/checkout-mini-app": "4.8.0", "@walmart/comp...
fix: CONAS-1853 Ensuring calling mini app is under CCM check (#4119)
fix: CONAS-1853 Ensuring calling mini app is under CCM check (#4119)
73231a2dfefa0de5492bfedd0735cacf2b6119dc
--- __tests__/biometrics/BiometricSagasTest.tsx @@ -21,6 +21,7 @@ import { import {logger} from '../../src/services/logger'; import {getShouldPromptOnCheckError} from '../../src/biometrics/utils'; import {getBiometricsEnabled} from '../../src/redux/SharedSelectors'; +import {AppStateTypes} from '../../src/appState/A...
Biometric fix
Biometric fix
36fb478d74d29202361678b348146738b34328b0
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -4,6 +4,7 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper <SafeAreaView style={ Object { + "backgroundColor": "#002d58", "flex": 1, "overflow": "hidden", } @@ -...
version bump
version bump
fe3deefb89e7b879c5f4628f22ba95c7817f0ecc
--- package-lock.json @@ -4203,9 +4203,9 @@ "integrity": "sha512-AymRaP39YXybYN3VHLVNFMoA8J4XYZbd9JUT+bQOuc5KGf5SQQFMOhrqSd9UENvnbqnTRrfDbBhn/ua7/E54WA==" }, "@walmart/exception-mini-app": { - "version": "0.38.1", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
pinpoint/drop-6: bump version to 0.38.12
pinpoint/drop-6: bump version to 0.38.12
2be41e3cd17c704c5213c55011e2b674a73d0fe8
--- package-lock.json @@ -5435,9 +5435,9 @@ "integrity": "sha512-kXnxC7X1ly3Mwl0m18cFiJ91Ybcnw34BcB5F8wF6xbXZrHXdpsaFBqLrnruDwBO/2vvPonYe/Y8otpuIWUXlvQ==" }, "@walmart/taskit-mini-app": { - "version": "0.32.0-beta.3", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-m...
Updating taskIt version
Updating taskIt version
217bc67cb1e8d1745d569385e206a8e07e95073f
--- ios/Podfile.lock @@ -486,14 +486,14 @@ PODS: - RNWMSSOLibrary (1.1.0): - AppAuth - React - - SSO (= 1.1.6-alpha) + - SSO (= 1.3.3) - SDWebImage (5.11.0): - SDWebImage/Core (= 5.11.0) - SDWebImage/Core (5.11.0) - SDWebImageWebPCoder (0.6.1): - libwebp (~> 1.0) - SDWebImage/...
updated SSO version v1.1.1
updated SSO version v1.1.1
8186cb1849dc1dd7ddd93c9b25819f20e169851c
--- env.beta.js @@ -25,4 +25,5 @@ export default { allsparkService: 'https://developer.api.walmart.com/api-proxy/service/allspark/api/v1', rbacAppId: '55fa784a-f748-4fe3-91a8-4019e102772c', + RMA_MEGA_NAV_ID: '01d285d7-6ec4-45e1-96a5-74365d3b8a6d', }; --- env.dev.js @@ -25,4 +25,5 @@ export default { ...
env variable added for rma meganav
env variable added for rma meganav
4313845dbdbebee869714dca3109e12e60473592
--- src/presence/service.ts @@ -7,12 +7,18 @@ import {logger} from '../logger/Logger'; const LAST_OFFLINE_CACHE_KEY = `${LOCAL_STORAGE_KEY_PREFIX}_dnd_last_offline`; -//TODO: Clear value from asyncStorage here export const goOnlineForUser = (storeId: string, userId: string) => { const userDocument = createUser...
clear storage when going offline
clear storage when going offline
44ecae39ed6dde750102febdfcb1c4be833d87ad
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts @@ -71,6 +71,13 @@ export const enUS = { cancel: 'Cancel', }, }, + updateTeamsModal: { + title: 'Update teams', + button: { + apply: 'Apply', + cancel: 'Cancel', + }, + }, }; export const esMX: typeof ...
feat(ui): cleanup and other enhancements
feat(ui): cleanup and other enhancements
e09264267d345aec91b2996fb7069f6a2e55a863
--- package.json @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "3.7.0", - "@walmart/roster-mini-app": "2.14.2", + "@walmart/roster-mini-app": "2.15.0", "@walmart/ui-components": "1.15.1", "@walmart/...
feat(ui): update myteam mini app version for roster
feat(ui): update myteam mini app version for roster
8f3e03ce315a7fd969f027754077af36b447bdc6
--- core/src/features/inbox.tsx @@ -46,7 +46,6 @@ export const createInboxHeaderRight = const {showBadge} = useBadgeCount(); const enabled = useSelector(getInboxHeaderEnabled); const oneClick = useOneClick(MINI_APPS.INBOX); - console.log('🚀 ~ oneClick:', oneClick); const isInboxEnabled = enabled...
test fixes
test fixes
efb99820404c2a82fa688172204a61e3d799f75e
--- src/home/components/TaskCard/TaskStatusDetails.tsx @@ -15,7 +15,6 @@ export const TaskStatusDetails = (props: TaskStatusDetailsProps) => { viewRosterText, teamImage, } = props; - console.log('sva', teamImage); return ( <View style={styles.taskInnerContainerStyle}> <View style={styles.de...
chore: remove console log
chore: remove console log
2731590207eb452c3dbf535e0c6cd6e01cb43ec8
--- __tests__/core/httpClientInitTest.ts @@ -182,4 +182,18 @@ describe('createRefreshTokenCallback', () => { expect(connectedSSO.getFreshAccessToken).toHaveBeenCalled(); expect(connectedSSO.signOut).toHaveBeenCalled(); }); + + it('will not call sign out if user is not still available', async () => { + ...
do not start sign in after sign out (#170)
do not start sign in after sign out (#170) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
852b4b6b896c431cf79565be9409ba51ea073bfa
--- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx @@ -196,10 +196,13 @@ export const HubDashboard = ({ }); }; - useFocusEffect( - useCallback(() => { - scrollViewRef.current?.scrollTo({ y: 0, animated: false }); - }, [allowedWidgetsList]) +useFocusEffect( + useCallback((...
Update packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx
Update packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
598dbbed635be10f4c04d548d1caa38557cc882c
--- __tests__/setup.ts @@ -1,3 +1,9 @@ +import i18n from 'i18next'; +import 'react-native-gesture-handler/jestSetup'; +import {initReactI18next} from 'react-i18next'; +import {enUS} from '../src/translations/en-US'; +import {esMX} from '../src/translations/es-MX'; + jest.mock('react-native/Libraries/EventEmitter/Nativ...
adding i18n to translation
adding i18n to translation
e33a285f30535446e3ea71bb2bcb47a126a0102a
--- package-lock.json @@ -72,7 +72,7 @@ "@walmart/ims-print-services-ui": "2.10.3", "@walmart/inbox-mini-app": "0.92.10", "@walmart/iteminfo-mini-app": "7.10.13", - "@walmart/learning-mini-app": "20.0.18", + "@walmart/learning-mini-app": "20.0.19", "@walmart/manager-app...
feat: :sparkles: Bump learning mini app version to 20.0.19
feat: :sparkles: Bump learning mini app version to 20.0.19
c10b9866e5869938b8b49c83fb8dd67febc1679d
--- package-lock.json @@ -3328,9 +3328,9 @@ "integrity": "sha512-25jOl+Jh0tHbfjXVwBc6ckMs/e0gQPeHQufIXxEZoqfHdCio7804wVD8mtkkKXPtyISi8fOXy1TIfwKoxEFYIw==" }, "@walmart/exception-mini-app": { - "version": "0.32.0", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
pinpoint version bump
pinpoint version bump
197572477ece378cd8ddea612da6c4e00336080c
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.2.0-alpha.0", + "version": "3.2.0-alpha.1", "main": "dist/index.js", "files": [ "dist", --- tsconfig.json @@ -6,7 +6,7 @@ "compilerOptions": { "strict": true, "baseUrl": ".", - "rootDir": ".", + ...
chore(ui): tsconfig update
chore(ui): tsconfig update
ffeda14e3a6baff6c1c3e659fe068ae5e26267ef
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.6.0-beta.5", + "version": "3.6.0-beta.6", "main": "dist/index.js", "files": [ "dist", @@ -92,9 +92,9 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmar...
fix: update packages and tests
fix: update packages and tests
fa261cecc43116e24750bfbebf0f884119a6d399
--- package.json @@ -162,7 +162,7 @@ "@walmart/taskit-mini-app": "5.42.0", "@walmart/time-clock-mini-app": "3.19.6", "@walmart/time-clock-mini-app-next": "3.0.0", - "@walmart/topstock-mini-app": "1.26.7", + "@walmart/topstock-mini-app": "1.27.1", "@walmart/translator-mini-app": "1.7.17", ...
fix(topstock): topstock drop34 (#4698)
fix(topstock): topstock drop34 (#4698) Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com>
83ed796d5e750a5f45cbb1a54a56778b4ddb31d5
--- targets/US/package.json @@ -142,7 +142,7 @@ "@walmart/roster-mini-app": "2.4.0", "@walmart/schedule-mini-app": "0.114.2", "@walmart/shelfavailability-mini-app": "1.5.26", - "@walmart/shop-gnfr-mini-app": "1.0.60", + "@walmart/shop-gnfr-mini-app": "1.0.66", "@walmart/store-feature-orders": ...
Version bump to 1.0.66
Version bump to 1.0.66
fc1dbd2b99a89c941c20d08d58a9af594d416076
--- __tests__/components/RosterFiltersAndInfo.test.tsx @@ -179,7 +179,14 @@ describe('RosterFiltersAndInfo Component', () => { handleFilter: jest.fn(), totalScheduleCount: 0, isPrimaryTeam: false, - onShiftChange: jest.fn(), +const onShiftChange = jest.fn(); +const newProps: RosterFiltersAndIn...
Update __tests__/components/RosterFiltersAndInfo.test.tsx
Update __tests__/components/RosterFiltersAndInfo.test.tsx Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
6749fa6a649325b7fd706a8087f56e822a850cba
--- src/notification.ts @@ -2,8 +2,17 @@ import WmNotification, { SumoPushEvent, SumoPushEventTypes, } from 'react-native-wm-notification'; -import {navigate} from '@walmart/react-native-shared-navigation'; import {createChannelPath} from './channels'; +import {fetchResource} from './services/blob'; +import {Au...
adding logic to play a sound
adding logic to play a sound
b5ab2586362b1c72f067958e09dc646b8539f0c8
--- package-lock.json @@ -4806,9 +4806,9 @@ } }, "@walmart/payrollsolution_miniapp": { - "version": "0.122.5", - "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.122.5.tgz", - "integrity": "sha512-x2XK1RPnpamiplT7OsNHx1JJ7eiJRFiUaEnUye92S...
bump version
bump version
5adceeaca4230553c9982f65dbb0cd273f8b9bc4
--- package-lock.json @@ -92,7 +92,7 @@ "@walmart/schedule-mini-app": "0.93.0", "@walmart/shelfavailability-mini-app": "1.5.20", "@walmart/store-feature-orders": "1.26.3", - "@walmart/taskit-mini-app": "2.64.6", + "@walmart/taskit-mini-app": "2.64.8", "@walmart/time-clo...
Updated taskit version
Updated taskit version
167e3ee1824e018a53d99883762ce4a6480b241a
--- packages/allspark-graphql-client/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. +## [1.1.6](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-graphql-client@1.1.6 - @walmart/allspark-http-client@2.2.6 - @walmart/core-services@2.0.3 - @walmart/core-services-allspark@2.2.6
4957810833b2a2853b4d8f59fc9fbc6554d6b218
--- packages/associate-exp-hub-mini-app/src/Translations/locales/en-US.json @@ -10,3 +10,4 @@ "hub.title": "Associate Experience", "screen.title": "Associate Experience" } +
feat: update translations
feat: update translations
3b80a87e89cc3aca3e3b742c674263ae9cf48d16
--- packages/allspark-foundation/src/GlobalElements/context.tsx @@ -225,10 +225,16 @@ export const createGlobalElement = ( // Apply minimum insets if provided const insetStyle = { - marginTop: Math.max(insets?.top || 0, minInsets?.top || 0) + safeAreaInsets.top, - marginBottom: Math.max(insets?.bo...
chore: lint
chore: lint
5742279baef13029efc73cef091c6d4ec3370da2
--- packages/allspark-foundation/__tests__/Feature/AllsparkFeature.test.tsx @@ -1,11 +1,6 @@ import { AllsparkFeature } from '../../src/Feature/AllsparkFeature'; import { AllsparkHttpClient } from '../../src/HTTP'; -jest.mock('../../HTTP'); -jest.mock('../../GraphQL'); -jest.mock('../../Logger'); -jest.mock('../../...
code cleanup
code cleanup
61d3bc24743098e6ecbcb2a70f45b6f9c85d3071
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -540,7 +540,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D994751F557438D6B85DBCC2 /* Pods-AllSpark.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Dev"; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-T...
Adding teflon UI launchscreen
Adding teflon UI launchscreen
bc44fe2d76d0311c26f1133c737a8acbd318b4e6
--- package.json @@ -136,7 +136,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.7.0", "@walmart/react-native-webex-sdk": "0.2.11", - "@walmart/receipt-check-miniapp": "1.23.3", + "@walmart/receipt-check-miniapp": "1.23.4", "@walmart/redux-store": "6.1.4", ...
update
update
fae916551b66b7ac889c5bd99b4d41070a0c95df
--- README.md @@ -89,7 +89,7 @@ yarn run:android Variant and Target are specified through the process variables `APP_VARIANT` and `TARGET`: ```bash -EXPO_PUBLIC_APP_VARIANT=dev TARGET=US yarn run <command> +yarn run prebuild --> <select app varient you want to run> ; yarn run:android or yarn run:ios ``` Predefi...
fix: update RN logger version and README.md (#4372)
fix: update RN logger version and README.md (#4372)
e7a6dcf51bf392193b465d40020a74d261c808df
--- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx @@ -60,12 +60,22 @@ const clockState: ClockStatusState = { loaded: false, error: false, }; - +// TODO: revert - same as develop branch const navConfig = [ + { + menuType: 'SUBMENU', + icon: 'barcode', + title: 'menu.itemInfo', + e...
revert to default
revert to default
a304f5d07280450afbe109f2b54aa10faa3d3de5
--- package-lock.json @@ -76,7 +76,7 @@ "@walmart/react-native-sumo-sdk": "2.5.1", "@walmart/receipt-check-miniapp": "1.13.5", "@walmart/redux-store": "3.3.1", - "@walmart/returns-mini-app": "1.5.0", + "@walmart/returns-mini-app": "1.7.0", "@walmart/schedule-mini-app": ...
Update to returns-mini-app 1.7.0
Update to returns-mini-app 1.7.0
7556d842310a9481a2b12a1826825d433f8313f6
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop24 + - spec: feature/TimeClockDrop24 triggers: - manual: name: Publish Packages (Pre-Release)
Update looper to find our branch
Update looper to find our branch
191ae06a9d55c6590f0aec3b28b4a890535b91b3
--- packages/celebration-mini-app/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.19.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebration-m...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.19.0
c694b92e65ce9259d3ca2f729a8141d83173c652
--- packages/allspark-foundation/src/HTTP/client.ts @@ -404,9 +404,13 @@ export class HttpClient extends Axios { public useLazyRequest = <D extends any>( config: HttpClientRequestConfig<D> ) => { - return useLazyAsync((c: HttpClientRequestConfig<D>) => - this.request<D>(c || config) - ); + retu...
fix: merge config
fix: merge config
9c702805101bcf2add66ced31f4f7c06cd1e539f
--- src/components/modals/hoc/UpdateModal.tsx @@ -130,6 +130,7 @@ const UpdateModal = AssociateExpHubFeature.createModal( ); // Effect to set the primary team in savedTeamSelection if nothing is selected + // TODO: this is upserting on each render, logic needs to be reworked useEffect(() => { ...
feat(ui): added todo to a useeffect call #SMDV-8130
feat(ui): added todo to a useeffect call #SMDV-8130
e4b59f413fdff3821f66f9a4cf55a3c319b12f78
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx @@ -8,7 +8,6 @@ import { TOTAL_SITE_TEAM_LABEL, TOTAL_SITE_TEAM_ID, useUserCanSeeHub, - useGetSupplyChainShifts, } from '@walmart/allspark-foundation-hub'; import {RosterDetailPageHeader} from '../../components/RosterDetailPageHeader'; im...
Update navigation changes
Update navigation changes
9379fe8f4c4d85866a4692f06d2737c02686dd04
--- .looper.yml @@ -16,11 +16,8 @@ flows: default: - call: pr - yarn run build - - yarn publish - - sonar("Sonar"): - - (name Sonar Scanner) sonar-scanner -Dproject.settings=sonar-project.properties - - (name Publish Hygieia to Sonar) hygieia.publishSonar() - - (name Hygieia Publ...
feat(ui): update associate exp hub version
feat(ui): update associate exp hub version
b4611fdad0b5fb74e7f7362b3bdc7ed0017a68af
--- packages/celebration-mini-app-graphql/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. +## [1.28.5](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/cele...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.40.0 - @walmart/celebration-mini-app-graphql@1.28.5
15581e32afc4b71e12d9886804bb9df5ec162ce1
--- __tests__/rbacConfig/RbacSagasTest.tsx @@ -95,7 +95,7 @@ describe('onRbacRequest', () => { it('watchForRbacRequest', () => { const iterator = watchForRbacRequest(); expect(iterator.next().value).toEqual( - all([takeLatest(['POLICY_LOADED'], onRbacRequest)]), + all([takeLatest(['POLICY_SUCCESS'], onRbac...
Action name changed from POLIC_LOADED to POLICY_SUCCESS
Action name changed from POLIC_LOADED to POLICY_SUCCESS
0f91ea6a8e4d670aca69e575942b4092e5ca2735
--- __tests__/core/storeConfigInitTest.ts @@ -1,15 +1,11 @@ -import {all, call, select, takeLatest} from 'redux-saga/effects'; +import {all, call, select, takeLeading} from 'redux-saga/effects'; import { onUserChanged, storeSagas, initStoreConfig, } from '../../src/core/storeConfigInit'; -import { - getOr...
Updating store config fetch logic
Updating store config fetch logic
c8e189b2158f5c5fb891b9d8bad1488e1fb43dd5
--- __tests__/components/NewMessageHeader.test.tsx @@ -1,5 +1,4 @@ import {fireEvent, render} from '@testing-library/react-native'; -import {NavigationModule} from '@walmart/allspark-foundation'; import React from 'react'; import {MessagesHeader, NewMessageHeader} from '../../src/components'; import {analytics} fro...
feat(ui): update tests and lint changes
feat(ui): update tests and lint changes
6438872e92ad9301df38abb455ca6681527d5e70
--- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx @@ -427,7 +427,7 @@ export class AllsparkFeatureModule< this._connectedMap.translations = true; Object.keys(translations).forEach((language) => { - AllsparkTranslationClient.addResources( + AllsparkTranslationClient.add...
fix: feature used add resources rather than add resource bundle method for translations
fix: feature used add resources rather than add resource bundle method for translations
16caae64b0c4b0ee2b0cd310a4285cc30eaa3195
--- docs/docs/components/hub framework/hub-intro.md @@ -51,6 +51,11 @@ npm install --save @walmart/allspark-foundation-hub There are no dependencies required. The above are the only steps required to get going. +### Current version +```bash +"@walmart/allspark-foundation-hub": "1.0.1-beta.4" +``` + ### For Hub Ga...
Update the components for doc
Update the components for doc
e73fe9a3b169a165912c29f2b56b79db9c466668
--- packages/allspark-foundation-hub/src/SupplyChain/Utils/utils.ts @@ -22,8 +22,6 @@ export const customSorter = <T>(objA: T, objB: T, key: keyof T): number => { } }; export const trimToFortyCharacters = (text: string | null | undefined) => { - if (!text) { - return ''; - } +return text?.slice(0, 40) || ''; ...
Update packages/allspark-foundation-hub/src/SupplyChain/Utils/utils.ts
Update packages/allspark-foundation-hub/src/SupplyChain/Utils/utils.ts Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
a602167755b1eb8d3d0359dd54252a517ab102e4
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.22.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.31.1 - @walmart/celebration-mini-app-graphql@1.22.0
847bdcb1837987eb0cb4111aa531379b0f7e8cc7
--- packages/me-at-walmart-common/src/index.ts @@ -1,5 +1,6 @@ export * from './components'; export * from './environment'; +export * from './navigation'; export * from './queries'; export * from './redux'; export * from './types'; --- packages/me-at-walmart-common/src/navigation.ts @@ -0,0 +1,26 @@ +/** + * Use...
feat: expose feature and screen tags for feature module use
feat: expose feature and screen tags for feature module use
47afae7df29b0847f89557b66b804c6593252bf3
--- package.json @@ -155,7 +155,7 @@ "expo": "^51.0.0", "expo-image": "~1.13.0", "react": "*", - "react-native": "~0.75.4", + "react-native": "*", "react-native-wm-config": "0.1.1" }, "dependenciesMeta": { --- yarn.lock @@ -6655,7 +6655,7 @@ __metadata: expo: ^51.0.0 expo-ima...
Addressing comments
Addressing comments
bb03a9a45a0a6eea0e5373ff2797be9632c70c1c
--- package.json @@ -81,7 +81,7 @@ "@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch", "@walmart/allspark-authentication": "6.4.10", "@walmart/allspark-cope-key-listener": "...
feat(foundation): update version
feat(foundation): update version
ca97f10b99b8163773399c01a4c5ac4d6c047a56
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -128,6 +128,12 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => { return myTeams; } catch (error: any) { loggerRef.current.error('Error:', error); + teamSwitcherT...
Adding remaining telemetries
Adding remaining telemetries
a73534ad903536556d510cd37bdbfc662705850f
--- src/managerExperience/components/AssociateListItem/AssociateListItem.tsx @@ -99,6 +99,7 @@ export const AssociateListItem = ({ <AssociateAvatar associateName={associateName} isClockedIn={isClockedIn} + //TODO: pass actual profile url if it exists profileImageUrl={n...
feat: added todo
feat: added todo
82e68de9773ec0805625ab6c17e2a5864217f04f
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -93,7 +93,7 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects options={{}} /> <Screen - component="InboxScreen" + component="InboxMiniApp" name="inbox" /> ...
fix unit test
fix unit test
8a6d7d0d35041fb5a59a87acf354be1f2f885887
--- package.json @@ -123,7 +123,7 @@ "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.3.0-rc.0", "@walmart/gtp-shared-components-3": "npm:@walmart/gtp-shared-components@3.0.0-beta.11", - "@walmart/ims-print-services-ui": "2.23.0", + "@walmart/ims-print-services-u...
feat(print): SSLS-11732 Bump Print to v2.24.1 (#4979)
feat(print): SSLS-11732 Bump Print to v2.24.1 (#4979) Co-authored-by: Alex Heydorn - a0h070s <Alex.Heydorn@walmart.com> Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
0df5494f0f153b8603bf9546277f2bc476418153
--- 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.5](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.5 - @walmart/associate-exp-hub-mini-app@1.14.3 - @walmart/associate-exp-hub-team-switcher@2.25.1
32814ab7bce22179f44ea08db69c189485fa250d
--- packages/allspark-foundation/allspark.config.js @@ -2,15 +2,22 @@ module.exports = { link: { react: { dependencies: { + // GTP Components + '@react-native-community/datetimepicker': {}, '@react-native-community/netinfo': {}, - // @todo - Required by Scanner, can we remov...
fix: fix legacy package typing. add gtp native dependencies to allspark config.
fix: fix legacy package typing. add gtp native dependencies to allspark config.
7ca89838a4352a65f98a23e0242b5ab8a9f53d7e
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/manager-approvals-miniapp": "0.1.2", "@walmart/me-field-mini-app": "1.1.35", "@walmart/metrics-mini-app": "0.9.33", - "@walmart/mod-flex-mini-app": "1.3.11", + "@walmart/mod-flex-mini-app": "1.3.12", "@walmart/moment-wal...
upgrading modflex to 1.3.12
upgrading modflex to 1.3.12
f74d30e07a55d53f978f02bf14d08343b9413989
--- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/SelectionBannerFooterButtons.tsx @@ -2,15 +2,11 @@ import React from 'react'; import { View } from 'react-native'; import { Button } from '@walmart/gtp-shared-components'; import { FooterButtons } from '../types'; -import { - CancelButton, ...
Remove the cancel button from the Team selection screen
Remove the cancel button from the Team selection screen
a49e58286a86128c0e351ec271984eca08fea704
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/MainStackNavTest.tsx @@ -17,7 +17,7 @@ jest.mock( ); describe('AssociateHallwayNav', () => { - it('matches snapshot; handles mount and unmount effects', () => { + it.skip('matches snapshot; handles mount and unmount effects', () => { let component: ...
fix: fixed coverage issue
fix: fixed coverage issue
5b8d1102b7607fdf4d300c8b20c38f26339b0375
--- package-lock.json @@ -52,9 +52,9 @@ "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.3", "@walmart/impersonation-mini-app": "1.11.0", - "@walmart/ims-print-services-ui": "1.2.2", + "@walmart/ims-print-services-ui": "2.0.6", "@w...
iteminfo drop10
iteminfo drop10
890ce2a1ecc52d2b85c116aa47d2f86910687e2f
--- packages/core-services/AppConfig/index.tsx @@ -10,7 +10,6 @@ import { ConfigState, } from '@walmart/allspark-foundation/Config'; import { ConsumerChild } from '@walmart/allspark-utils'; -import { useContainerService } from '@walmart/allspark-foundation'; /** * @deprecated The Config Service should **ONLY*...
chore: update legacy hooks to not use removed container service hook
chore: update legacy hooks to not use removed container service hook
7761f29758dea0e3faf0f13b006377e04678a959
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 95 + versionCode 96 versionName "1.0.7" } sp...
Incrementing build number
Incrementing build number
2d77c02e2fecd561c5c3fcbd4b97c4738923be96
--- package-lock.json @@ -66,7 +66,7 @@ "@walmart/payrollsolution_miniapp": "0.130.14", "@walmart/price-changes-mini-app": "1.6.10", "@walmart/profile-feature-app": "0.76.0", - "@walmart/push-to-talk-mini-app": "1.9.7", + "@walmart/push-to-talk-mini-app": "1.9.8", "@wal...
update ptt to 1.9.8
update ptt to 1.9.8
4c59fb4bb87b0000d4321d6c31194f9241f4d51a
--- lerna.json @@ -22,6 +22,7 @@ ], "packages": [ "packages/allspark-authentication", + "packages/allspark-foundation", "packages/allspark-http-client", "packages/allspark-graphql-client", "packages/allspark-redux-store",
chore: add foundation back to packages
chore: add foundation back to packages
0d0118a69a7e8c00b1c2f8fe42428cd77e3f6eff
--- 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.9.14", + "@walmart/receipt-check-miniapp": "1.10.1", ...
bump version number for spark shopper and item verify
bump version number for spark shopper and item verify
c22cdf20e27d5f2d872d7909edc449fad6e1e854
--- __tests__/utils/blobs-test.js @@ -1,11 +1,7 @@ import moment from 'moment-timezone'; import * as FileSystem from 'expo-file-system'; import {stat} from 'react-native-fs'; -import { - purgeOldFiles, - blobLocalStoragePath, - isValidFileURI, -} from '../../src/utils'; +import {purgeOldFiles, blobLocalStoragePat...
cleaning up PR
cleaning up PR
596ae664986f2a34852dd65b5a361be7e510c5a8
--- __tests__/__mocks__/@walmart/refrigeration-alarms-mini-app.js
Update mock for refrigeration app
Update mock for refrigeration app
3e2d605883be108deefa9273ce431a9a3706ce1a
--- targets/US/ios/Podfile.lock @@ -1941,7 +1941,7 @@ PODS: - React-Core - react-native-safe-area-context (4.10.8): - React-Core - - react-native-scanner-3.0 (0.10.2): + - react-native-scanner-3.0 (0.10.1): - Firebase/Analytics - Osiris (= 0.8.3-rc.4) - OsirisBarcode (= 0.8.3-rc.4) @@ -287...
updating scanner verison to 0.10.1
updating scanner verison to 0.10.1