@egovernments/digit-ui-libraries 1.7.10 → 1.7.35
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 +13 -1
- package/dist/index.js +1 -1
- package/package.json +10 -11
package/README.md
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
npm install --save @egovernments/digit-ui-libraries
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
+
## Limitation
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
This Package is more specific to Urban
|
|
15
|
+
```
|
|
16
|
+
|
|
11
17
|
## Usage
|
|
12
18
|
|
|
13
19
|
```jsx
|
|
@@ -27,6 +33,12 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
|
|
|
27
33
|
export default App;
|
|
28
34
|
```
|
|
29
35
|
|
|
36
|
+
## Changelog
|
|
37
|
+
|
|
38
|
+
### Summary for Version [1.7.35] - 2025-03-20
|
|
39
|
+
|
|
40
|
+
Added tenantId in Multiple api calls of obps, bills, tl, pt etc
|
|
41
|
+
|
|
30
42
|
## License
|
|
31
43
|
|
|
32
|
-
MIT © [](https://github.com/)
|
|
44
|
+
MIT © [](https://github.com/)
|