@amityco/ts-sdk 7.21.1-fa2c575.0 → 7.22.1-522f1bc.0
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/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -257,8 +257,8 @@ exports.AnalyticsSourceTypeEnum = void 0;
|
|
|
257
257
|
|
|
258
258
|
function getVersion() {
|
|
259
259
|
try {
|
|
260
|
-
// the string ''v7.
|
|
261
|
-
return 'v7.
|
|
260
|
+
// the string ''v7.22.0-cjs'' should be replaced by actual value by @rollup/plugin-replace
|
|
261
|
+
return 'v7.22.0-cjs';
|
|
262
262
|
}
|
|
263
263
|
catch (error) {
|
|
264
264
|
return '__dev__';
|
package/dist/index.esm.js
CHANGED
|
@@ -242,8 +242,8 @@ var AnalyticsSourceTypeEnum;
|
|
|
242
242
|
|
|
243
243
|
function getVersion() {
|
|
244
244
|
try {
|
|
245
|
-
// the string ''v7.
|
|
246
|
-
return 'v7.
|
|
245
|
+
// the string ''v7.22.0-esm'' should be replaced by actual value by @rollup/plugin-replace
|
|
246
|
+
return 'v7.22.0-esm';
|
|
247
247
|
}
|
|
248
248
|
catch (error) {
|
|
249
249
|
return '__dev__';
|