@enterprisestandard/react 0.0.3-beta.20251014.1 → 0.0.3-beta.20251020.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -887,7 +887,7 @@ async function enterpriseStandard(appId, appKey, initConfig) {
887
887
  secrets = {
888
888
  sso: {
889
889
  path: "public/IONITE_PUBLIC_DEMO_SSO",
890
- token: "hvs.CAESIDGntTzqry6HOySoqAGUMQyfkF4RDj3xas23zhsJC6-uGh4KHGh2cy5mSzZXNHFQRWlZMG9VVnpWSlA1Zk1YeUE"
890
+ token: "hvs.CAESIMaXjGqOPGikqGPWxSxjajLzhgQEMwBdf4rTQYFaCkRSGh4KHGh2cy44MzEyeEkwZE5TRnY5MTBJWUdudGFPWk8"
891
891
  }
892
892
  };
893
893
  } else if (appKey) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enterprisestandard/react",
3
- "version": "0.0.3-beta.20251014.1",
3
+ "version": "0.0.3-beta.20251020.1",
4
4
  "description": "Enterprise Standard React Components",
5
5
  "private": false,
6
6
  "main": "dist/index.js",