commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
61aafb19faca09232eba47c78461f854de835535
--- package-lock.json @@ -3032,9 +3032,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.26.0", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.26.0.tgz", - "integrity": "sha512-6YVBElyExt2W1exhNd0UJbmaqBaL2TyKuYrMGskxTPc5XjZOp/pv6DJxQhmIVgD0...
Version increment
Version increment
4b2d21e6aa1ea7a208349fd412a57592957d4232
--- package.json @@ -96,7 +96,7 @@ "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/redux-store": "6.3.29", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "2.36.3", + "@walmart/wmconnect-mini-app": "2.37.0", "babel-jest": "^29.6.3", "chance": "^1.1.11", "cry...
feat(ui): update package dependency
feat(ui): update package dependency
be003141d689ae5ae05b9e711826c5989ca32bea
--- __tests__/screens/ViewTeamScreen/__snapshots__/ViewTeamScreenTest.tsx.snap @@ -979,28 +979,6 @@ exports[`ViewTeamScreen should render view team screen with expected elements 1` "userId": "E0K03J3.S00100", "win": 999990252, }, - { - "__typename": "MewAssociate...
Update sorting logic
Update sorting logic
898b70e36a271fba9c1b8d33ff7657291f6174ee
--- targets/US/package.json @@ -91,7 +91,7 @@ "@walmart/avp-shared-library": "0.8.9", "@walmart/backroom-mini-app": "1.2.6", "@walmart/calling-mini-app": "0.5.6", - "@walmart/checkout-mini-app": "3.22.0", + "@walmart/checkout-mini-app": "3.24.0", "@walmart/compass-sdk-rn": "5.19.15", "@wa...
checkout-mini-app-changes
checkout-mini-app-changes
80b63bad800fbd2d09ab350eecfc2d258272d7ff
--- package-lock.json @@ -36,7 +36,7 @@ "@walmart/amp-mini-app": "1.0.11", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.56", - "@walmart/attendance-mini-app": "0.70.0", + "@walmart/attendance-mini-app": "0.72.0", "@walmart/config-compo...
update AMA to 0.72.0
update AMA to 0.72.0
080f3c1a864533f27def2232ac688d45a41e5ddd
--- packages/allspark-utils/src/RenderGuard.tsx @@ -38,9 +38,9 @@ export const RenderGuard = ( // Setup pre render hook const complete = usePreRender?.(); - // Toggle on when hook returns true + // Toggle on when hook first returns true useEffect(() => { - if (complete) { + if (complete && !ready) { ...
fix: render guard had possiblity to run again
fix: render guard had possiblity to run again
65ae132fb1e92de6c3a949fdd5ed0cfea058004e
--- src/components/TeamList.tsx @@ -445,6 +445,10 @@ export const TeamChatCard = (props: { const [expanded, setExpanded] = useState(false); const toggle = () => { + analytics('expandteamlist', { + message: 'expand or contract teams list', + expandedVal: expanded, + }); setExpanded(!expanded...
add show/hide teams expansion listener
add show/hide teams expansion listener
70589ebb965cf8427b9ee15e228f46d43db7c77b
--- package.json @@ -109,7 +109,7 @@ "@walmart/exception-mini-app": "1.8.19", "@walmart/expo-config-plugins": "~0.5.3", "@walmart/facilities-management-miniapp": "0.18.33", - "@walmart/feedback-all-spark-miniapp": "^0.9.78", + "@walmart/feedback-all-spark-miniapp": "0.9.79", "@walmart/financia...
fix(update): bug fix feedback app GDVCVR-17867 (#4809)
fix(update): bug fix feedback app GDVCVR-17867 (#4809) Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
6dd187e62388fd94c8b87aed95ea77489391e7e0
--- packages/allspark-foundation/__tests__/Feature/AllsparkFeatureModule.test.tsx @@ -2,7 +2,6 @@ import { AllsparkFeatureModule } from '../../src/Feature/AllsparkFeatureModule'; import { render } from '@testing-library/react-native'; import { Text } from 'react-native'; - describe('AllsparkFeatureModule', () => ...
code cleanup
code cleanup
56fc909d04b0c8ed9a86dbd795f318d728f5bcdd
--- package-lock.json @@ -3333,9 +3333,9 @@ "integrity": "sha512-2lWd8SElggyOahK4nn0xJgPzSqTS5npYsrLCfOj3aeMy0/fXufGzmTvAVeI0dTAAOqGBHWXFhB87ANiVAf6F6w==" }, "@walmart/counts-component-miniapp": { - "version": "0.0.20", - "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp...
Counts component version bump
Counts component version bump
230a4b56e30e2e47f1e84cacbdb85baaf7d3ac5a
--- packages/components-library/README.md @@ -28,14 +28,12 @@ This library requires the following peer dependencies to be installed in your pr ```json { - "@react-native-picker/picker": "~2.11.1", + "@expo/vector-icons": "~14.1.0", "@walmart/gtp-shared-components-3": "*", - "expo": "53.x", + "expo-image": "~...
feat(ax-comp): remove unused peer dependencies (#539)
feat(ax-comp): remove unused peer dependencies (#539) * feat(ax-comp): remove unused peer dependencies * feat(ax-comp): remove unused peer dependencies
396b97c08360ba8ebf2da1b64cbf37f2846e3077
--- graphql.yml @@ -32,7 +32,7 @@ applications: tags: - 'v1' - name: 'getForYouHeaderAssociateDetails' - hash: 'b68381014b562b9ef8c1d7ceace1428a360e4aeec862bbe203a573137862bde3' + hash: '287c026851ea047047ca9b3813d9f50e917a86796053ab650c6331e6ea02a92d' ...
fix(graphql): add associateid (#479)
fix(graphql): add associateid (#479)
8ad6f04dc845168894c75499fd8a0014bb5a860b
--- __tests__/components/__snapshots__/AssociateListItem.test.tsx.snap @@ -27,6 +27,12 @@ exports[`AssociateListItem should render AssociateListItem with props 1`] = ` accessibilityRole="text" accessible={true} importantForAccessibility="yes" + style={ + { + "flex": 1, + ...
chore: update yarn.lock to resolve dependency conflicts
chore: update yarn.lock to resolve dependency conflicts
b8e5a46a84cd424da9a0b3a6381d59db7a54a333
--- packages/allspark-foundation/src/Device/redux.ts @@ -39,6 +39,11 @@ export const deviceSlice = createSlice({ state.loading = false; state.error = action.payload; }, + ADD_VERSION_MODIFIER: (state, action: PayloadAction<string>) => { + if (state.data?.appVersion) { + state.data.appV...
feat: add capability to tag device version with modifier through redux action
feat: add capability to tag device version with modifier through redux action
dbef59c2113356d94745514e1391e80544ee64f6
--- src/components/TeamList.tsx @@ -218,7 +218,6 @@ const StoreTeamItem = (props: {style?: StyleProp<ViewStyle>}) => { const associateList = (associateData.data?.getDailyRoster || []) as Associate[]; return associateList; - // eslint-disable-next-line react-hooks/exhaustive-deps }, [associateData...
Removed comments
Removed comments
3f7e93499915cf11001325723f6e96374aedb9c1
--- src/components/TeamList.tsx @@ -40,6 +40,7 @@ import {Associate, Team} from '../types'; import {useTranslation} from 'react-i18next'; import {TEXTING_I18N_NAMESPACE} from '../translations'; import {messageButtonEnabled, pushToTalkEnabled} from '../redux/selectors'; +import moment from 'moment-timezone'; const...
Added date changes
Added date changes
958a1998775869a5dce55c3300b574af7cb483e6
--- yarn.lock @@ -6643,7 +6643,7 @@ __metadata: version: 0.0.0-use.local resolution: "@walmart/core-services-allspark@workspace:packages/core-services-allspark" dependencies: - "@walmart/allspark-foundation": "patch:@walmart/allspark-foundation@npm%3A6.27.4#~/.yarn/patches/@walmart-allspark-foundation-npm-6...
revert yarn..lock
revert yarn..lock
138f05eb66a3d73625ce8c96cc2febb164647206
--- yarn.lock @@ -6776,7 +6776,7 @@ __metadata: "@walmart/facilities-management-miniapp@npm:0.17.0": version: 0.17.0 - resolution: "@walmart/facilities-management-miniapp@npm:0.17.0::__archiveUrl=https%3A%2F%2Fnpm.ci.artifacts.walmart.com%3A443%2Fartifactory%2Fapi%2Fnpm%2Fnpme-npm%2F%40walmart%2Ffacilities-manag...
remove facilities mgmt archive in yarn lock
remove facilities mgmt archive in yarn lock
15164fab80cb3ad8ec99a0c19cf440b950b11f5d
--- src/screens/ChannelsScreen.tsx @@ -142,7 +142,6 @@ export const ChannelsScreen: React.FC<ChannelScreenProps> = ( } extraData={extraData} estimatedItemSize={100} - contentInset={{bottom: bottomInset}} contentContainerStyle={{ paddingTop: channelTopMar...
update top margin for channel screen
update top margin for channel screen
55e90c29b7b1d3f7a607500aafc87c65a2466b11
--- package.json @@ -127,7 +127,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-geolocation": "1.2.0", "@walmart/metrics-mini-app": "1.29.15", - "@walmart/mod-flex-mini-app": "1.30.2", + "@walmart/mod-flex-mini-app": "1.30.3", "@walmart/moment-walmart": "1.0.4",...
fix(mod-flex-mini-app): INNODELOC-17003 Update clearance price type code (#4841)
fix(mod-flex-mini-app): INNODELOC-17003 Update clearance price type code (#4841) Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
524b13c575393cc4d2faedb704fb252da1ef08aa
--- packages/allspark-foundation/__tests__/Work/Context.test.tsx @@ -1,3 +1,7 @@ +// ******************************************************** +// DELETE THIS FILE *************************************** +// ******************************************************** + import { render, fireEvent } from '@testing-library/r...
feat: add temp comments DWORK-6097
feat: add temp comments DWORK-6097
50538b099e161c68c6634baddf63eeaa9f872a03
--- packages/allspark-utils/src/addInterceptor.ts @@ -0,0 +1,48 @@ +export type InterceptorMap<T extends Object> = Partial< + Record< + keyof T, + T[keyof T] extends (...params: any[]) => any + ? (...params: Parameters<T[keyof T]>) => Parameters<T[keyof T]> + : (value: T[keyof T]) => T[keyof T] + > +>...
feat: add interceptor util. update types
feat: add interceptor util. update types
a2ae244c5c0ecc7397a0420b1b34a4a9c8c9cb08
--- package.json @@ -89,7 +89,7 @@ "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "3.6.0", + "@walmart/wmconnect-mini-app": "3.7.0", "babel-jest": "^29.6.3", "chance": "^1.1.11"...
feat(ui): updated version
feat(ui): updated version
b7ecf618b5efc1a7975674ef8666e4a1ed748500
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.3.9", + "version": "1.3.10", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", --- packages/allspark-foundation-hub/src/Shared/Hooks/index.ts @@ -1,3 +1,6 ...
Expose type for get viewer primary team function
Expose type for get viewer primary team function
ebfa209b2c091dd54e586327f73d43613a1ccd33
--- graphql.yml @@ -23,7 +23,7 @@ applications: - name: "GetSupplyChainShifts" queryTemplate: "src/queries/getSupplyChainShifts.graphql" tags: - - "v2" + - "v1" - name: "GetTeamById" queryTemplate: "src/queries/getTeamById.graphql" ...
update tags
update tags
c4f3860034ab0f6770e05fc8c17f435aecb5921f
--- package-lock.json @@ -11859,9 +11859,9 @@ "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" }, "graphql-config": { - "version": "4.4.0", - "resolved": "https://npme.walmart.com/graphql-config/-/graphql-config-4.4.0.tgz", - "integrity": "sh...
chore: update lock file
chore: update lock file
95ca92ac657300b1651b31f83054bc7239746d39
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/amp-mini-app": "1.1.48", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.13.4", - "@walmart/attendance-mini-app": "1.52.0", + "@walmart/attendance-mini-app": "1.54.0", "@walmart/compass-sdk-...
ama v1.54.0
ama v1.54.0
ec1ddea104f2f8885dd519538731958b62791a2f
--- src/home/components/GreetingRowV2/mockData.tsx @@ -12,7 +12,7 @@ export const mockData = { 'firstName': 'GLORIA', 'fullName': 'PANTOJA, GLORIA', 'lastName': 'PANTOJA', - 'hireDate': '2010-05-27', + 'hireDate': '2010-07-10', 'punch': { 'lastPunchTime': '2025-05-16 13:43:10', '...
feat(header): build for anniversary
feat(header): build for anniversary
4a2f188d5e09b25b684a24c85bae33d5fb5a81d9
--- docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.7.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.6.0...v3.7.0) (2025-09-22) + + +### Features + +* audio parameters updated ([205a7c5](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/205a7c5b7836944a7fa084cd03aef66465abfee1)) +* **ui:** au...
chore(release): 3.7.0 [skip ci]
chore(release): 3.7.0 [skip ci] # [3.7.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.6.0...v3.7.0) (2025-09-22) ### Features * audio parameters updated ([205a7c5](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/205a7c5b7836944a7fa084cd03aef66465abfee1)) * **ui:** audio upload err...
c3ea05fcee9e39d0af8987d00992bd2b12b606ff
--- src/utils/rosterDetail.tsx @@ -261,13 +261,23 @@ export const getFilterCount = ( }, allTeams: any[], ) => { - if (teamState.teamIds?.[0] === TOTAL_STORE_TEAM_ID) { +if (teamState.teamIds && teamState.teamIds.length > 0 && teamState.teamIds[0] === TOTAL_STORE_TEAM_ID) { + if (teamRoster) { return { - ...
Update src/utils/rosterDetail.tsx
Update src/utils/rosterDetail.tsx Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
a1cdc1968f27d8f7a6a7c40554827d6b5a9f418d
--- src/core/notificationInit.ts @@ -82,8 +82,6 @@ export function* onInit(): any { authToken, }; - console.log('WmNotification is', WmNotification); - yield put(SumoActionCreators.chargeStarted()); yield call(WmNotification.charge, options as SumoOptions); yield put(SumoActionCreators.c...
remove console.log; add 'distribution center' to switch case
remove console.log; add 'distribution center' to switch case
9d54c2a842c3c7c469528c132fe0f581f5bba881
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.2.0...v2.3.0) (2024-06-11) + + +### Features + +* **ui:** Merge changes SMDV-5809 ([7826f0d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/7826f0d0b52ef754811f41e0aec5062b86a2a089)) + # [2.2.0...
chore(release): 2.3.0 [skip ci]
chore(release): 2.3.0 [skip ci] # [2.3.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.2.0...v2.3.0) (2024-06-11) ### Features * **ui:** Merge changes SMDV-5809 ([7826f0d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/7826f0d0b52ef754811f41e0aec5062b86a2a089))
4e94c25828c7c8966e5f3fbae5e19897d7326b74
--- __tests__/harness/mockData/associate.ts @@ -45,6 +45,6 @@ export const generateMockAssociate = ( preferredLastName: testValues?.preferredLastName || chance.string(), punch: null, //TODO: create generator for this field userId: testValues?.userId || chance.string(), - win: testValues?.win || chance...
Update my team mini app version
Update my team mini app version
f96cb8f13b2aef94394b01aebc99f725ad9a6546
--- .gitignore @@ -52,6 +52,7 @@ install-state.gz build.context.json +.claude .claude-flow .swarm .yalc
chore: add .claude to .gitignore file
chore: add .claude to .gitignore file
b53a77ecda1f156ea5bd57f424dfc44a278316ff
--- package-lock.json @@ -1879,17 +1879,17 @@ } }, "@walmart/allspark-me-mini-app": { - "version": "0.0.3", - "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.0.3.tgz", - "integrity": "sha512-c5a+HA+mn/6t70gZbm3/cFMCHi7IENZNkF1p0FOEK7luOqP3Fx6G...
Incrementing me mini app version
Incrementing me mini app version
a159c02390d887400b5d274431733b58bd25cb1f
--- ios/Podfile.lock @@ -673,7 +673,7 @@ PODS: - RNFBApp - RNFS (2.20.0): - React-Core - - RNGestureHandler (2.9.0): + - RNGestureHandler (2.8.0): - React-Core - RNImageCropPicker (0.38.1): - React-Core @@ -688,7 +688,7 @@ PODS: - React-Core - RNReactNativeHapticFeedback (1.14.0): ...
bump price changes to 1.7.3 and counts to 0.1.2
bump price changes to 1.7.3 and counts to 0.1.2
a7c8ac306c9e0ec2d0c6e9dd61ea2ae9c9b11e34
--- src/components/RosterWidget/useRosterWidget.ts @@ -28,7 +28,7 @@ export const useRosterWidget = ( isSiteDC: boolean, ) => { const {t} = translationClient.useTranslation(); - const {selectedTeamIds, refresh, widgetStyle} = props; + const {selectedTeamIds, refresh, widgetStyle, selectedShifts} = props; co...
Adding filter count changes
Adding filter count changes
852160361bcc400ce53e97e71a6b43b25bfdb981
--- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx @@ -232,7 +232,7 @@ export class AllsparkFeatureModule< <Navigator.Screen key={screen} name={screen} - {...restConfig} + {...(restConfig as any)} {...routeConfig} c...
fix: type errors
fix: type errors
1bb6932c50a1faf8071d08370312c25692f1c091
--- package-lock.json @@ -4530,9 +4530,9 @@ } }, "@walmart/ui-components": { - "version": "1.3.0-rc.11", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-rc.11.tgz", - "integrity": "sha512-8/KgDYiuTC9JhJPBzFjem8Ocovaqe0vNMN/okkhUgBCiAimUMixQNsCChwsrE1I...
bug fix SSMP-2932
bug fix SSMP-2932
4caead2f1d2b06bd1057d9b640c2de6295f0e311
--- 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.121.0", + "@walmart/profile-feature-app": "0.122.0", "@walmar...
Bump profile-feature-app to 0.122.0
Bump profile-feature-app to 0.122.0
ed5c4d1fa58c284a162d4619e26e05cc6ac53b99
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 124 + versionCode 125 versionName "1.0.11" } ...
Incrementing build number
Incrementing build number
0c715df66b3bb7c64860b9e3388bef60d5e1c1ca
--- src/channels/components/ChannelRow.tsx @@ -65,8 +65,9 @@ export const ChannelRow = (props: ChannelRowProps) => { const navigation = useNavigation<NavigationProp<TextingNavParamsMap>>(); - const {channelData, channelName, lastMessage, unread} = - useChannelDetails(channelPath); + const {channelData, chan...
lint fixes according to the different version
lint fixes according to the different version
1e324b1637a3c2d5ab3f2237d455971e2c453bd4
--- ios/BuildSupport/MeAtWMBeta_InHouse_Provision.mobileprovision Binary files a/ios/BuildSupport/MeAtWMBeta_InHouse_Provision.mobileprovision and b/ios/BuildSupport/MeAtWMBeta_InHouse_Provision.mobileprovision differ
update provision profile.
update provision profile.
a6ab9014cdddc3ebfc44301f31dacc0e90927ef2
--- __tests__/__snapshots__/AppTest.tsx.snap @@ -2,7 +2,7 @@ exports[`RootContainer renders and fires startup event 1`] = ` <Provider - env="beta" + env="dev" environmentOverrides={{}} > <RenderGuard> @@ -13,7 +13,7 @@ exports[`RootContainer renders and fires startup event 1`] = ` exports[`RootContainer...
snapshot updated
snapshot updated
8ee5ea0625ed324c377a005edc1bb87483736e6a
--- packages/allspark-foundation/src/Components/Banners/AllsparkBanner.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { GestureResponderEvent, StyleSheet, View } from 'react-native'; -import Animated, { FadeIn, FadeOut } from 'react-native-reanimated'; +import Animated from 'react-native-reanimated'; import {...
feat: add option to customize banner enter and exit animation, default to none
feat: add option to customize banner enter and exit animation, default to none
bea3e3236951097436b624fc30ab74440c18017f
--- README.md @@ -39,13 +39,11 @@ This is the Me@Walmart app. - [Onboarding docs](https://gecgithub01.walmart.com/ - `yarn` - `yarn build` +- `yarn prebuild` - `bundle install` ### ios setup steps -- `cd ios` -- `bundle exec pod install` -- `cd ..` - default env is dev, run: `xed ios/AllSpark.xcworkspace` -...
updating readme to include prebuild
updating readme to include prebuild
79aacfc6445445953cb28c8c72f968bdfad09e7e
--- targets/US/package.json @@ -93,7 +93,7 @@ "@walmart/calling-mini-app": "0.5.17", "@walmart/checkout-mini-app": "3.31.0", "@walmart/compass-sdk-rn": "5.19.15", - "@walmart/config-components": "4.5.3", + "@walmart/config-components": "4.5.5", "@walmart/core-services": "~6.5.2", "@walmar...
remove react native check app install
remove react native check app install
47537b3abca4ebcb8e1766a3c1347a068eba6101
--- package.json @@ -44,7 +44,7 @@ "@walmart/functional-components": "^1.0.21", "@walmart/gtp-shared-components": "^0.2.2", "@walmart/moment-walmart": "1.0.4", - "@walmart/push-to-talk-mini-app": "0.0.19", + "@walmart/push-to-talk-mini-app": "0.0.20", "@walmart/react-native-logger": "^1.14.0",...
Update package.json
Update package.json
be37ed23132a34f1cd61dcdd159405159f685cb0
--- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/types.ts @@ -44,6 +44,16 @@ export interface TeamSelectionListItemProps { toggleSelection: () => void; } +export interface RenderTeamSelectionListItemsProps { + teams: Team[]; + areaTeamsLength?: number; + isLastListItem: boolean; + ...
Adding types for RenderTeamSelectionListItemProps
Adding types for RenderTeamSelectionListItemProps
d93a62ed86cdebb4bd7411ddee22735e2df3ca44
--- plugins/withRealm.ts @@ -1,11 +1,5 @@ -import { - ConfigPlugin, - withAppBuildGradle, - withDangerousMod, -} from "@expo/config-plugins"; +import { ConfigPlugin, withAppBuildGradle } from "@expo/config-plugins"; import { mergeContents } from "@expo/config-plugins/build/utils/generateCode"; -import { promises } ...
chore: remove unused imports
chore: remove unused imports
c51dec77e87edb83fb238e57340f38fc79adf6e1
--- src/common/constants.ts @@ -4,6 +4,7 @@ export const LOCAL_STORAGE_KEY_PREFIX = 'roster-'; export const ASC_SORT = -1; export const DESC_SORT = 1; export const NO_SORT = 0; +export const supplyChainDomain = 'supplyChain'; export const payTypes = Object.freeze({ SALARIED: 'S', --- src/screens/AllTeamsScre...
move constant to constand file
move constant to constand file
fe68383f1161fb15637cf1386de0daade5b2bc12
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -18,7 +18,7 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper developersText="impersonation.developers" deviceType="PERSONAL" displayName="Sam Walton" - displayPttAlert={3} + ...
snapshot update
snapshot update (cherry picked from commit 20f62655caaa1c58e2c1f099b337d52e6cbcd6d2)
2681e7979864690862b6c0b161906bb7f4837fc4
--- 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.24.2](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebration-...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.24.2
6f724a468d6b83fa33a85a4f98dfae7a3f6472ea
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx @@ -4,8 +4,8 @@ import { ComponentContainer, } from '@walmart/allspark-foundation/Components'; import { useDispatch } from 'react-redux'; -import { validateWidgets } from './utils'; -import { LayoutConfigType, ValidatedTeamW...
feat(ui): update default layout config
feat(ui): update default layout config
4a279e939fd203362db1046d6cec3ce50ed3df17
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx @@ -8,6 +8,7 @@ import { teamShiftSwitcherStyles as styles } from './style'; import { TeamShiftSwitcherProps } from './types'; import { useAllsparkTranslation } from '@walmart/allspark-foundation'; impo...
feat: updates selected shift type and util
feat: updates selected shift type and util
bae02fa8c5f9ef8e2082ac261612ba3cfe66416a
--- package-lock.json @@ -51,7 +51,7 @@ "@walmart/avp-shared-library": "0.2.12", "@walmart/backroom-mini-app": "1.0.6", "@walmart/calling-mini-app": "0.1.24", - "@walmart/checkout-mini-app": "3.9.310", + "@walmart/checkout-mini-app": "3.10.0", "@walmart/compass-sdk-rn":...
Checkout drop21 PR against me@
Checkout drop21 PR against me@
8bc494ecfbf92954fde5f70f55eb6c1a1c90cd99
--- package-lock.json @@ -3094,9 +3094,9 @@ "integrity": "sha512-6mn+6g+DjmNh3C26iI+gVE0XZQpnUVIIJJIKr+UX6eYhBmjSxI89C4/8VEr3+slxjAxKdQehgkqYnj5tuJHgxw==" }, "@walmart/exception-mini-app": { - "version": "0.17.0", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
bump Exception mini app version
bump Exception mini app version
afe161e4bf88bcf55148b962d1859d2a6fae89a2
--- package.json @@ -73,6 +73,7 @@ "@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", ...
updated iteminfo and print version
updated iteminfo and print version
ff29c3a8c5e7ba9a9d40a3bd751d1ffaf5656083
--- package.json @@ -161,7 +161,7 @@ "@walmart/sidekick-mini-app": "4.231.0", "@walmart/store-feature-orders": "1.34.7", "@walmart/talent-preboarding-mini-app": "1.0.48", - "@walmart/taskit-mini-app": "5.42.33", + "@walmart/taskit-mini-app": "5.42.35", "@walmart/time-clock-mini-app": "3.19.6",...
Fixing Few safety bug fix on (#4864)
Fixing Few safety bug fix on (#4864)
139f7232ed34e2b55c83a9ba74ddae3ad6a7d673
--- packages/allspark-foundation/__tests__/Components/ComponentContainers.test.tsx @@ -80,12 +80,12 @@ describe('ComponentContainer', () => { expect(container.hasComponent('mockComponent2')).toBe(true); }); - test('register method adds a component (deprecated)', () => { + test('register method adds a compon...
code cleanup
code cleanup
50182e52539bd26a9afb934fcddc8f4d2b263a05
--- core/src/navigation/index.tsx @@ -22,14 +22,6 @@ export const RootStackNavigation = (props: { const isAppAccessible = useSelector(getIsAppAccessible); - /** - * Get User will check for previously logged in user and set - * their details in the auth state. - */ - useEffect(() => { - AuthService.get...
fix: invalid grant auth error handling
fix: invalid grant auth error handling
f028022f0b685d1904ee334ca2ba27d23148524c
--- package.json @@ -53,8 +53,6 @@ "eslint-plugin-jest": "27.6.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react-native": "4.1.0", - "expo": "~52.0.46", - "expo-image": "~2.3.2", "graphql": "^16.8.1", "graphql-tag": "*", "husky": "^9.0.11", --- packages/allspark-foundatio...
fix(prefetch-images): Fixed PR comments
fix(prefetch-images): Fixed PR comments
9a544edaedb295bc11edcc6e29514b8bc8974d54
--- graphql.yml @@ -83,11 +83,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql' tags: - 'v1' - - name: 'getAssociatePreferences' - hash: '38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4' -...
fix: remove unwanted queries in graphql
fix: remove unwanted queries in graphql
8225f0c7392969e7830ad58795a6e77370aabd06
--- packages/allspark-foundation/src/Feature/types.ts @@ -239,7 +239,6 @@ export type FeatureEventTypeMap = { * description Called when the feature capability is disconnected */ onDisconnect: DisconnectCapabilities | undefined; - /** * @description Called when the feature capability is disconnected ...
Merge changes
Merge changes
88acd23a345e4af432d9fa7c8af98c3753169caa
--- core/__tests__/__mocks__/@walmart/metrics-mini-app.js @@ -1,6 +1,6 @@ module.exports = { __esModule: true, default: { - buildScreensByTag: () => 'MetricsScreens', + buildAllScreens: () => 'MetricsScreens', }, }; --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -5,7 +5,6 @...
using buildAllScreens instead of buildScreensByTag on metricsFeature screens
using buildAllScreens instead of buildScreensByTag on metricsFeature screens
77eb4b81a0b9c5620342695fc80c6bc3401608fc
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx @@ -124,7 +124,7 @@ export const SupplyChainRosterDetailScreen = ({ teamLabel: string[]; teamIds: string[]; }>({ - shiftIds: [loggedInUserShift], + shiftIds: [loggedInUserShift as string], teamLabel: [defaultTeamLabel as string...
fix(ui): update roster and wmconnect mini app version smdv-9999
fix(ui): update roster and wmconnect mini app version smdv-9999
f561c5a1e03dec96fb7bc4cc4d7d89cb43e47a7e
--- __tests__/screens/AllTeamsScreen.test.tsx @@ -6,7 +6,6 @@ import {SupplyChainAllTeamsScreen} from '../../src/screens/AllTeamsScreen/Supply import {SiteSelectors} from '@walmart/allspark-foundation/Site'; import * as hooks from '../../src/hooks'; import {useSelector} from 'react-redux'; -import {act} from 'react-...
fix(bug): add tests for SupplyChainAllTeamsScreen
fix(bug): add tests for SupplyChainAllTeamsScreen
897d8f618fdb7e07035ef05fd13e34f0fc3a08c9
--- packages/allspark-utils/src/addProxy.ts @@ -31,11 +31,3 @@ export const addProxyMethod = <T extends Object>(value: T) => { return new Proxy(newValue, proxyHandler); }; - -export class Proxyable { - constructor() {} - - public proxy<T extends typeof this>(instance: T) { - return addProxyMethod<T>(instance...
fix: remove util
fix: remove util
32d19c0dc085ac47d5d4738eb56d1eef2014e0df
--- .looper.multibranch.yml @@ -497,6 +497,7 @@ flows: - (name looper prebuild clean) ./BuildSupport/looper-clean.sh - (name looper credentials) ./BuildSupport/looper-credentials.sh - call: cocoapods-install + - (name prepare xcode) bundle exec fastlane set_xcodeversion version:$TARGET_XCODE ...
update hallway2
update hallway2
8d2308709fcd31f2c8e5693d9e06feb70b4f8665
--- targets/US/package.json @@ -148,7 +148,7 @@ "@walmart/store-feature-orders": "1.27.1", "@walmart/taskit-mini-app": "4.17.17", "@walmart/time-clock-mini-app": "2.419.0", - "@walmart/topstock-mini-app": "1.16.25", + "@walmart/topstock-mini-app": "1.17.8", "@walmart/ui-components": "patch:@wa...
updated topstock version to 1.17.8
updated topstock version to 1.17.8
f8ebf14050bf7c72cefed958e60815d491a5e692
--- packages/allspark-foundation/src/Translation/client.ts @@ -185,7 +185,7 @@ export const TranslationClient = (config?: TranslationClientOptions) => { const syncToDeviceLanguage = async () => { const originalDeviceLanguage = await getDeviceLanguage(); const parsedDeviceLanguage = originalDeviceLanguage.r...
Modification to the syncToDeviceLanguage
Modification to the syncToDeviceLanguage
4fbc650db66b56acd0716b1baff85b52bcfb2bc6
--- scripts/mini-app-scan/package-deprecation/mini-app-check/analyzer.ts @@ -256,6 +256,10 @@ export async function handleAnalysisResults(allFindings: DeprecationFinding[], s targetBranch: prContext.targetBranch } }); + } else { + // Only cleanup when there are NO findings at all (nei...
fix(comments): adjust comments
fix(comments): adjust comments
323366c2f8d8a0efd9ab5f44c731c1490bd4319e
--- packages/allspark-foundation/package.json @@ -40,7 +40,7 @@ "allspark-generate-graphql": "./cli/generate.js", "allspark-link": "./cli/link.js", "allspark-setup": "./cli/setup.js", - "certify-booted-sim": "./cli/certify-booted-sim", + "certify-booted-sim": "./cli/certify-booted-sim" }, "re...
feat: add more specific permission selectors for location and notification
feat: add more specific permission selectors for location and notification
d34493c36ee547588ab113744f3a4acd9ecbfe40
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.12.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.11.0...v2.12.0) (2024-09-25) + + +### Features + +* **ui:** fixed critical sonar violations ([800f59a](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/800f59a4b3c3132ab9fbad40ba76c65dd11c63f6)) +...
chore(release): 2.12.0 [skip ci]
chore(release): 2.12.0 [skip ci] # [2.12.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.11.0...v2.12.0) (2024-09-25) ### Features * **ui:** fixed critical sonar violations ([800f59a](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/800f59a4b3c3132ab9fbad40ba76c65dd11c63f6))
8adea094d66ef4690a1c3586dff3f3f17972d581
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.1-alpha.9", + "version": "2.12.1-alpha.10", "main": "dist/index.js", "files": [ "dist"
Update roster mini app version
Update roster mini app version
c2f07d7ffefd01a28331663f278a5fca2ccd2566
--- package.json @@ -104,6 +104,7 @@ "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "6.1.4", "@walmart/ui-components": "1.15.1", + "@walmart/wmconnect-mini-app": "2.21.0", "babel-jest": "^29.2.1", "chance": "^1.1.11", "eslint": "8.22.0", --- src/screens/RosterDetai...
Update the roster mini app with presence provider
Update the roster mini app with presence provider
7d1045e0ed963c9a327ba8d4c1d2a532dc1f55ae
--- .gitignore @@ -42,7 +42,7 @@ local.properties node_modules/ npm-debug.log yarn-error.log -install-state.gz +.yarn/install-state.gz # fastlane
Adding install-state.gz to gitignore file
Adding install-state.gz to gitignore file
d7120b855734edca01b3cc74df65c4b50e2abc60
--- package.json @@ -88,7 +88,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.5.25-rc1", + "@walmart/facilities-management-miniapp": "0.5.25", "@walmart/feedback-...
Bumped up version
Bumped up version
6d23144ed9af9755f1481d613acd400aac8e0998
--- packages/me-at-walmart-container/src/translations/index.ts @@ -6,7 +6,6 @@ export const MeAtWalmartTranslationConfig: TranslationClientOptions = { ns: ['container'], defaultNS: 'container', compatibilityJSON: 'v3', - supportedLngs: ['en-US', 'es-MX'], localeConfig: { 'en-US': { currency: '$...
fix: supported languages field caused problems for those expecting default en language
fix: supported languages field caused problems for those expecting default en language
acef1b99664d909f2ce93d095810386870e05d7d
--- src/components/GroupMessageButton/GroupMessageButton.tsx @@ -34,7 +34,8 @@ export const GroupMessageButton = ({ const team = data?.getTeamById; const startTeamText = useStartTeamText(); const startStoreText = useStartStoreText(); - const isTotalStore = teamId === TOTAL_STORE_ID; + // Use the utility func...
fix(ui): message team/store btn fab fix
fix(ui): message team/store btn fab fix
cecaf5992f8f864a830ecc7efae4bbda19e32dd5
--- src/navigation/AssociateHallwayNav/Tabs/index.tsx @@ -175,7 +175,7 @@ export const MainTabsNav = () => { const badgesCount = useSelector(getInboxBadgeCount); const taskTabBadge = getTaskTabBarBadge(); - const myTeamTabBadge = MyTeamHooks.useChannelUnreadCount(); + const myTeamTabBadge = MyTeamHooks.useMes...
using unread messages rather than channels for badge count
using unread messages rather than channels for badge count
91a1e5e9b2858d7ac54f2cdb9614fb2d65382ae9
--- package-lock.json @@ -61,7 +61,6 @@ "@walmart/metrics-mini-app": "0.9.38", "@walmart/mod-flex-mini-app": "1.3.15", "@walmart/moment-walmart": "1.0.4", - "@walmart/OneWalmart-MiniApp": "1.0.12", "@walmart/pay-stub-miniapp": "0.9.21", "@walmart/payrollsolution_minia...
removing OneWalmart mini app
removing OneWalmart mini app
c870e4c43bb1ff8c3f7e95a6e607575ae4852621
--- package.json @@ -161,7 +161,7 @@ "@walmart/sidekick-mini-app": "4.231.0", "@walmart/store-feature-orders": "1.34.7", "@walmart/talent-preboarding-mini-app": "1.0.48", - "@walmart/taskit-mini-app": "5.42.31", + "@walmart/taskit-mini-app": "5.42.33", "@walmart/time-clock-mini-app": "3.19.6",...
feat: fixing back issue (#4860)
feat: fixing back issue (#4860)
49fa8d99b81df18ee41d22a8e714b28f85f5a7b3
--- .looper.multibranch.yml @@ -1,9 +1,3 @@ inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml updateTaskStatusOnGit: true # added as per discussion on SREDP-11895 - -envs: - ios: - variables: - COCOAPOD_VERSION: "1.15.2" - TARGET_XCODE: "15.4" \ No newline at end of file
PR feedback looper
PR feedback looper
dc8968623cc163826934c7d0772d27178eb73c2f
--- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx @@ -226,8 +226,6 @@ export const HubDashboard = ({ ]) ); - console.log('====>isOffSite', isOffSite); - return ( <> {showOnboarding && !isOffSite ? ( --- packages/allspark-foundation-hub/src/Store/Modules/Onboarding/T...
feat(ui): removed logs
feat(ui): removed logs
5d5c98724b81fb47fa6fd0bd6036009d9685e59a
--- package-lock.json @@ -46,7 +46,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.5.26", + "@walmart/facilities-management-miniapp": "0.6.0-beta1"...
Updating package.json - @walmart/facilities-management-miniapp to 0.6.0-beta1
Updating package.json - @walmart/facilities-management-miniapp to 0.6.0-beta1
fcf196f4b4a1e312139950355086e9b64d43b1df
--- __tests__/source/__snapshots__/index.test.tsx.snap @@ -27,4 +27,27 @@ exports[`myTeamMiniApp should render MyTeamMiniApp as expected 1`] = ` </SafeAreaProvider> `; -exports[`myTeamMiniApp should render TeamHub as expected 1`] = `null`; +exports[`myTeamMiniApp should render TeamHub as expected 1`] = ` +<Navigato...
feat(ui): update navigation for team hub
feat(ui): update navigation for team hub
41a377fd37fbce9e08a86db37a3cc5f5de0fbfa8
--- package.json @@ -76,7 +76,7 @@ "@walmart/ask-sam-mini-app": "^0.41.8", "@walmart/config-components": "3.0.2", "@walmart/core-services": "~1.0.14", - "@walmart/core-services-allspark": "^1.4.91", + "@walmart/core-services-allspark": "~1.4.91", "@walmart/core-utils": "^1.0.8", "@walmart...
change core service allspark dependency to auto update patch only
change core service allspark dependency to auto update patch only
a4a3b13f56c168f63ae5b0bb78dd724e91b9dfa8
--- package-lock.json @@ -51,7 +51,7 @@ "@walmart/functional-components": "2.0.6", "@walmart/gta-react-native-calendars": "0.0.15", "@walmart/gtp-shared-components": "^2.0.0-rc.1", - "@walmart/impersonation-mini-app": "1.6.0", + "@walmart/impersonation-mini-app": "1.7.0", ...
adjest impersonation styling and data props for upgraded gtp shared component for TextField
adjest impersonation styling and data props for upgraded gtp shared component for TextField
cfe9dbfef1c966739d37b91dc2ab78f0693c31be
--- packages/my-walmart-hub/src/HubFramework/Core/Hub.tsx @@ -357,15 +357,19 @@ const HubLoadingState = React.memo((props: any) => { if (layoutItems.length > 0) { // Mirror the exact structure of the defaultLayout + let skeletonCounter = 0; return defaultLayout.map((row: any[]) => - row...
feat: update unique index for the layout loader (#557)
feat: update unique index for the layout loader (#557) Co-authored-by: p0d02sx <prasansuresh.dhresh@walmart.com>
736f3ef1cb23c98d658746f5f13b28d2132b4f2b
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/HubHeader/HubHeader.tsx @@ -8,6 +8,8 @@ import { import { useAllsparkImage } from '@walmart/allspark-foundation/Components/context'; import { TouchableOpacity } from 'react-native-gesture-handler'; import { RosterHeaderProps, getHeaderStyles } fro...
feat: added feature flags for header and filter
feat: added feature flags for header and filter
88653509737a1f86531340d3c2ed76810395fe19
--- src/screens/ChannelsScreen.tsx @@ -68,7 +68,7 @@ const renderChannel: ListRenderItem<string> = ({ export const ChannelsScreen: React.FC<ChannelScreenProps> = ( props: ChannelScreenProps, ) => { - const {bottom: bottomInset, top: topInset} = useSafeAreaInsets(); + const {bottom: bottomInset} = useSafeAreaInse...
remove top inset
remove top inset
24453822782d0f29405e77c3ecef2302117840ee
--- packages/me-at-walmart-container/src/graphql/index.ts @@ -1,20 +1,20 @@ -import {GraphQLClientConfig} from '@walmart/allspark-foundation/GraphQL'; -import {IMeAtWalmartEnvironment} from '@walmart/me-at-walmart-common'; -import {AthenaUriLink, TypeRemappingLink, ErrorLoggerLink} from './links'; -import {TypePolicies...
refactor: remove uneeded type remapping link
refactor: remove uneeded type remapping link
369fe3728c72d2f6b5d1c005ee09072abb4e2943
--- android/app/src/main/assets/fonts/icomoon.ttf Binary files a/android/app/src/main/assets/fonts/icomoon.ttf and b/android/app/src/main/assets/fonts/icomoon.ttf differ --- ios/AllSpark.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileR...
clockStatus indicator fix and other misc vqa fixes (#311)
clockStatus indicator fix and other misc vqa fixes (#311) Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
1d347d7f2b0cc6f1302e5c81a489ad38f0b27400
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.1", + "version": "2.0.2", "private": false, "main": "bundle/dist/index.js", "files": [ --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.1", + "version": "2.0.2", "...
bumping package version for next publish
bumping package version for next publish
4572b1ca391a4f7ddbb0981075c44951e036a16f
--- docs/docusaurus.config.ts @@ -11,11 +11,11 @@ const config: Config = { url: 'https://gecgithub01.walmart.com', // Set the /<baseUrl>/ pathname under which your site is served // For GitHub pages deployment, it is often '/<projectName>/' - baseUrl: '/pages/smdv/allspark/', + baseUrl: '/pages/allspark/alls...
Update the components for doc
Update the components for doc
76d73f3e206d68036af822d091ae3b88ec615f2a
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -86,9 +86,9 @@ BAD96B05EA590DEDF555D52B /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-AllSpark/ExpoModulesProvider.swift"; sour...
Reverting file encoding
Reverting file encoding
fbbf610edcc497b1197d1aaea3e7c8eddcd5f606
--- package-lock.json @@ -4983,9 +4983,9 @@ "integrity": "sha512-cN6NCvTVApgS+XbQXhGS5J7W7rjoa26sh7/5qERnAedZzvZPoHY9gHobC8bdSdzBqImHaGQkaoNvjhq7uihJZw==" }, "@walmart/amp-mini-app": { - "version": "0.2.10", - "resolved": "https://npme.walmart.com/@walmart/amp-mini-app/-/amp-mini-app-0.2.10.t...
Update amp-mini-app to 0.2.12, fix CTP-7944
Update amp-mini-app to 0.2.12, fix CTP-7944
bfdaa4570d175458443ccb3d4cc204e3b4b8e410
--- package-lock.json @@ -44,7 +44,7 @@ "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", "@walmart/emergency-mini-app": "1.9.0", - "@walmart/exception-mini-app": "1.0.3", + "@walmart/exception-mini-app": "1.0.13", "@walmart/facil...
@walmart/exception-mini-app 1.0.13, gtp-shared-components 2.0.0-rc.1, ims-print-services-ui 1.2.0
@walmart/exception-mini-app 1.0.13, gtp-shared-components 2.0.0-rc.1, ims-print-services-ui 1.2.0
9732b9ca7321efdc8d1981bf35dde344973c1e0d
--- package.json @@ -89,7 +89,7 @@ "@walmart/counts-component-miniapp": "0.0.42", "@walmart/emergency-mini-app": "1.17.0", "@walmart/exception-mini-app": "1.0.14", - "@walmart/facilities-management-miniapp": "0.5.8", + "@walmart/facilities-management-miniapp": "0.5.10", "@walmart/feedback-all-...
FCM Version bump - 0.5.10
FCM Version bump - 0.5.10 FCM Version bump - 0.5.10