commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
6bfb1d35d84f20f64c81e9b09144a21c97a600fa
--- .looper-pr.yml @@ -32,4 +32,3 @@ envs: -
feat(ui): update concord SMDV-9999
feat(ui): update concord SMDV-9999
0d19fa434781b456f51607c90e17072677ec935c
--- __tests__/core/RootContainerTest.tsx @@ -113,8 +113,8 @@ describe('RootContainer', () => { }); describe('onImport', () => { - it('calls expected functions', () => { - onImport(); + it('calls expected functions', async () => { + await onImport(); expect(initEnv).toHaveBeenCalled(); expect(add...
versions screen not loading
versions screen not loading
24411860559c3d1492833fc13aa8f2abe815c7ba
--- android/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> - <uses-permission android:name="android.permission.BIND_DEVICE_ADMIN" /> <uses-permission android:name="android.permission.INTE...
androidmanifest file permission removed
androidmanifest file permission removed
aaeeff723a7165f4bba1b9aa02da3b6e1af6d107
--- example/src/index.ts @@ -2,6 +2,7 @@ import {AllsparkFeatureRunner} from '@walmart/allspark-foundation/FeatureRunner' import {TestContainer} from './container'; import Feature1 from './feature1'; import Feature2 from './feature2'; +import Feature3 from './feature3'; import Onboarding from './Onboarding'; exp...
feat: remove react-native config
feat: remove react-native config
318848ce828150055cf97d9fac5e07dc7a68052d
--- README.md @@ -295,4 +295,3 @@ With each React Native release, Expo will release a corresponding SDK. Follow th - Make sure you're on the correct versions (See Prerequisites) - Make sure you've built the project from the root folder. - Make sure you've run the `certifyBootedSim.sh` script. -
feat(item-info): Update iteminfoini app version for drop34
feat(item-info): Update iteminfoini app version for drop34
9a53b9a7b368104ddb70173eeeeb62e32c9b54d4
--- core/__tests__/permissions/IndexTest.ts @@ -1,20 +1,37 @@ -import {PermissionsFeature} from '../../src/permissions' +import {PermissionsFeature} from '../../src/permissions'; import {enUS, esMX} from '../../src/permissions//translations'; import { - PERMISSION_WELCOME_SCREEN, - PERMISSION_LOCATION_SCREEN, -...
lint issue fix
lint issue fix
1ed71195ba65398a18ed58b563a7a5cfc02e77ad
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.54.0", + "version": "2.55.0", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update the proximity changes for roster
Update the proximity changes for roster
f1f244919dc50c06b49d141edfa97c0e02653e05
--- package.json @@ -152,7 +152,7 @@ "rn-fetch-blob": "^0.12.0", "seamless-immutable": "^7.1.4", "semver": "^7.3.4", - "uuid": "^8.3.2", + "uuid": "3.3.2", "victory-native": "^35.0.1" }, "devDependencies": {
uuid version
uuid version
e264a25ffe26c933ab824a91d6243a54272cb77f
--- src/index.tsx @@ -1,4 +1,4 @@ -import React, {Dispatch, useMemo, useReducer} from 'react'; +import React, {Dispatch, useEffect, useMemo, useReducer} from 'react'; import {useSelector} from 'react-redux'; import {firebase} from '@react-native-firebase/app-check'; @@ -25,6 +25,8 @@ import { import {PresenceProvi...
firing sumo notification listener on app bootstrap
firing sumo notification listener on app bootstrap
f15d3eba03192d480c9ae69b1ef96220e9bed1b3
--- src/hooks/messages.ts @@ -3,7 +3,6 @@ import {useSelector} from 'react-redux'; import {useNavigation} from '@react-navigation/native'; import {SiteSelectors} from '@walmart/redux-store'; import {StackNavigationProp} from '@react-navigation/stack'; -import {encryptUserId} from '@walmart/allspark-utils'; import...
fix: fix user id encryption when starting new chat
fix: fix user id encryption when starting new chat
e1cd946bfb19bdba352d2fa6fa3aba10dd2744b0
--- __mocks__/@walmart/me-at-walmart-common.js @@ -23,5 +23,6 @@ module.exports = { Layout: 'Layout', addMultiple: jest.fn(), remove: jest.fn(), - } + }, + useSidekickAssistantFABFocusEffect: jest.fn(), }; --- __tests__/settings/thirdPartyNotices/ThirdyPartyNoticesTest.tsx @@ -42,3 +42,11 @@ test('...
feat(fab): ALLSPARK-7372 Hide FAB on some settings screen (#5101)
feat(fab): ALLSPARK-7372 Hide FAB on some settings screen (#5101)
388b92522c37504c86b818bb2abeca243adeef3f
--- targets/US/ios/Podfile.lock @@ -2126,9 +2126,9 @@ PODS: - React-perflogger (= 0.73.7) - ReactNativeART (1.2.0): - React - - Realm (20.0.0): - - Realm/Headers (= 20.0.0) - - Realm/Headers (20.0.0) + - Realm (10.51.0): + - Realm/Headers (= 10.51.0) + - Realm/Headers (10.51.0) - RealmJS (12.8...
rollback realm to 10.51.0
rollback realm to 10.51.0
93b00b124cb3fbfd4ff4bf097466de2e42ee5b99
--- package-lock.json @@ -4405,18 +4405,41 @@ "integrity": "sha512-2ykymwKYPNCHKRoSbwBpvNXMgjqkdKOi5O0DMvgilWp5R61li+Afn4j9aTASc05bwTSQX5R/kI3xP8+dIED6FA==" }, "@walmart/schedule-mini-app": { - "version": "0.12.0", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-...
bump schedule-mini-app & wfm-ui dependency vers
bump schedule-mini-app & wfm-ui dependency vers
03c51bbaebb7c0875494667c54ce95cad0afbc49
--- .looper-pr.yml @@ -23,7 +23,7 @@ envs: LINT: true UNITTEST: false BUILD: true - SONAR_SCAN: false + SONAR_SCAN: true ARTIFACT_PUBLISH: true AUTO_PR_MONO: false JIRAPREFIX: SSMP
fix(ui): update roster and wmconnect mini app version smdv-9999
fix(ui): update roster and wmconnect mini app version smdv-9999
6d8266c98b18c4cffda5dda70ebe2bf64e9a3082
--- graphql.yml @@ -1,6 +1,9 @@ schemaVersion: "1.0.0" enableGating: true teamRostersProductId: 1824 +notify: + slack: + channelName: "smdv-miniapp" applications: - name: "WMCONNECT-MINIAPP" applicationKey: "WMCONNECT-MINIAPP"
feat(ui): update graphql yml
feat(ui): update graphql yml
fd46630eba2369a38cee17f7e5f6745703b36197
--- __tests__/scripts/package-deprecation-check/helperTest.ts @@ -171,6 +171,20 @@ describe('helper.ts', () => { foundInFile: 'src/test.ts' }; + const mockWMLibrary = { + legacyLibrary: '@walmart/old-lib@^1.0.0', + replacement: '@walmart/new-lib', + enforcementDate: '2024-01-01', + ...
fix: fix issue where @walmart libraries are not shown in the PR comments (#4662)
fix: fix issue where @walmart libraries are not shown in the PR comments (#4662) Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com>
497e2396166b5f756b1abb3c17213848c938b868
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/Container/__snapshots__/HubDashboard.test.tsx.snap @@ -5,7 +5,7 @@ exports[`HubDashboard renders FloatingButton Component 1`] = ` <RCTScrollView contentContainerStyle={ { - "paddingBottom": 48, + "paddingBottom": 0, } ...
Add bottom padding for the container
Add bottom padding for the container
56b7347f0f3c5b0648e077c75399a295c61c101b
--- package.json @@ -141,7 +141,7 @@ "@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.8.40#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.40-d3d8ef2340.patch", "@walmart/receipt-check-miniapp": "1.30.2", "@walmart/redux-store": "~6.3.28", - "@walmart/returns-m...
chore(ui): drop 31 returns mini app changes (#4339)
chore(ui): drop 31 returns mini app changes (#4339) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
ee728a87db195fbfb1297f632e826ed169cb5e53
--- container/index.tsx @@ -17,6 +17,7 @@ import {UserView} from './UserInfo'; import env from './env'; import {TextingMiniApp, initialize} from '../src'; +import {TextingNavigation} from "../src/navigation"; const styles = StyleSheet.create({ container: { --- src/index.tsx @@ -24,16 +24,8 @@ import { impo...
navigating to search screen when app bootstrap simulating a push event
navigating to search screen when app bootstrap simulating a push event
25f544f5c3e3754e785d037395062402c8db69c2
--- 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/icomoon.ttf Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ
Adding shelf-availability icon
Adding shelf-availability icon
d2117e15b5cea35d5b17ba3b3a84b3f008f73ad5
--- src/auth/ErrorScreen.tsx @@ -22,6 +22,8 @@ import { ExclamationCircleFillIcon, ThemeProvider, colors, + Icons, + Nudge, } from '@walmart/gtp-shared-components'; import {useLogger} from '@walmart/core-services/Logger'; import {useTelemetry} from '@walmart/core-services/Telemetry'; @@ -243,6 +245,11 @@ ...
added support desc card on error screen.
added support desc card on error screen.
ab243ecfb5a808e8fb571a770c38eb584d188db9
--- package-lock.json @@ -53,7 +53,7 @@ "@walmart/gtp-shared-components": "2.0.4", "@walmart/impersonation-mini-app": "1.17.2", "@walmart/ims-print-services-ui": "2.0.6", - "@walmart/inbox-mini-app": "0.82.2", + "@walmart/inbox-mini-app": "0.82.3", "@walmart/iteminfo-mi...
bug fix inbox
bug fix inbox
c8436adec35e611515b8f0881938ae43c48e780e
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-shadow */ import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react'; import {translationClient} from '../../common/translation'; import {RefreshControl, View} from 'react...
Update src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
Update src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
7b907aa3f8e2d8b58f0e46ac19127b14337200af
--- package-lock.json @@ -4225,9 +4225,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.30", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.30.tgz", - "integrity": "sha512-SJSJ+GG5yUVMZKgugHITQhgKfNP52RLEDE0P9UrNHUNxv/...
updated home to latest and added TimeClockTabs screen to Me Stack
updated home to latest and added TimeClockTabs screen to Me Stack
d4683b6e3a39344740efc72bd53cedf5a21a92ba
--- ios/Podfile.lock @@ -538,7 +538,7 @@ PODS: - RCTTypeSafety - React - ReactCommon/turbomodule/core - - react-native-scanner-3.0 (0.2.1): + - react-native-scanner-3.0 (0.2.2): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0) @@ -1220,7 +1220,7 @@ SPEC CHECKSUMS: react...
build(pod): update scanner pod to 0.2.2
build(pod): update scanner pod to 0.2.2
a580974e8418050409d89d022eefdf32fa775772
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.2.7-alpha.2", + "version": "1.2.7-alpha.3", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", --- packages/allspark-foundation-hub/src/SupplyChain/Utils/ut...
Update the allspark foundation hub version for SC
Update the allspark foundation hub version for SC
906412e80e451e3e771571f8d29babe851933fef
--- package-lock.json @@ -4263,9 +4263,9 @@ "integrity": "sha512-Kcf+R1iCgxHOLCwMoW+zrde/AgO41H65qWBwGxBnKfHzy0JRJcdpZBldAksoK6j2RlT6IvCZoju3WydXMElJyw==" }, "@walmart/iteminfo-mini-app": { - "version": "4.0.8", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min...
Bumping up item info version that fixes a crash
Bumping up item info version that fixes a crash
9d2ae404642c220e7b40271bdc29f4b7c5fe4cef
--- core/__tests__/oneClick/useOneClickTest.tsx @@ -0,0 +1,79 @@ +import {renderHook} from '@testing-library/react-hooks'; +import {useSelector} from 'react-redux'; +import {useOneClick} from '../../src/oneClick/useOneClick'; +import {getOneClickConfig} from '../../src/oneClick/useOneClick'; +import { ConfigData } from...
added test coverage for one click
added test coverage for one click
43376dcbd4ea4c59848ab1c79a993945dee98d81
--- package.json @@ -97,9 +97,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.4.0", + "@walmart/roster-mini-app": "2.5.0", "@walmart/ui-components": "1.15.1", - "@walmart/wm...
feat(ui): Mini app changes for drop 23 SMDV-5921
feat(ui): Mini app changes for drop 23 SMDV-5921
9a5ecc2990d4c9ec2de6e5ed8b0d14ee22843075
--- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx @@ -446,6 +446,8 @@ export class AllsparkFeatureModule< const event = e as keyof NonNullable< IAllsparkFeatureListeners['feature'] >; + // @ts-ignore - listener intersection not accepted by event manager t...
chore: typescript fix with ignore and message
chore: typescript fix with ignore and message
0c38ff9bf2ee38e1bd20ddceb72811baa25f431d
--- package-lock.json @@ -4561,9 +4561,9 @@ } }, "@walmart/core-services": { - "version": "1.0.0-beta.7", - "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.0.0-beta.7.tgz", - "integrity": "sha512-u7/joErdB27Uytmb4WkP5jWwJ2kjqOeTCPOO74kAr8sJQb5zD7psQbjSNrC6H...
bump core services for token fallback and log reformatting
bump core services for token fallback and log reformatting
7ee96035dae2d1a1a17cf3dd54323b78fdc5330e
--- targets/US/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.3.4", - "@walmart/receipt-check-miniapp": "1.23.4", + "@walmart/receipt-check-miniapp": "1.24.2", "@walmart/redux-store":...
update version
update version
cbfb42860d98cc32368ab4ba019898ce9da63ba5
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/TeamShiftSwitcher/style.ts @@ -12,12 +12,13 @@ export const teamShiftSwitcherStyles = StyleSheet.create({ flexDirection: 'row', gap: 8, backgroundColor: colors.blue['130'], - width: '100%', + width: '95%', paddingVertic...
feat(ui): cleanup and other enhancements
feat(ui): cleanup and other enhancements
8c37e515ec7db8a5308cafe70e795c3d3fabc2d9
--- package-lock.json @@ -70,7 +70,7 @@ "@walmart/metrics-mini-app": "0.18.6", "@walmart/mod-flex-mini-app": "1.14.6", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "0.1.2", + "@walmart/money-auth-shared-components": "0.1.4", "@walmart/o...
bump version
bump version
ec637d6192330bce1fe483ef31dc9efd61fa3420
--- react-native.config.js @@ -2,6 +2,11 @@ module.exports = { project: { ios: {}, android: {}, + dependencies: { + ...(process.env.CI + ? {'react-native-flipper': {platforms: {ios: null}}} + : {}), + }, }, assets: ['node_modules/@walmart/ui-components/assets'], };
chore: disable flipper dependency on ios ci
chore: disable flipper dependency on ios ci
26f2fc3c27315180505e1ac75262dfef29dcb031
--- packages/allspark-foundation/src/Feature/AllsparkFeature.tsx @@ -19,7 +19,7 @@ import { TelemetryManagerConfig, TelemetryModule, } from '../Telemetry'; -import { TranslationModule } from '../Translation'; +import { TranslationFeatureClient, TranslationModule } from '../Translation'; import { GeolocationServ...
fix(ALLSPARK-7221): incorrect typing for translation feature client
fix(ALLSPARK-7221): incorrect typing for translation feature client * refactor: ALLSPARK-7221 add type for translation feature client in feature * chore: fix typing --------- Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com>
0e207f526cf5503300ec6920eeac69f6307bcc9a
--- __tests__/config/HubConfig.test.tsx @@ -8,6 +8,9 @@ import {jest} from '@jest/globals'; import {ErrorInfo} from 'react'; +// Import the module to test +import {createHubConfig} from '../../packages/associate-exp-hub-mini-app/src/config/HubConfig'; + // Define reusable mocks for telemetry functions that we can ...
feat(ui): update tests
feat(ui): update tests
7eea130941cfb00caa498de8b989b8d6d378491e
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/config-components": "4.2.1", "@walmart/copilot-mini-app": "1.77.9", "@walmart/core-services": "~2.1.1", - "@walmart/core-services-allspark": "~2.11.1", + "@walmart/core-services-allspark": "~2.12.5", "@walmart/core-utils...
chore: update core services for mgql headers
chore: update core services for mgql headers
bfa7266ae7c169cd2b9d6217786a288efe0d390b
--- .github/new_pr_template.md --- package.json @@ -95,7 +95,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/redux-store": "6.3.29", - "@walmart/roster-mini-app": "2.42.0", + "@walmart/roster-mini-app": "2.42.1", "@walmart/ui-comp...
feat(ui): updating version
feat(ui): updating version
b6bb3d006126b65de6b8aa7c5f307f437ea0277b
--- .solidarity @@ -20,7 +20,7 @@ "rule": "cli", "binary": "pod", "platform": "darwin", - "semver": ">=1.13 <1.15" + "semver": ">=1.12.0 <1.15.0" } ] }
Updated solidarity checks
Updated solidarity checks
219ea84aaccc025530558f34e64f710f07698d9c
--- src/components/TeamList.tsx @@ -401,7 +401,7 @@ export const TeamChatCard = (props: { <ListItem UNSAFE_style={styles.workgroupListItemContainer}> {workgroupKey === primaryWorkGroup && ( <Text style={styles.workgroupMyTeamOrAreaHeader}> - My area ...
adding translations
adding translations
852eea8415d494f38bd8f2f7090f1baa68f70168
--- 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", ...
drop 9 update for receipt check
drop 9 update for receipt check
2a6f275d243786151f384f6298220a675c9620c2
--- patches/@walmart+profile-feature-app+0.0.71.patch @@ -1,13 +0,0 @@ -diff --git a/node_modules/@walmart/profile-feature-app/dist/config/appConfigDefault.js b/node_modules/@walmart/profile-feature-app/dist/config/appConfigDefault.js -index 137f36e..ee8e749 100644 ---- a/node_modules/@walmart/profile-feature-app/dist/...
Delete @walmart+profile-feature-app+0.0.71.patch
Delete @walmart+profile-feature-app+0.0.71.patch
d4fb6d12c5b4ab951d0abc2b2449e5ba882a640e
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.3.0-alpha.4", + "version": "3.3.0-alpha.5", "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): adding new version for drop 34
feat(ui): adding new version for drop 34
33bce3f401878e94737f453f652044babc66bce5
--- packages/allspark-foundation/__tests__/User/components/selector.test.tsx @@ -1,6 +1,6 @@ import { UserSelectors, fullNameFromFields, getFirstFromFullName, getNameFromUser, getFirstNameFromUser } from '../../../src/User/selectors'; -import { User } from '../../../src/User//types'; +import { User } from '../../../...
code clean up
code clean up
4048b66275a0d42b72b1ad2218ed86bcacdd973e
--- core/__tests__/features/TimeclockTest.tsx @@ -16,56 +16,37 @@ import { onStartImpersonation, onExitImpersonation, } from '../../src/features/timeclock'; - - describe('onStartImpersonation', () => { - const action = { - type: 'START_IMPERSONATION', - payload: { - punch: { - ...
lint fix
lint fix
c0ee0980d02f09fe79d18787bb0f10cecc398273
--- src/screens/RosterDetailScreen/mocks/types/supplyChain.ts @@ -14,6 +14,7 @@ export interface SupplyChainTeamAssociateMembership { functionCode: string; functionCodeDesc: string; // Additional fields for UI purposes + // TODO: Comfirm from Athena if this is the right place to get clock status clockStatu...
add TODO for clockstatus
add TODO for clockstatus
eefd7e405eaffd0aaa5a8daca97afbd1332082a5
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.0.2-alpha.10", + "version": "3.0.2-alpha.11", "main": "dist/index.js", "files": [ "dist", @@ -77,9 +77,9 @@ "@walmart/allspark-authentication": "6.4.1", "@walmart/allspark-components-library": "1.1.0", ...
feat(ui): update myteam mini app
feat(ui): update myteam mini app
b8bb80881409bced4d182aae17da427f3267e9f3
--- packages/allspark-foundation/src/Components/ComponentContainers.md @@ -38,11 +38,11 @@ Or with `AllsparkComponentContainers`: <AllsparkComponentContainers.List container='Me@Walmart.HomeScreen' {...props} /> ``` -##### List Control +##### Render some components -The `List` component accepts an optional `allow...
chore: fix component container docs and comments
chore: fix component container docs and comments
b69f2d22281400ccc25e17993419816cde791418
--- core/__tests__/settings/__snapshots__/LanguageSettingsTest.tsx.snap @@ -28,6 +28,7 @@ exports[`LanguageSettings 1`] = ` "marginBottom": 16, } } + accessibilityLabel="English (EN) Radio" checked={true} label="English (EN)" onPress={[Function]} @@ -39,6 +40,7 @@ exports[`Languag...
chore: updating snapshots
chore: updating snapshots
cdcfd6a1837d9b9f97ef2bd29f87b93f98e611a8
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.1-alpha.2", + "version": "1.15.1-alpha.3", "main": "dist/index.js", "files": [ "dist" @@ -99,9 +99,9 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", ...
update the shared files
update the shared files
4704df77bb32dccc978b4544a43f09c8dd4474b3
--- packages/my-walmart-hub/src/Shared/Hooks/useGetViewersPrimaryTeam.ts @@ -103,7 +103,10 @@ import { TOTAL_STORE_TEAM_ID, TOTAL_STORE_TEAM_LABEL, } from '../Constants/teams'; -import { SiteSelectors } from '@walmart/allspark-foundation'; +import { + SiteSelectors, + useAllsparkSelector, +} from '@walmart/all...
feat(ui): useGetViewersPrimaryTeam bug fix (#527)
feat(ui): useGetViewersPrimaryTeam bug fix (#527) * feat(ui): added condition to check if the site has changed and return total team * feat(ui): added null check --------- Co-authored-by: Prasan Suresh Dhareshwar - p0d02sx <Prasansuresh.Dharesh@walmart.com>
14d5a28266b448fafb3d4541e2172656ebb6288d
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ActionButtonGroup/ActionButtonGroup.tsx @@ -12,7 +12,13 @@ export const ActionButtonGroup = ({ }: ButtonGroupProps) => { return ( <View style={styles.buttonContainer}> - <Button variant='tertiary' size='small' onPress={onNegativeBu...
feat: added accessibility
feat: added accessibility
e5542ab1d7691c4039057bccbe5e731c4f276780
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -35,7 +35,7 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper }, ] } - loading={true} + loading={false} loadingText="menu.loadingText" locale="en-US" nam...
test case update
test case update (cherry picked from commit 3aa7a601c6405a6f6db8d580d00d840acac11174)
d66d8254c372f8c402a55e8253f4a4735913648b
--- __tests__/core/initSSOTest.ts @@ -72,11 +72,9 @@ describe('ssoTelemetryEventListener', () => { ssoTelemetryEventListener(event); - expect(WmTelemetry.logEvent).toHaveBeenCalledWith( - SSO_APP, - 'successful', - {}, - ); + expect(WmTelemetry.logEvent).toHaveBeenCalledWith(SSO_APP, 's...
adding pre hire info to successful event
adding pre hire info to successful event
bdc1670a3d656d8b16e14f04bdf489fe203474f5
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.17.0", + "version": "2.18.0", "main": "dist/index.js", "files": [ "dist" --- src/screens/index.tsx @@ -1,20 +1,11 @@ -import React from 'react'; import {ScreenTags} from '@walmart/me-at-walmart-common'; import {R...
Update the roster mini app version
Update the roster mini app version
da5461db870781aef4bcb9c5879ee1ca7e27abb9
--- src/components/Roster/Roster.tsx @@ -30,6 +30,8 @@ import {UserSelectors} from '@walmart/redux-store'; import {useSafeAreaInsets} from 'react-native-safe-area-context'; import {FilterValue, RosterFilters} from '../../containers/RosterFilters'; import {ListEmptyComponent} from './ListEmptyComponent'; +import {Ros...
updating roster
updating roster
dd6e973f08a492fafd57d96a93b07d57d97bc82a
--- package.json @@ -89,7 +89,7 @@ "@walmart/allspark-utils": "7.1.0", "@walmart/amp-mini-app": "1.2.10", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.33.101", + "@walmart/ask-sam-mini-app": "1.35.11", "@walmart/associate-exp-hub-hub": "2.13.3", "@walmar...
fix(asksam): SMBLV-9263: adress sonar, remove dep libraries, FAB (#4998)
fix(asksam): SMBLV-9263: adress sonar, remove dep libraries, FAB (#4998) Co-authored-by: j0z09av <j0z09av@homeoffice.wal-mart.com> Co-authored-by: Sowmya Munaganuri <Sowmya.Munaganuri+walmart@walmart.com> Co-authored-by: Sowmya Munaganuri <Sowmya.Munaganuri@walmart.com> Co-authored-by: Pavan Lingamallu - p0l04ug <...
653114ab3601abafe356b29c5777184a21e62e9a
--- src/components/Roster/types.ts @@ -1,8 +1,8 @@ import {Associate, Team} from '../../types'; -export interface RosterActionButton { +export interface RosterActionButton<T = any> { i18nLabel: string; - action: (event: any) => void; //TODO: Refactor this type, associateList item passes the associate obj. Teams ...
fixing type
fixing type
4422e705f385e4274addefbc5eb8827ae08fc072
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.19.0", + "version": "1.20.0", "main": "dist/index.js", "files": [ "dist" @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update my team mini app version
Update my team mini app version
9c77f37168e929e9d543c1f39c3cdf745ac0278e
--- package.json @@ -89,7 +89,7 @@ "@walmart/attendance-mini-app": "3.44.0", "@walmart/avp-feature-app": "0.5.1", "@walmart/avp-shared-library": "0.5.2", - "@walmart/backroom-mini-app": "1.0.9", + "@walmart/backroom-mini-app": "1.1.9", "@walmart/calling-mini-app": "0.2.38", "@walmart/chec...
Update @walmart/backroom-mini-app to 1.1.9
Update @walmart/backroom-mini-app to 1.1.9
78036da2dde2fbd9156d42b3e46684775c698bf6
--- .looper.yml @@ -45,7 +45,7 @@ flows: publishFromChanges: - call: preparePublish - - (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish --yes + - (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish --yes --force-publish publishAll: - call: preparePublish
chore: update looper for temporary major publish flow
chore: update looper for temporary major publish flow
a2f882e13292886709d5ced770b61b7b2b842b1f
--- packages/allspark-foundation-hub/__tests__/HubContainer.test.tsx @@ -565,7 +565,7 @@ jest.mock('@walmart/allspark-foundation', () => ({ }, })); -jest.mock('../src/Store/Hub/Container', () => 'HubDashboard'); +jest.mock('../src/Store/Modules/Hub', () => 'HubDashboard'); jest.mock('../src/AllsparkHubContaine...
Update tests
Update tests
27ad7f4beaa1a4142766014e0bb27b02d2c45ae6
--- packages/associate-exp-hub-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.4.0-alpha.22](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@w...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.22
d8070b00bca9b510cfd946bd1fb9d8431f1052a6
--- __tests__/core/storeConfigInitTest.ts @@ -97,9 +97,6 @@ describe('updateWorkingSiteInfo', () => { select(SiteSelectors.getUserWorkingSite), ); expect(iterator.next(undefined).value).toEqual( - select(SiteSelectors.getUserSite), - ); - expect(iterator.next('100').value).toEqual( se...
Removing store config site fallback logic as selector handles it already
Removing store config site fallback logic as selector handles it already
2846e458bde8c133c4475060e2e3a0e773547e7f
--- src/navigation/AssociateHallwayNav/MainStackNav.tsx @@ -42,6 +42,7 @@ import {StoreInfoModal} from '../../storeInfo/StoreInfoModal'; //--- Main Stack --- // const MainStack = createStackNavigator(); +const ClockOutGuardedTaskItQuickAction = withClockOutGuard(TaskItQuickActions); const WorkMiniApps = [ { @...
Added clockout guard for taskt it miniapp entry points
Added clockout guard for taskt it miniapp entry points
510608c714b7c32c8573cd6ffaa9a6a54aab55b5
--- packages/allspark-foundation-hub/src/SupplyChain/Hooks/useSupplyChainShifts.tsx @@ -14,7 +14,7 @@ export type SupplyChainShifts = { export const useGetSupplyChainShifts = () => { const [error, setError] = useState<any>(undefined); -const [allShifts, setAllShifts] = useState<SupplyChainShifts[]>([]); + const ...
Fixing lint errors
Fixing lint errors
74917731ad3061e824c5a1ba8994cf6769606bb5
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/exception-mini-app": "1.2.4", "@walmart/facilities-management-miniapp": "0.6.7", "@walmart/feedback-all-spark-miniapp": "0.9.25", - "@walmart/financial-wellbeing-feature-app": "1.6.2", + "@walmart/financial-wellbeing-feature-app"...
bumped financial-wellbeing-feature-app to 1..6.3
bumped financial-wellbeing-feature-app to 1..6.3
5d06a5080da46afeb0db72e78ca2078c142fd129
--- yarn.lock @@ -7868,7 +7868,7 @@ __metadata: languageName: unknown linkType: soft -"@walmart/associate-exp-hub-hub@workspace:*, @walmart/associate-exp-hub-hub@workspace:packages/associate-exp-hub-hub": +"@walmart/associate-exp-hub-hub@workspace:packages/associate-exp-hub-hub": version: 0.0.0-use.local ...
feat(ui): update dependecncies
feat(ui): update dependecncies
2ebeff1a44e984e6cc43dd64441844b3971278d8
--- package-lock.json @@ -3515,11 +3515,6 @@ "resolved": "https://npme.walmart.com/@react-native-community/netinfo/-/netinfo-5.9.9.tgz", "integrity": "sha512-Gp0XV4BgabvzkL4Dp6JAsA2l9LcmgBAq3erCLdvRZmEFz7guCWTogQWVfFtl+IbU0uqfwfo9fm2+mQiwdudLCw==" }, - "@react-native-community/picker": { - "v...
removing react-native-community/picker
removing react-native-community/picker
9611b26560adb413750528abcce514693a087bef
--- yarn.lock @@ -6696,24 +6696,21 @@ __metadata: languageName: unknown linkType: soft -"@walmart/counts-component-miniapp@npm:0.1.15": - version: 0.1.15 - resolution: "@walmart/counts-component-miniapp@npm:0.1.15" +"@walmart/counts-component-miniapp@npm:0.2.1": + version: 0.2.1 + resolution: "@walmart/coun...
chore: resolving version conflict in yarn.lock
chore: resolving version conflict in yarn.lock
c8dbd66f8312491679e47a1fe2c295ffcb442506
--- package.json @@ -269,8 +269,8 @@ "pre-push": "run-p solidarity coverage" } }, - "packageManager": "yarn@4.6.0", + "packageManager": "yarn@4.1.1", "engines": { "node": ">=18" } -} +} \ No newline at end of file
chore: revert yarn version
chore: revert yarn version
8b01b4c653d1ca22e8cf1e6393b10e92bf814b2b
--- package.json @@ -93,7 +93,7 @@ "@walmart/ask-sam-mini-app": "1.35.21", "@walmart/associate-exp-hub-hub": "2.21.2", "@walmart/associate-exp-hub-team-switcher": "2.23.2", - "@walmart/associate-listening-mini-app": "2.0.11", + "@walmart/associate-listening-mini-app": "2.0.37", "@walmart/atten...
fix(engage-1817): associate-listening-mini-app - drop35 homecard - 2 (#5271)
fix(engage-1817): associate-listening-mini-app - drop35 homecard - 2 (#5271) Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> Co-authored-by: Daniel Mustafa - damusta <Daniel.Mustafa@walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> Co-authored-by: Maksym Nova...
0adcf4c237d7eaba5ef8afe9cb76b7b5fd73892e
--- package.json @@ -1,100 +1,100 @@ { - "name": "allspark", - "workspaces": [ - "./packages/allspark-utils", - "./packages/allspark-foundation", - "./packages/allspark-authentication", - "./packages/me-at-walmart-common", - "./packages/me-at-walmart-container", - "./packages/*" - ], - "version": "1.16.0", - "de...
reolving conflicts
reolving conflicts
038eda7b42ed070c9858eb427f300d68fd2e4b79
--- ios/BuildSupport/install-cocoapods.sh @@ -6,6 +6,7 @@ echo "Current Directory: $WORKSPACE" echo "Installing CocoaPods" CCP_VER=1.10.1 +POD_VERSION=$(pod --version) export GEM_HOME=$HOME/.gem export PATH=$GEM_HOME/bin:$PATH @@ -14,8 +15,14 @@ export https_proxy=http://sysproxy.wal-mart.com:8080 export http_...
add condition for cocoapods install
add condition for cocoapods install
d72e8c33a755d21c28f8a0908c6bf3b7ae9d1a17
--- package-lock.json @@ -4208,9 +4208,9 @@ "integrity": "sha512-btkn4VE+5H2cyqPv47O3bytqSA2irOJ/+sT+pNl7CIanF+DuFYjDUNpddeDe7t0HRYTPLsEM07KlIhMrDYOsAA==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.1.27", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
GDVCVR-8591-Feedback Miniapp design update
GDVCVR-8591-Feedback Miniapp design update
c4107cf3dfd5e8779f66f1ef4f3483317907a8f9
--- package-lock.json @@ -66,7 +66,9 @@ "@walmart/react-native-scanner-3.0": "0.4.2", "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-sumo-sdk": "2.6.0", + "@walmart/roster-mini-app": "1.0.0", "@walmart/ui-components": "1.15.1", + "@walmart/wm...
Integrate Roster and WMConnect Mini app
Integrate Roster and WMConnect Mini app
72da3d2361d216d9a5d191df87f04339911822c7
--- __tests__/appBlock/AppBlockingScreen.test.tsx @@ -56,4 +56,14 @@ describe('AppBlockingScreen', () => { {}, ); }); + test('should not render update button when there is no urls', () => { + const data = {}; + (useSelector as jest.Mock).mockReturnValue(data); + + const {queryByTestId} = render...
test(ui): ALLSPARK-5804 authflow syncdevice appstate tests (#4085)
test(ui): ALLSPARK-5804 authflow syncdevice appstate tests (#4085)
8b8a087ed317f5604c1a6f73195d34ee2be547ec
--- 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.26", + "@walmart/facilities-management-miniapp": "0.5.27", "@walmart/feedback-all-...
version update
version update
83a185ccd01887c22b7f25a34d6a0264e7b69c19
--- src/components/Roster/AssociateListItem.tsx @@ -10,7 +10,7 @@ import { import {useTranslation} from 'react-i18next'; import {ROSTER_I18N_NAMESPACE} from '../../translations'; import {shallowEqual, useSelector} from 'react-redux'; -import {SiteSelectors} from '@walmart/redux-store'; +import {SiteSelectors, UserSe...
Update message button
Update message button
c3d3a48e23d0e2ddb6aa8c98498802a4609bbdb0
--- example/ios/Podfile.lock @@ -1698,4 +1698,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 9bcb4ba63e465bf176432abd9b231eff81ba3324 -COCOAPODS: 1.14.3 +COCOAPODS: 1.13.0
feat: updated pod file
feat: updated pod file
d07c51690ea12d629ee81db8da25d72c790984ef
--- 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.68", + "@walmart/amp-mini-app": "1.1.72", "@walmart/ask-sam-...
AMP crash fix
AMP crash fix
b57da07e864533bd835365d56e4b70cbe86432d6
--- example/src/feature3/screens/index.ts @@ -1,14 +1,12 @@ import {ContainerScreen} from './container'; import {TestModal} from './modal'; -import {OnboardingScreen} from './onboarding'; import {HomeScreen} from './screen'; import {FeatureStack} from './stack'; export const Feature3Screens = { 'feature3.home...
feat: remove unused import
feat: remove unused import
6ff4c8742223fa743b12fb80d20431b065d07d69
--- packages/allspark-foundation/__tests__/LocalStorage/client.test.tsx @@ -1,17 +1,6 @@ import { LocalStorageClient } from '../../src/LocalStorage/client'; import AsyncStorage from '@react-native-async-storage/async-storage'; -jest.mock('@react-native-async-storage/async-storage', () => ({ - getItem: jest.fn(), -...
moving local storage lib to global
moving local storage lib to global
29941530b56c17ec01241c912e4024f298852d99
--- 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.35.0", + "@walmart/attendance-mini-app": "1.37.0", "@walmart/compass-sdk-...
ama v1.37.0
ama v1.37.0
ca13409a59cbaff0dfa2401a235d0c4ece1ba72e
--- packages/allspark-foundation/__tests__/GraphQL/hooks.test.ts @@ -0,0 +1,79 @@ +import { renderHook } from '@testing-library/react-native'; + +import { + useQuery, + useLazyQuery, + useSuspenseQuery, + useMutation, +} from '../../src/GraphQL/hooks'; +import { useQuery as useQueryBase, + useLazyQuery as useLa...
graphql hook tests
graphql hook tests
991df9c27bfc6a9243b096c066afed41ad3ae262
--- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/TeamSelectionList.tsx @@ -126,8 +126,11 @@ export const TeamSelectionList = ({ }); const handleCancelButton = () => { - //TODO: Add home screen navigation - AllsparkNavigationClient.navigate(hubScreeName); + if (isUserAlready...
update the navigation for onboarding
update the navigation for onboarding
7afca768d23fe4cc14f3af4fb3a7548ec8bbc357
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/index.ts @@ -1,3 +1,3 @@ -export * from './Shared/Components/HubHeader'; -export * from './Shared/Components/Popover'; +export * from '../Shared/Components/HubHeader'; +export * from '../Shared/Components/Popover'; export * from './Components/TeamShiftSwi...
feat: fixed broken imports
feat: fixed broken imports
65277b34b4a41dc78a5dccf92a921c6011d3c36c
--- package-lock.json @@ -4243,9 +4243,9 @@ } }, "@walmart/impersonation-mini-app": { - "version": "1.0.20", - "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.20.tgz", - "integrity": "sha512-aPs0urHbFuCTv7I7E8+4q8+lNnabvECiyhnFBvKFp2AIP6...
exit impersonation fix
exit impersonation fix
c7273d8f5eee836e58729256e15afb25e0f7b160
--- src/components/RosterWidget/useRosterWidget.ts @@ -161,8 +161,9 @@ export const useRosterWidget = ( if (selectedTeamIds?.includes(teamData?.teamId as string)) { scheduledCount = scheduledCount + - (teamData.membership?.filter(associateIsScheduled) - ...
Update roster widget schedule count
Update roster widget schedule count
ee6526087f97d41183060be1fd98510e9ce42175
--- core/src/core/FeatureToggleGuard.tsx @@ -7,6 +7,7 @@ import React, { import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation'; import {useOneClick} from '../oneClick/useOneClick'; +import {colors} from '@walm...
fix: oneClick FeatureToggleGuard fix
fix: oneClick FeatureToggleGuard fix
7b7d58398bceb86860e8cd4734328dd38faf0550
--- targets/US/package.json @@ -144,7 +144,7 @@ "@walmart/returns-mini-app": "4.16.6", "@walmart/rfid-scan-mini-app": "2.8.5", "@walmart/rn-mobile-sdk-pairing": "2.1.4-osirisfix.4", - "@walmart/rn-receiving-mini-app": "2.4.80", + "@walmart/rn-receiving-mini-app": "2.4.81", "@walmart/roster-min...
Drop28 - Receiving - 2.4.81 (#3994)
Drop28 - Receiving - 2.4.81 (#3994) * lqa changes * lqa changes * lqa changes --------- Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
1eb17d4646f69ff97374d99fc5e8ba9d9411d09f
--- package.json @@ -113,7 +113,7 @@ "@walmart/counts-component-miniapp": "0.3.4", "@walmart/digital-locks-mini-app": "1.5.8", "@walmart/emergency-mini-app": "1.32.5", - "@walmart/exception-mini-app": "1.8.19", + "@walmart/exception-mini-app": "1.10.3", "@walmart/expo-config-plugins": "0.8.0",...
feat(pinpoint): PEW-1704 drop 35 package bump (#5088)
feat(pinpoint): PEW-1704 drop 35 package bump (#5088)
2c6eb26b8cbecba9dec88e48ceadc2079a2d02dd
--- packages/allspark-foundation/src/Translation/TranslationClient.ts @@ -42,6 +42,7 @@ export type TranslationClientOptions = { export class TranslationClient { public i18n: i18n; private _config: TranslationClientConfig; + private _languageDetector?: LanguageDetectorAsyncModule; constructor(options?: Tra...
fix(translation): selected langage not cached through default language detector if provided
fix(translation): selected langage not cached through default language detector if provided
9fa5a7cefae305b6d50f1a4c3b192bfe9b8240d2
--- ios/Podfile.lock @@ -338,7 +338,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.2.58): + - react-native-ptt-module (1.3.5): - PTT (= 0.6.0-rc.6) - React - react-native-safe-area-context (3.1.8): @@ -802,7 +802,7 @@ SPEC CHECKSUMS: react-...
bump ptt version
bump ptt version
e6cffba08cb8404db32162e1745b2c7d9e8ad6f9
--- .looper.multibranch.yml @@ -38,7 +38,6 @@ envs: global: variables: CI: true - NO_FLIPPER: 1, LOOPER_NODES: '((osx||stable_osx)&&!dualcore)' GITHUB_TOKEN: "%{credentials.secret('GITHUB_TOKEN')}" --- ios/BuildSupport/install-cocoapods.sh @@ -33,4 +33,4 @@ echo "pod_path ${pod_pat...
fix: remove flipper on looper pod install
fix: remove flipper on looper pod install
915a227509db5226a93588edb707041006169af4
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.17", + "version": "1.0.17.1", "private": false, "main": "dist/index.js", "files": [ @@ -89,7 +89,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-sumo-sdk": "2.6.0", "@wa...
updating version
updating version
fbcbb09e057eecfdd98d350a1388880ff7374579
--- package-lock.json @@ -5458,9 +5458,9 @@ "integrity": "sha512-O/Ws19nd/94JUqGJD/CQWBajvNo4VK8P/h1gxm1FHJBtVB0LqCXunVXRm02Wviix+uSAp7OBiS9sRWvhkvEmhQ==" }, "@walmart/taskit-mini-app": { - "version": "0.32.0-beta.6", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-m...
Taskit version update
Taskit version update
e93684b67926651b04561f06d468856793c0485b
--- package-lock.json @@ -5439,9 +5439,9 @@ "integrity": "sha512-uCC2Hk4fRcAC49c4uuIpLpD3geWjG7uAQByH8ygekhQKPrijc5/F1/z+Tkt3zFQ88BlsE+ihQ6z3AWFzAyuNGw==" }, "@walmart/profile-feature-app": { - "version": "0.0.55", - "resolved": "https://npme.walmart.com/@walmart/profile-feature-app/-/profile...
Bumped profile to 0.0.56
Bumped profile to 0.0.56
b3e5bd626c1ea8c6b238a315bc9982cf44237317
--- docs/docs/components/allspark foundation/_category_.json @@ -3,6 +3,6 @@ "position": 1, "link": { "type": "generated-index", - "description": "Indepth documentation on allspark foundation" + "description": "In-depth documentation on Allspark Foundation." } } --- docs/docs/components/allspark ...
Intro, getting started updates.
Intro, getting started updates.