Commit 1864bc2
Add the react, app-connect, and localizaton packages. (#1188)
* Add the react, app-connect, and localizaton packages.
* Changeset description
* Updating package versions.
* fix(app-connect): use req.path instead of req.url for canonical string generation
- Fixed canonicalizeRequest function to prioritize req.path over req.url
- This ensures proper signature verification when path is explicitly provided
- All tests now pass including signature verification tests
Co-authored-by: Amp <[email protected]>
Amp-Thread-ID: https://ampcode.com/threads/T-b920e286-dc84-414e-bd6c-5cc01f8216c6
* fix(root): ensure packages are built before running tests
- Added build script to root package.json that builds all packages
- Modified test script to run build first, ensuring workspace dependencies are available
- This fixes CI failures where react tests failed due to @godaddy/localizations not being built
- Resolves workspace dependency resolution issues in GitHub Actions
Co-authored-by: Amp <[email protected]>
Amp-Thread-ID: https://ampcode.com/threads/T-b920e286-dc84-414e-bd6c-5cc01f8216c6
* Remove .DS_Store files and add to .gitignore
Amp-Thread-ID: https://ampcode.com/threads/T-99bd6b08-f098-4849-a852-c6b83a9a24b0
Co-authored-by: Amp <[email protected]>
* Update README.md
Co-authored-by: Rick Markins <[email protected]>
* Update packages/react/package.json
Co-authored-by: Rick Markins <[email protected]>
* address pr feedback
* Remove internal references and update to public registry
Amp-Thread-ID: https://ampcode.com/threads/T-eb0b6a58-0d4f-4ca8-a95f-e7b670beec77
Co-authored-by: Amp <[email protected]>
* Remove .DS_Store files
Amp-Thread-ID: https://ampcode.com/threads/T-eb0b6a58-0d4f-4ca8-a95f-e7b670beec77
Co-authored-by: Amp <[email protected]>
* Remove dev and test environment references from README
Amp-Thread-ID: https://ampcode.com/threads/T-ba76b785-18f2-4b86-ac29-695004d61704
Co-authored-by: Amp <[email protected]>
* Remove HOST lookup.
* Update @godaddy/react changelog
* Address some more PR feedback
* Update lockfile
* add licenses to each package
* chore: Remove unnecessary .DS_Store files from packages and subdirectories
* Revise AGENTS.md to enhance clarity and detail on monorepo usage, commands, architecture, and coding conventions
---------
Co-authored-by: Amp <[email protected]>
Co-authored-by: Rick Markins <[email protected]>
Co-authored-by: Rick Markins <[email protected]>1 parent 51079de commit 1864bc2
File tree
217 files changed
+41261
-1565
lines changed- .changeset
- packages
- app-connect
- src
- errors
- express
- next
- tanstack
- types
- utils
- eslint-config-godaddy
- localizations
- src
- react
- src
- components
- checkout
- address
- utils
- contact
- delivery
- utils
- discount
- utils
- express-checkout
- form
- utils
- line-items
- notes
- order
- payment
- checkout-buttons
- credit-card
- express
- googlePay
- offline
- paypal
- paze
- icons
- payment-methods/credit-card
- utils
- pickup
- utils
- shipping
- utils
- target
- taxes/utils
- tips
- totals
- utils
- ui
- utils
- ui
- hooks
- lib
- godaddy
- tests
- tracking
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
217 files changed
+41261
-1565
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments