@uipath/apollo-core 5.6.2-pr193.f3deab5 → 5.6.2-pr202.14a4e30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,8 @@ pnpm add @uipath/apollo-core
|
|
|
20
20
|
yarn add @uipath/apollo-core
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
**Note:** This package is published to both npm and GitHub Package Registry. External users will automatically pull from npm. Internal UiPath users with `.npmrc` configured will automatically pull from GitHub Package Registry.
|
|
24
|
+
|
|
23
25
|
## Usage
|
|
24
26
|
|
|
25
27
|
### Design Tokens
|