@unvired/unvired-ts-core-sdk 0.0.10 → 0.0.11
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/BuildNo.txt +1 -1
- package/index.d.ts +1 -1
- package/index.js +11 -32
- package/package.json +1 -6
package/BuildNo.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
R-0.000.
|
|
1
|
+
R-0.000.0011
|
package/index.d.ts
CHANGED
|
@@ -654,7 +654,7 @@ declare module '@unvired/unvired-ts-core-sdk/helper/serverResponseHandler' {
|
|
|
654
654
|
|
|
655
655
|
}
|
|
656
656
|
declare module '@unvired/unvired-ts-core-sdk/helper/serviceConstants' {
|
|
657
|
-
export const FrameworkVersionNumber = "0.0.
|
|
657
|
+
export const FrameworkVersionNumber = "0.0.11";
|
|
658
658
|
export const FrameworkBuildNumber = "${BUILD_NUMBER}";
|
|
659
659
|
export const FrameworkRevisionNumber = "f4444dd36a88188c063db5fe24a4eaa8b7d22106";
|
|
660
660
|
export const FrameworkRevisionUrl = "";
|