Update Move.lock for the Kiosk package on mainnet and testnet using
sui move manage-package --environment "$(sui client active-env)" \
--network-id "$(sui client chain-identifier)" \
--original-id 'PUBLISHED_ID' \
--latest-id 'UPGRADED_ID' \
--version-number 'VERSION'
Remove published-at from Move.toml.
Current format prevent from using a single package manifest for both mainnet and testnet.