@litusarchieve18/agricore-utils 1.0.12 → 1.0.14
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 +4 -0
- package/dist/chunk-LGEV4MBQ.mjs +776 -0
- package/dist/constants-DVuhM7rv.d.mts +417 -0
- package/dist/constants-DVuhM7rv.d.ts +417 -0
- package/dist/constants.d.mts +1 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +848 -0
- package/dist/constants.mjs +102 -0
- package/dist/index.d.mts +16 -417
- package/dist/index.d.ts +16 -417
- package/dist/index.js +515 -312
- package/dist/index.mjs +81 -555
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -183,6 +183,10 @@ Run the publish command:
|
|
|
183
183
|
Bash
|
|
184
184
|
npm publish --access public
|
|
185
185
|
📝 Version History
|
|
186
|
+
V1.0.14 — add DOCUMENT_DISPLAY_INFO do manage the grouping and a little description for UI
|
|
187
|
+
|
|
188
|
+
V1.0.13 — add DocumentMenuMap and refactoring library code to export enum
|
|
189
|
+
|
|
186
190
|
V1.0.12 — add some functionality to add a file tag
|
|
187
191
|
|
|
188
192
|
V1.0.11 — add userName and userEmail to AgriCoreSession
|