commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
cf86ccb528c988adf2ada0f37d6f995ba4cfef72
--- ios/Podfile.lock @@ -2044,4 +2044,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 5e9af5bffc9ed6ee9db34b0f1573f68bd919bf97 -COCOAPODS: 1.12.1 +COCOAPODS: 1.12.0
Revert lockfile to 1.12.0
Revert lockfile to 1.12.0
9901cd4ca251ccb183be24a0878fbbebae706fb1
--- __tests__/harness/firestore/channelsProvider.ts @@ -3,7 +3,7 @@ import {IChannelsContext} from '../../../src/channels'; import {decryptUserId} from '../../../src/utils'; import {determineLastMessageText} from '../../../src/channels/transforms'; const {storeCollections} = require('./data/stores'); -import {create...
moving dist to src
moving dist to src
e2ec2cb31f596ad86dfd149e27549bf1aef981f1
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-0c1CKmJBY0Nu7cZ+F6Hz2gRmcw4KqrOL1A5HjabEIFeADjBPoZb5qqIH9+wwF4XuhTCz0CGOPAsQQ4l3O1VzSQ==" }, "@walmart/inbox-mini-app": { - "version": "0.23.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
version bump
version bump
5fb22eead3e4c8ecec9ee51a295d706e61950849
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -103,6 +103,9 @@ Array [ <Screen name="profile.certificationsScreen" /> + <Screen + name="profile.militaryStatusScreen" + /> <Screen name="profile.personalSettingsScreen" ...
feat: updated stack nav snapshots
feat: updated stack nav snapshots
dba09522cb1db9a9aefa01314e779b80bf6bee86
--- packages/allspark-foundation/src/Feature/types.ts @@ -229,6 +229,7 @@ export type BuildScreenConfig = { export type FeatureEventListeners = { onConnect: (capability?: ConnectCapabilities) => void; onDisconnect: (capability?: ConnectCapabilities) => void; + onEnableChange: (enabled: boolean) => void; }; ...
fix: add missing feature event listener typing
fix: add missing feature event listener typing
a51c4551bceb3a5d28452b605a577b4f8bd4c44d
--- package-lock.json @@ -56,7 +56,7 @@ "@walmart/emergency-mini-app": "1.27.0", "@walmart/exception-mini-app": "1.7.3", "@walmart/facilities-management-miniapp": "0.7.3", - "@walmart/feedback-all-spark-miniapp": "0.9.52", + "@walmart/feedback-all-spark-miniapp": "0.9.58", ...
drop 19 changes
drop 19 changes
2ce347a7c59d67c444a196c82c7e1fd4e0503869
--- .looper-pr.yml @@ -29,3 +29,4 @@ envs: AUTHOR: temp SLACK_CHANNEL: 'smdv-miniapp' +
fix(ui): update looper yml
fix(ui): update looper yml
464501025f00b33fdd6d57ab10d2d28769d34cc0
--- .looper-pr.yml @@ -29,3 +29,4 @@ envs: AUTHOR: temp SLACK_CHANNEL: 'smdv-miniapp' +
feat(ui): update prod queries #SMDV-9999
feat(ui): update prod queries #SMDV-9999
2626ab6eb94069e4122103ae1a06084516193721
--- 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.49.0", + "@walmart/time-clock-mini-app": "2.79.0", "@walmart/ui-co...
fix: bugs
fix: bugs
cc4fb18e4e9ea4fad52df02d342b6f2cd32b5d15
--- src/components/RosterWidget/useRosterWidget.ts @@ -1,3 +1,4 @@ +// @ts-nocheck import { TeamHubWidgetProps, TOTAL_STORE_TEAM_ID, --- src/screens/AllTeamsScreen/SupplyChainAllTeamsScreen.tsx @@ -164,6 +164,7 @@ export const SupplyChainAllTeamsScreen = () => { <TeamListItem key={`team...
feat: supply Roster integration fixes
feat: supply Roster integration fixes
c7a54da3e59ca47dc29961dcaebcd8e3df190478
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.0-alpha.6", + "version": "1.15.0-alpha.7", "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
3084902ea148876abba16d5132969a39486aac31
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.39.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.38.0...v2.39.0) (2025-06-23) + + +### Features + +* **ui:** removing extra space ([8b45a0e](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/8b45a0e89122a8041732870b493b6de4cc2fed3c)) + # [...
chore(release): 2.39.0 [skip ci]
chore(release): 2.39.0 [skip ci] # [2.39.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.38.0...v2.39.0) (2025-06-23) ### Features * **ui:** removing extra space ([8b45a0e](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/8b45a0e89122a8041732870b493b6de4cc2fed3c))
e2f5bc02bb894d7c8d4936e29f7f285167691a06
--- __mocks__/@walmart/allspark-foundation/Network.js @@ -6,4 +6,9 @@ module.exports = { configure: jest.fn(), addEventListener: jest.fn(), }, + NetworkSelectors: { + getData: jest.fn(), + getNetworkWifiSiteId: jest.fn(), + getNetworkType: jest.fn(), + }, }; --- __tests__/changeStore/selector...
feat(core): ALLSPARK-5703 Test automation for connectivity files (#4008)
feat(core): ALLSPARK-5703 Test automation for connectivity files (#4008) * added deeplink tests * added connectivity tests * code cleanup * code cleanup * pr fix * pr fix * code cleanup * feat(core): code cleanup
58afc2646b24f9f469a80f58351edb74b5a96909
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.3.1...v1.4.0) (2024-06-17) + + +### Features + +* **ui:** update version SMDV-5884 ([021bd94](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/021bd94fc8bd2a95c840d9a6fa82b0a07021bb9c)) + ## [1.3....
chore(release): 1.4.0 [skip ci]
chore(release): 1.4.0 [skip ci] # [1.4.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.3.1...v1.4.0) (2024-06-17) ### Features * **ui:** update version SMDV-5884 ([021bd94](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/021bd94fc8bd2a95c840d9a6fa82b0a07021bb9c))
88680f2452a238151ec73a477e0d51866c0ebb96
--- package-lock.json @@ -3032,9 +3032,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.10.1", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.1.tgz", - "integrity": "sha512-SawjtKYnk7pwSA93027rkhpeyLZ62HOcdI1fd4PtjyP1WmrCb3N5GWvFfGDS+OLf...
Ask Sam CCM Fix (#349)
Ask Sam CCM Fix (#349) * Ask sam version bump * Version increment Co-authored-by: rlane1 <rlane1@walmart.com>
283587419b57ba8fc0178c357762c91c718f2048
--- package.json @@ -99,9 +99,9 @@ "@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.1", + "@walmart/roster-mini-app": "2.14.2", "@walmart/ui-components": "1.15.1", - "@walmart/...
fix(ui): update the my team mini app version smdv-9999
fix(ui): update the my team mini app version smdv-9999
dad20d5eeca0daba08db4910b6e8c0886d399b18
--- __tests__/__mocks__/@walmart/allspark-foundation-hub.js @@ -0,0 +1,5 @@ +module.exports = { + managerExperienceFeature: { + buildAllScreens: () => 'ManagerExperienceScreens' + } +} \ No newline at end of file --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -6...
chore: fix test for manager experience addition
chore: fix test for manager experience addition
1c51a8365f8a402b82213023b7adf9dda82240fe
--- graphql.yml @@ -11,88 +11,88 @@ applications: - name: "GetAssociateClockStatus" queryTemplate: "src/queries/getAssociateClockStatus.graphql" tags: - - "v1" + - "v2" - name: "GetAssociateName" queryTemplate: "src/queries/getAssoci...
update tags
update tags
96df3441545f6bf6e14fc8c972a5c01679384692
--- src/navigation/AssociateHallwayNav/SideMenuContent.tsx @@ -133,7 +133,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps< ); const nameInitials = useSelector(UserSelectors.getOriginalUserInitials); - const displayName = useSelector(UserSelectors.getOriginalUserFirstName); + const disp...
fixing GlobalNavigation display name
fixing GlobalNavigation display name
2a57db731c0bd8245a197643e6b31c905b12732c
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.13.0-alpha.5", + "version": "1.13.0-alpha.6", "main": "dist/index.js", "files": [ "dist" --- src/index.tsx @@ -1,7 +1,7 @@ import React from 'react'; import {firebase} from '@react-native-firebase/app-check'; -...
feat(ui): update myteam mini app version
feat(ui): update myteam mini app version
de8f6867df5ee1283fc648ab2ea9803bb24d2892
--- lerna.json @@ -19,8 +19,5 @@ "ignoreChanges": [ "**/*.md", "**/__tests__/**" - ], - "packages": [ - "packages/*" ] }
chore: fix lerna config
chore: fix lerna config
a500f8381fffaa39578b941ba8e61e9b6fb61ad0
--- core/src/navigation/USHallway/AssociateHallwayNav/Tabs/MyTeamStackNav.tsx @@ -11,8 +11,6 @@ import {MyTeamHooks} from '@walmart/wmconnect-mini-app'; import {MainTabsScreenProps, MyTeamStackMap} from '../types'; import {withScreenGuards} from '../../../../core/CreateGuardedScreens'; import {MINI_APPS} from '../.....
Update the my team mini app changes
Update the my team mini app changes
e85e9202b6fa9a82a7b4f271c4ba8e9eb588b958
--- package-lock.json @@ -5488,9 +5488,9 @@ "integrity": "sha512-Tz8PRLTpf4goLTBXayZxsBRuy/8+fnxjt+m7g3kfu0NRG58n/MgKi9krclf+LSLBhYTJcL5sKg8ckhA90dHlYQ==" }, "@walmart/receipt-check-miniapp": { - "version": "1.5.0", - "resolved": "https://npme.walmart.com/@walmart/receipt-check-miniapp/-/rece...
Bump receipt mini app version
Bump receipt mini app version
40361a886335f448e3e4600908b5c8005f9440a1
--- src/components/Roster/Roster.tsx @@ -10,6 +10,20 @@ import {useSelector} from 'react-redux'; import {teamLeadJobDescriptions} from '../../redux/selectors'; import {Associate} from '../../types'; +/** AssociateRosterItem fields + * userId + * win + * fullName + * preferredFirstName + * preferredLastName + *...
identify minimal fields needed for an associateRoster item
identify minimal fields needed for an associateRoster item
c34839b5c07f534cdb0713fb12f84a99e87ebe98
--- core/__tests__/home/components/CelebrationCard/indexTest.tsx @@ -63,7 +63,7 @@ describe('CelebrationCard', () => { mockUseSelector.mockReturnValueOnce({timeZoneId: 'America/New_York'}); // site Timezone mockUseSelector.mockReturnValueOnce(true); // isStore mockUseAsync.mockReturnValueOnce({loading: true});...
CO : 4.0.17
CO : 4.0.17
55aff2e4eeb9c901d786a0a6aa48e58bfab686f1
--- src/navigation/AssociateHallwayNav/SideMenuContent.tsx @@ -79,7 +79,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = ( }, [drawerStatus]); useEffect(() => { - getUnreadCountForAllChannels().then(setUnreadMessagesCount); + setUnreadMessagesCount(getUnreadCountForAllChannels())...
updating meganav unread count with new method
updating meganav unread count with new method
9dfbe372ef232ab68acf033a79201cb56051c15d
--- packages/allspark-foundation/src/Navigation/config/redux.ts @@ -17,6 +17,7 @@ export type NavConfigState = { loading: boolean; error: boolean; data: NavConfigData | null; + overridden: boolean; }; const INITIAL_STATE: NavConfigState = { @@ -26,6 +27,7 @@ const INITIAL_STATE: NavConfigState = { load...
feat: add action to override nav config data completely
feat: add action to override nav config data completely
46a0b2a597877a3b9350738e1b31098215ab50b0
--- docs/docs/components/hub framework/hub-architecture.md @@ -32,6 +32,9 @@ Provides a customizable header for the hub, allowing users to show or hide it as - Title Component - Navigation Component +#### Image +`Todo: Add the image` + #### API - `showHeader`: boolean (true/false) @@ -55,6 +58,9 @@ A self-conta...
Update the documentation with the appropriate info
Update the documentation with the appropriate info
8be594a5c40682537b8b456c61d88930e42e9b2e
--- package-lock.json @@ -5541,9 +5541,9 @@ } }, "@walmart/settings-mini-app": { - "version": "1.8.0-beta.1", - "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.8.0-beta.1.tgz", - "integrity": "sha512-mL1NuQGjVXs/HBliF5R/epxTo3+lnuJ+fSZYxv2zKVjt3WE90...
update setting beta v
update setting beta v
0fe546d79bfd88c55cf7445f95bf267cd4e171b6
--- package-lock.json @@ -44,7 +44,7 @@ "@walmart/core-utils": "~1.3.0", "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", - "@walmart/emergency-mini-app": "1.18.0", + "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-m...
Added emergency Drop 8.3 hotfix
Added emergency Drop 8.3 hotfix
0e78d888bf743c0ed466931c3ed1ccebd7b04c0b
--- packages/core-services-allspark/src/user/types.ts @@ -0,0 +1 @@ +export type { BU_TYPE_DOMAIN } from '@walmart/me-at-walmart-container'; --- packages/react-native-wm-notification/src/index.ts @@ -4,6 +4,7 @@ import { NotificationEventListeners, NotificationProfile, NOTIFICATION_EVENTS_TYPES, + Notificat...
fix: add missing export for backwards compatability
fix: add missing export for backwards compatability
7344d416e464a0c557ed67896886c1b7430cc810
--- packages/me-at-walmart-container/src/graphql/policies.ts @@ -6,13 +6,13 @@ export const TypePolicies: StrictTypedTypePolicies = { fields: { getAssociateById: { keyArgs: ['id', 'idType'], - read(existing, options) { + read(existing, { toReference, args }) { if (existing)...
chore: update options reference in graphql policy
chore: update options reference in graphql policy
b74adc16666e9c5c49643a2d0176c2489a163c70
--- ios/Podfile.lock @@ -328,35 +328,35 @@ PODS: - React - react-native-encrypted-storage (4.0.2): - React-Core - - react-native-geolocation-service (5.2.0): + - react-native-geolocation-service (5.1.1): - React - - react-native-get-random-values (1.7.0): + - react-native-get-random-values (1.5.1)...
pod file matching with develop
pod file matching with develop
6f7be5c2b48267258a0c85bb5fa19bbf19139814
--- package.json @@ -97,7 +97,7 @@ "@walmart/associate-listening-mini-app": "2.0.37", "@walmart/attendance-mini-app": "patch:@walmart/attendance-mini-app@npm:3.176.0#~/.yarn/patches/@walmart-attendance-mini-app-npm-3.176.0-b8336306f0.patch", "@walmart/avp-feature-app": "0.28.47", - "@walmart/avp-share...
Feature/fwb hotfix 1.35 (#5332)
Feature/fwb hotfix 1.35 (#5332) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
4694c946af13b59b03f235908f7a2e1e33bc64d4
--- packages/allspark-foundation-hub/package.json @@ -7,11 +7,6 @@ "files": [ "lib/" ], - "bin": { - "allspark-generate-graphql": "./cli/generate.js", - "allspark-link": "./cli/link.js", - "allspark-setup": "./cli/setup.js" - }, "repository": { "type": "git", "url": "https://gecgithub...
Update package json file for hub
Update package json file for hub
2443225364c5a57cb654fedbb48383f37425a922
--- src/components/TeamList.tsx @@ -345,9 +345,6 @@ export const TeamChatCard = (props: { } const renderTeamItems = teams.map((teamItemInfo, teamItemNdx) => { const isLastItem = teamItemNdx === teams.length - 1; - console.log( - 'isLastItem: ' + isLastItem + ' teamName: ' + teamIt...
remove console log
remove console log
e273b769ba6b1aceb1a20befde580da8695ce75e
--- package-lock.json @@ -4286,9 +4286,9 @@ } }, "@walmart/impersonation-mini-app": { - "version": "1.0.28-beta.8", - "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.28-beta.8.tgz", - "integrity": "sha512-6cO57SnVFT8MhLIajydD87lM7tLyNjS2...
version bump
version bump
213542099c67642c780896759ae0685c84a17862
--- jest.config.js @@ -6,7 +6,7 @@ module.exports = { coverageThreshold: { global: { statements: 88, - branches: 84, + branches: 83.96, functions: 79, lines: 88, },
chore: lower coverage after drop due to code removal
chore: lower coverage after drop due to code removal
344799c6bfa5571230d957ea335b26d24bac0161
--- src/components/ActionButton/index.tsx @@ -1,7 +1,12 @@ import React, {createElement} from 'react'; import {ActivityIndicator, TouchableOpacity} from 'react-native'; -import Animated from 'react-native-reanimated'; -import {Icons} from '@walmart/gtp-shared-components'; +import Animated, { + interpolateColor, + u...
Revert "Task SMDV-4754 pause button backgoundColor changed"
Revert "Task SMDV-4754 pause button backgoundColor changed"
96c70269a5aafee0b1c498b46d06076cddf32a14
--- src/auth/LoginErrorScreen/index.tsx @@ -117,11 +117,11 @@ export const ErrorScreen = ( const customErrorCode = params?.authError?.code; const [isNetworkError, isTimeMismatchError, isBrowserNotFoundError] = useMemo(() => { - const networkError = networkErrors.some( - (term) => customError?.toL...
lint fixes to pass pr checks
lint fixes to pass pr checks
bb8ab1d31ef0f1a012e008ee5d70bc1efe8e73c1
--- src/sumo/SumoRedux.ts @@ -90,7 +90,7 @@ export const getSumoProfile = createSelector( ); export const getSumoProfileId = createSelector( [getSumoProfile], - (profile) => profile.profileId, + (profile) => profile?.profileId, ); export const getEncryptedSumoProfileId = createSelector( [getSumoProfileId, g...
Fixing sumo selector
Fixing sumo selector
1bb01c314e19419ce2c6a5570f8509e9e4b44233
--- package-lock.json @@ -1,6 +1,6 @@ { "name": "allspark-main", - "version": "1.8.5", + "version": "1.8.10", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5575,14 +5575,13 @@ "integrity": "sha512-YRNp3VcfzWTyDZt6h5hAUK5XTzUrblOZOWUclor4ht/g4E5Oo2sMF8rV5swXlB3QdSQUZwSsU60b01veuR3o6...
update release to 0.0.13
update release to 0.0.13 - added react-native-html-parser - updated mini app version to 0.0.13 which includes changes in PR comments
f5660bbe0863871a0a35bd2a2169da5941f674c0
--- .github/pull_request_template.md @@ -11,6 +11,11 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag ## Please describe the changes, problems and solutions this PR is addressing: + +## Please provide comparision diff of changes from mini app github: +(Example: [v2.2.0...octocat:...
Update pull_request_template.md
Update pull_request_template.md
bd0405e91533fa917b80f3111bf3387c85962052
--- app.config.US.ts @@ -142,6 +142,7 @@ const CONFIG: ExpoConfig = { 'com.zebra.rfd8X00_easytext', 'com.zebra.scanner.SSI', ], + ITSAppUsesNonExemptEncryption: false, }, privacyManifests: { NSPrivacyAccessedAPITypes: [
chore(config): ALLSPARK-5708 update Info.plist (#4063)
chore(config): ALLSPARK-5708 update Info.plist (#4063) * chore(config): ALLSPARK-5708 update Info.plist * chore(config): ALLSPARK-5708 lint fix
80a235ded899b0afc5eb5b29f85c17dcf6da70e3
--- __tests__/utils/UserTest.tsx @@ -0,0 +1,50 @@ +import {associateDisplayName} from '../../src/utils/user'; + +describe('associateDisplayName', () => { + beforeEach(() => { + jest.clearAllMocks(); + }); + + it('should return preferred full name when available', () => { + const associate = { + preferredF...
Adding user test coverage
Adding user test coverage
cbe4afb8a3eab1113f1d3d95c5c0e8beee0fee9e
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/attendance-mini-app": "0.59.0", "@walmart/config-components": "4.1.0-rc.4", "@walmart/core-services": "~2.0.13", - "@walmart/core-services-allspark": "~2.9.1", + "@walmart/core-services-allspark": "~2.9.2", "@walmart/cor...
chore: update core services allspark for updated queries
chore: update core services allspark for updated queries
af5a2dc7f3e024f2683e996e725d51abe89ab7c8
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.7.0-beta.3", + "version": "3.7.0-beta.4", "main": "dist/index.js", "files": [ "dist",
fix: update wmconnect version
fix: update wmconnect version
f668df016ff7edbc1cf79db576bc5bfd5a5770c4
--- targets/US/package.json @@ -143,7 +143,7 @@ "@walmart/roster-mini-app": "2.8.2", "@walmart/schedule-mini-app": "0.118.0", "@walmart/shelfavailability-mini-app": "1.5.33", - "@walmart/sidekick-mini-app": "4.79.0", + "@walmart/sidekick-mini-app": "4.80.3", "@walmart/store-feature-orders": "1...
chore: bump sidekick@4.80.3
chore: bump sidekick@4.80.3
0b7d4b7dcf134cc87befddb3b2ec4715ca4041bb
--- app.config.US.ts @@ -101,7 +101,7 @@ const CONFIG: ExpoConfig = { '$(AppIdentifierPrefix)com.walmart.GenericKeychain', ], 'aps-environment': 'development', - 'com.apple.developer.nfc.readersession.formats': ['NDEF', 'TAG'] + 'com.apple.developer.nfc.readersession.formats': ['TAG'] ...
fix(hotfix): remove ndef entitlement
fix(hotfix): remove ndef entitlement
883c74f9b53dd5851b737a91d628be557691e484
--- package-lock.json @@ -3359,9 +3359,9 @@ "integrity": "sha512-jplu8SFzqVj1xWNlxMrPmR3oelBdyNBeQHJOr5YM7p7yqAWBiYO2jt9HyUkZCzRkEhrjjDufk9J5K9OJC1GhKA==" }, "@walmart/iteminfo-mini-app": { - "version": "1.0.17", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi...
Iteminfo updates- containing the fixes
Iteminfo updates- containing the fixes
10569782d189f530424be79e26c7808b5cabe949
--- src/navigation/index.tsx @@ -5,7 +5,6 @@ import {TextingNavParamsMap} from './types'; import {RosterScreen} from '../screens/RosterScreen'; import {SearchHeader} from '../components/SearchHeader'; import {ViewTeamScreen} from '../screens/ViewTeamScreen'; -import {useSafeAreaInsets} from 'react-native-safe-area-c...
Update the roster navigation stack
Update the roster navigation stack
84dacbbeedd9fbb99edd875459b3840805c4e306
--- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx @@ -30,9 +30,9 @@ import { displayTotalStore, } from '../../../redux/selectors'; import {SiteSelectors} from '@walmart/allspark-foundation/Site'; -import { UserSelectors } from '@walmart/allspark-foundation/User'; +import {UserSelectors} from '@wa...
update prettier
update prettier
e6590aa565b7798ab588a89574a406d1386bb39c
--- src/containers/UserHeader.tsx @@ -36,7 +36,7 @@ export const UserHeader = () => { return ( <ListItem UNSAFE_style={styles.item} - title={name} + title={name as string} leading={<Avatar userId={userId} style={styles.avatar} viewer={true} />} trailing={ <Switch isOn={pr...
fixing ts issues
fixing ts issues
02861274766c56824cd7e124f7816b361fe920f4
--- __tests__/auth/__snapshots__/AuthenticatorViewTest.tsx.snap @@ -95,6 +95,7 @@ exports[`AuthenticatorView renders error 1`] = ` } > <View + accessibilityLabel="retryButton" accessibilityRole="button" accessibilityState={ Object { @@ -251,6 +252,7 @@ exports[`Aut...
Fix/E2E-test-ID (#150)
Fix/E2E-test-ID (#150) * Adding accessibilityLabel for E2E testing * Updating snapshots
8867b586b4e65fc48713d31febc75fee7e4fd468
--- src/components/ShiftSwitcherModal/ShiftSwitcherModal.tsx @@ -1,7 +1,7 @@ import React, {useState} from 'react'; import {View} from 'react-native'; import {ShiftSwitcherModalStyles as styles} from './styles'; -import {ShiftType} from '../FilterChipGroup/types'; +import {ShiftType} from '../../common'; import {tr...
fix(bug): ensure both screens pass down the necessary props
fix(bug): ensure both screens pass down the necessary props
100ec1e1111033b5fad60dd38f5395128437472b
--- packages/me-at-walmart-common/src/redux/index.ts @@ -1,3 +1,2 @@ export * from './actions'; -export * from './sagas'; export * from './selectors'; --- packages/me-at-walmart-common/src/redux/sagas.ts @@ -1,22 +0,0 @@ -import { select, take } from 'redux-saga/effects'; -import { - ConfigActionTypes, - ConfigDa...
refactor: remove common sagas that have been moved to foundation
refactor: remove common sagas that have been moved to foundation
a0cd58b1fce6ecdfbc957b3c0f746389a473288f
--- packages/celebration-mini-app-graphql/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.28.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.37.0 - @walmart/celebration-mini-app-graphql@1.28.0
a78171f453ece562554bf988b1ff4abef4e18ff1
--- yarn.lock @@ -7056,7 +7056,7 @@ __metadata: "@walmart/store-feature-orders": "npm:1.27.1" "@walmart/taskit-mini-app": "npm:4.17.17" "@walmart/time-clock-mini-app": "npm:2.419.0" - "@walmart/topstock-mini-app": "npm:1.17.8" + "@walmart/topstock-mini-app": "npm:1.17.11" "@walmart/ui-componen...
yarn updated topstock version to 1.17.11
yarn updated topstock version to 1.17.11
b2366bc5bea98e178df3f9316bbfc4572ab3ad92
--- package.json @@ -91,7 +91,7 @@ "@walmart/allspark-utils": "7.3.1", "@walmart/amp-mini-app": "1.2.15", "@walmart/ask-sam-chat-components": "0.2.27", - "@walmart/ask-sam-mini-app": "1.35.21", + "@walmart/ask-sam-mini-app": "1.35.22", "@walmart/associate-exp-hub-hub": "2.21.5", "@walmart...
chore(ask sam mini app): SMBLV-9587 Markdown card is added to capability (#5391)
chore(ask sam mini app): SMBLV-9587 Markdown card is added to capability (#5391) Co-authored-by: Sowmya Munaganuri <Sowmya.Munaganuri+walmart@walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
da4d593358365851117450991b5d14a0aa35d647
--- packages/expo-config-plugins/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. +## [0.8.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0....
chore(version): updating package version
chore(version): updating package version - @walmart/expo-config-plugins@0.8.3
56e538ded9e2a116a2634382b3a900093b2d6697
--- __tests__/setup.ts @@ -1,16 +1,4 @@ jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter'); -jest.mock('@walmart/functional-components', () => { - const mockHttpClient = { - get: jest.fn(), - post: jest.fn(), - }; - return { - defaultHttpClient: { - clone: jest.fn(() => mockHttpClient...
feat(ui): update tests
feat(ui): update tests
5bb0e8037b5ffd3ee9394ebb0d3453bcb5d878a6
--- ios/Podfile.lock @@ -400,7 +400,7 @@ PODS: - React-Core - react-native-cameraroll (4.1.2): - React-Core - - react-native-encrypted-storage (1.1.0): + - react-native-encrypted-storage (1.1.3): - React-Core - react-native-geolocation-service (5.1.1): - React @@ -992,7 +992,7 @@ SPEC CHECKS...
bump RN encrypt storage.
bump RN encrypt storage.
18a67000b8250f1fb895972fbfc6933023c1db60
--- __tests__/sumo/SumoSagasTest.ts @@ -15,7 +15,12 @@ import WmNotification, { Domain, SumoPushEventTypes, } from 'react-native-wm-notification'; -import {AuthTypes, UserSelectors, AuthSelectors} from '@walmart/redux-store'; +import { + AuthTypes, + UserSelectors, + AuthSelectors, + DeviceInfoSelectors, +} ...
bump core services for user clear fix. fix saga cleanup logic
bump core services for user clear fix. fix saga cleanup logic
26ba61f1706e3d0f0ea0c73e9e0a7001f922b055
--- 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. +## [0.0.11](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-graphql-client@0.0.11 - @walmart/allspark-redux-store@1.0.10
eabe764566d494deffeb5db197b6d394e58ec65a
--- src/hooks/user.ts @@ -98,7 +98,3 @@ export const useTotalSiteOrTotalStore = (): string => { const isSiteDC = useSelector(SiteSelectors.getWorkingSiteIsDC); return isSiteDC ? 'Total site' : 'Total store'; }; - -export const useIsStoreDC = (): boolean => { - return useSelector(SiteSelectors.getHomeSiteIsDC); ...
fix: useTranslation Context
fix: useTranslation Context
4ce93450a2b87734e029ee4444a2ce3a9e7422f7
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 7 + versionCode 8 versionName "1.0.1" } spli...
Me and Ask Sam Bump (#331)
Me and Ask Sam Bump (#331) * Incrementing me version for crash fix * Ask sam increment * Incrementing me. Moving types to dev dependencies * Android & iOS build number increment * Android and iOS build increment Co-authored-by: rlane1 <rlane1@walmart.com>
96be92480f071fa59afaebe3445ed8a206d65f48
--- docs/docs/components/icons/_category_.json @@ -1,8 +1,8 @@ { - "label": "Icons", - "position": 3, - "link": { - "type": "generated-index", - "description": "Browse the icons available from various sources for use in Me@Walmart." - } - } \ No newline at end of file + "label": "Icons", + "po...
docs: sounds information
docs: sounds information
e5e9fb79984f5a65478574a5ceb812d98107e3a8
--- packages/allspark-foundation/src/Feature/README.md @@ -95,14 +95,15 @@ MyFeature.createModule({ #### `config.flows` -An object that defines feature "flows" (generators) for the container app to orchestrate. Flows should not terminate until they are complete. +An object that defines feature "flows" (generators)...
docs: update config flow doc
docs: update config flow doc
5f7ab64ae599e0c77de5bb12afbfc0a73f044456
--- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/styles.ts @@ -7,9 +7,10 @@ export const teamSelectionListItemStyles = (hasBorder: boolean) => display: 'flex', paddingTop: 16, paddingBottom: 16, + marginLeft: 16, + marginRight: 16, justifyContent: 'space-between', ...
Fixing border of team selection list item
Fixing border of team selection list item
ec618731830100642585f213383609c449280d85
--- package-lock.json @@ -4553,9 +4553,9 @@ } }, "@walmart/core-services": { - "version": "1.0.8", - "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.0.8.tgz", - "integrity": "sha512-t0/iTnvOjQpjbM3BZVyliY0Zybei4h8J3t+8Xb9MzPOMpVS3QKTeRM2NEDCjRSAt9xRlWwIwwBG...
bump core services
bump core services
f4e80f93f22e5e1cf7ee789b006597a372e176b9
--- .yarn/patches/@walmart-ask-sam-mini-app-npm-1.33.40-50d88b8263.patch @@ -1,23 +0,0 @@ -diff --git a/dist/index.js b/dist/index.js -index b84561f719881ef533c06c73299905216f8687a0..3bea95e882b23caa482ddcd188542377fd519801 100644 ---- a/dist/index.js -+++ b/dist/index.js -@@ -13,6 +13,7 @@ import { AskSamReduxProvider...
fix(ui): ALLSPARK-7403 android issue with transparent modal (#5125)
fix(ui): ALLSPARK-7403 android issue with transparent modal (#5125)
7e27ad28ab1f20b6925b9d693a13b82df4524cf7
--- scripts/sendToTeams.js @@ -0,0 +1,72 @@ +process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; +const yargs = require('yargs/yargs'); +const {hideBin} = require('yargs/helpers'); +const ACData = require('adaptivecards-templating'); +const axios = require('axios'); + +const args = yargs(hideBin(process.argv)) + .option('...
chore: move script needed by looper template up to top level
chore: move script needed by looper template up to top level
40d049378f5c8865c5013bc93982e99b12e10a61
--- __tests__/AppTest.tsx @@ -2,10 +2,6 @@ import React from 'react'; import {create} from 'react-test-renderer'; import {App} from '../src/index'; -jest.mock( - '@walmart/gtp-shared-components/dist/theme/theme-provider', - () => 'ThemeProvider', -); jest.mock('../env', () => ({ __esModule: true, default: ...
test fixes
test fixes
c6cc82b80bb8ecd6170dcc3836f4bcab4a97e93f
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.14", + "version": "1.0.15", "hasInstal...
Update version
Update version
ff5d3d2daa50529fca1c08d5a434b3a19e477364
--- packages/allspark-cli/package.json @@ -4,7 +4,7 @@ "description": "Allspark CLI: CLI tools for allspark clients", "main": "dist/index.js", "types": "dist/index.d.ts", - "bin": "dist/index.js", + "bin": "dist/cli-tool/index.js", "files": [ "dist" ], @@ -17,16 +17,21 @@ }, "scripts": { ...
fix(cli): fix build issue (#434)
fix(cli): fix build issue (#434) * fix(cli): publish package * fix(cli): publish package * fix(cli): publish package * fix(cli): publish package * fix(cli): publish package * fix(cli): publish package * fix(cli): publish package
d9ca095353ae90fb80f7a1d82af8048124d6b131
--- src/components/AssociateRosterItem/index.tsx @@ -19,13 +19,14 @@ import { associateIsClockedIn, encryptUserId, formatSchedule, + transformWfmSchedule, } from '../../utils'; import { useIsImpersonatedOnDev, useRbacConfigWithJobCode, useUserIsInRoster, } from '../../hooks'; -import {Associate} f...
Update schedule on view team screen
Update schedule on view team screen
795f761f3fa43e76a3253906c30f8299169a21c6
--- packages/core-widget-registry/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core-wid...
chore(version): updating package version
chore(version): updating package version - @walmart/core-widget-registry@1.3.0
b7f3f90a7945df897dc7d19874d0cd14c8074357
--- targets/US/package.json @@ -103,7 +103,7 @@ "@walmart/emergency-mini-app": "1.30.5", "@walmart/exception-mini-app": "1.8.11", "@walmart/facilities-management-miniapp": "0.17.0", - "@walmart/feedback-all-spark-miniapp": "0.9.72", + "@walmart/feedback-all-spark-miniapp": "0.9.74", "@walmart/...
GDVCVR-17557 removing podfile lock changes
GDVCVR-17557 removing podfile lock changes
b3262f66fcb1b26585a245b399624b046340b809
--- ios/Podfile.lock @@ -526,14 +526,14 @@ PODS: - AppAuth - Starscream (3.0.6) - StructuredLogAssistantIOS (0.0.6) - - SumoSDK (2.0.0-rc.2): + - SumoSDK (2.1.0-alpha.2): - Apollo (= 0.42.0) - Apollo/SQLite (= 0.42.0) - Firebase/Messaging (= 8.4.0) - StructuredLogAssistantIOS (= 0.0.6) ...
Sumo update.
Sumo update.
1331d1bd3baf5d743e5c31c21534e531cf9b4915
--- src/components/AssociateRosterItem/index.tsx @@ -14,8 +14,12 @@ import {goToIndividualSchedule} from '../../navigation/utils'; import {useSelector} from 'react-redux'; import {SiteSelectors, UserSelectors} from '@walmart/redux-store'; -// import {PresenceIndicator} from '../../presence/components/PresenceIndica...
Update clocked in indicator
Update clocked in indicator
d626414ea96efa4f82feae73eabbbc8c26349f1c
--- package-lock.json @@ -63,7 +63,7 @@ "@walmart/iteminfo-mini-app": "7.4.0", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "13.0.3", - "@walmart/metrics-mini-app": "0.15.10", + "@walmart/metrics-mini-app": "0.15.12", "@walmart/mod-flex-m...
metrics version bump (bug fixes)
metrics version bump (bug fixes)
03b02d07a4477ac9fea47c11331077d3f436fada
--- packages/allspark-foundation/__tests__/Feature/AllsparkFeature.test.tsx @@ -33,7 +33,7 @@ describe('AllsparkFeature', () => { it('create a GraphQL client', () => { const config = { uri: 'https://graphql.com' }; const results = feature.createGraphQLClient(config); - expect(results.featureId).toBe('te...
chore: fix references after update
chore: fix references after update
02a10f1a2636b5c1c5031042691e32c83a4e85d4
--- packages/celebration-mini-app/src/screens/CelebrationDetailsScreen.tsx @@ -232,7 +232,7 @@ const CelebrationDetailsScreen = CelebrationFeature.createScreen( return ( <View style={styles.screen}> <AllsparkSharedComponents.Component - id='Teamswitcher.MyWalmartTeamSwitcherWithHeader' + ...
feat(ui): update team switcher feature id
feat(ui): update team switcher feature id
a486b018ef36c3cb54aed4400989f1b2d9e7fa28
--- package-lock.json @@ -4331,9 +4331,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.5.66", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.66.tgz", - "integrity": "sha512-vVxftEb1/Y5JGn4NiVO1DWkz83RKSxa2V81lDJDX7E79kMl3O...
using ptt v0.5.68
using ptt v0.5.68
152cf10b908e4a1e88b45397a389e2a7851887a3
--- packages/me-at-walmart-container/__tests__/services/user/getAssociatesInfo.test.ts @@ -29,20 +29,20 @@ jest.mock('../../../src/services/user/utils', () => ({ describe('getAssociateInfo', () => { const tokenData = { - scope: '', - client_id: '', - guid: '', - iss: '', - jti: '', - sub: '', + ...
updated the value of token data in getAssociateInfo.test.ts
updated the value of token data in getAssociateInfo.test.ts
d4187610bce11c023e031bf5415186a82a738957
--- package-lock.json @@ -3560,9 +3560,9 @@ } }, "@walmart/settings-mini-app": { - "version": "1.3.8", - "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.3.8.tgz", - "integrity": "sha512-DnuWICgwXUEwBTmZlx+iEFmh1t7rtQLQICQ7RVYpbHABQAQDFMRUwhyBPCoZT6D...
Setting mini app version bump
Setting mini app version bump
bc7419da9387d3782be4b5e332136bca5e6444ea
--- packages/components-library/App.jsx @@ -3,8 +3,4 @@ LogBox.ignoreAllLogs(); export const AppEntryPoint = require('./.storybook').default; -export const App = () => { - return <AppEntryPoint />; -}; - export default AppEntryPoint;
chore: removed App from index
chore: removed App from index
68a3e71c2be8c91c07a19df964e36fe9eab3c089
--- src/components/Roster/Roster.tsx @@ -29,8 +29,8 @@ export const Roster: React.FC<RosterProps> = (props) => { const { // featureFlagMap, //TODO: Will be used as this is built out associateActionButtons = [], - // teamActionButtons, - associateListSearchQuery = null, //TODO: Filter results based on...
cleaning roster component
cleaning roster component
f558decac1ef5ccf6ad49bb57362879c88512ad2
--- packages/allspark-utils/src/types.ts @@ -409,7 +409,11 @@ export type InferPromiseType<T extends PromiseOrPromiseFunction> = * Infers the argument types of a function that returns a Promise. */ export type InferPromiseArguments<T extends PromiseOrPromiseFunction> = - T extends (param: infer Param) => Promise<...
fix: inferred arguments was not handling unknown properly
fix: inferred arguments was not handling unknown properly
277f9e1e27caaa62faddbc0d14f0cee9f7f30e7a
--- tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { /* Basic Options */ "target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ - "module": "commonjs", /* Specify module code gene...
update tsconfig file
update tsconfig file
0ec2f0f59c250c2e8cde0a46f42135b19976fc55
--- package.json @@ -11,8 +11,9 @@ "hoistingLimits": "none" }, "scripts": { - "build": "yarn workspaces foreach --all run build", + "build": "yarn workspaces foreach --all --topological-dev run build", "coverage": "jest --coverage", + "clean": "yarn workspaces foreach --all run clean", "en...
chore: fix build command
chore: fix build command
621e21be5b5f61563dd37b4461194e6ab9cc11bd
--- package.json @@ -163,7 +163,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/moment-walmart": "1.0.4", "@walmart/redux-store": "~6.3.28", - "@walmart/ui-components": "1.21.2", + "@walmart/ui-components": "1.21.3", "axios": "~1.6.0", "axios-cache-adapter": "patch:axios...
updating ui-comp version
updating ui-comp version
9d33bd46f04a66352d8a8d5f7473d4b5291c4771
--- container/index.tsx @@ -32,6 +32,7 @@ import {useTranslation} from 'react-i18next'; import {initi18n} from '../src/translations'; import {useDispatch} from 'react-redux'; import {userActions} from '@walmart/redux-store'; +import { SearchHeader, SearchScreen } from "../src/screens/SearchScreen"; const styles =...
minor fix to roster mini app
minor fix to roster mini app
ec961e35d5120def75011829e4885d31ec905f00
--- package.json @@ -159,7 +159,7 @@ "@walmart/translator-mini-app": "1.6.4", "@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.23.1#~/.yarn/patches/@walmart-ui-components-npm-1.23.1-247996ccb0.patch", "@walmart/walmart-fiscal-week": "^0.3.6", - "@walmart/welcomeme-mini-app": "1.0.12", +...
fix: header title fixes for welcome me (#4412)
fix: header title fixes for welcome me (#4412)
bd10e01b593888faae7a42752a4186563e0c72c7
--- src/biometrics/BiometricModal.tsx @@ -9,6 +9,7 @@ import WmTelemetry from 'react-native-wm-telemetry'; import {Images} from '../images'; import {BiometricActionCreators, getBiometricModalType} from './BiometricRedux'; import styles from './BiometricModalStyle'; +import {BIOMETRICS_LOG_KEY} from './utils'; exp...
Adding constant for biometric log key
Adding constant for biometric log key
16a619c1180a71d8c0f466e82cf03f82448e61ff
--- package-lock.json @@ -12573,9 +12573,9 @@ "license": "GPL-3.0-or-later" }, "node_modules/@walmart/topstock-mini-app": { - "version": "1.7.1", - "resolved": "https://npme.walmart.com/@walmart/topstock-mini-app/-/topstock-mini-app-1.7.1.tgz", - "integrity": "sha512-6Xlpfgz9RURCCqurjTRt...
fix: cache adapter patch did not include package json changes
fix: cache adapter patch did not include package json changes
cd1efbd4e1351af49ce47608895560dc42031a20
--- src/containers/ChatInput/index.tsx @@ -1,4 +1,5 @@ -import React, {useState} from 'react'; +import React, {useEffect, useState} from 'react'; +import {Keyboard} from 'react-native'; import {ThunkDispatch} from 'redux-thunk'; import {useDispatch, useSelector} from 'react-redux'; import { @@ -118,7 +119,35 @@ expo...
added changes for ios padding issue from messages tab in My Team section
added changes for ios padding issue from messages tab in My Team section
d8ea5072dec369e7419446c867c0f225c1880218
--- targets/US/package.json @@ -152,7 +152,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.168.19", "@walmart/store-feature-orders": "1.27.9", - "@walmart/taskit-mini-app": "5.25.2", + "@walmart/taskit-mini-app": "5.26.5", "@walmart/time-clock-mini-app": "2.448....
chore: bump taskit-mini-app@5.26.5
chore: bump taskit-mini-app@5.26.5
f6522e3b8c3aafdd447de4dc55e8e7604dce9c82
--- package-lock.json @@ -3032,9 +3032,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.19.0", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.19.0.tgz", - "integrity": "sha512-oRR7/bgc8jwbiiFYflAS7fM+mVdmM/ozXWaVIkOEapJaL4cE2SsQPwYmBGjob4Ib...
Bumping ask sam for crash fix and item info integration
Bumping ask sam for crash fix and item info integration
3795c91650c7f0ea7c8f8ee0e5e8cd6fc887c560
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.34.3", + "version": "1.34.4", "main": "index.js", "private": true, "workspaces": [ @@ -108,7 +108,7 @@ "@walmart/emergency-mini-app": "1.32.5", "@walmart/exception-mini-app": "1.8.19", "@walmart/expo-confi...
feat: hotfix v1.34.4 release (#5013)
feat: hotfix v1.34.4 release (#5013) Co-authored-by: Vasanth g Bhat - v0b01yj <Vasanth.G.Bhat@walmart.com> Co-authored-by: Jesus D Leon Beristain - j0d0n6h <Jesus.Dleonberistain@walmart.com> Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>