@pixels-online/pixels-client-js-sdk 3.15.0 → 3.16.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.esm.js CHANGED
@@ -353,7 +353,7 @@ const mapEnvToBuildOnApiUrl = (env) => {
353
353
  }
354
354
  };
355
355
 
356
- const SDK_VERSION = "3.15.0" ;
356
+ const SDK_VERSION = "3.16.0" ;
357
357
  function detectRuntime() {
358
358
  if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {
359
359
  return { runtime: 'react-native' };
package/dist/index.js CHANGED
@@ -355,7 +355,7 @@ const mapEnvToBuildOnApiUrl = (env) => {
355
355
  }
356
356
  };
357
357
 
358
- const SDK_VERSION = "3.15.0" ;
358
+ const SDK_VERSION = "3.16.0" ;
359
359
  function detectRuntime() {
360
360
  if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {
361
361
  return { runtime: 'react-native' };
@@ -357,7 +357,7 @@
357
357
  }
358
358
  };
359
359
 
360
- const SDK_VERSION = "3.15.0" ;
360
+ const SDK_VERSION = "3.16.0" ;
361
361
  function detectRuntime() {
362
362
  if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {
363
363
  return { runtime: 'react-native' };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixels-online/pixels-client-js-sdk",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "description": "Pixels Client JS SDK",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -46,8 +46,8 @@
46
46
  "author": "pixels",
47
47
  "license": "AGPLv3",
48
48
  "dependencies": {
49
- "@stackedapp/types": "2.40.0",
50
- "@stackedapp/utils": "2.40.0"
49
+ "@stackedapp/types": "2.49.2",
50
+ "@stackedapp/utils": "2.49.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@rollup/plugin-commonjs": "29.0.2",