@streamlayer/sdk-web-anonymous-auth 1.1.22 → 1.1.24
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/lib/cjs/index.js +6 -0
- package/lib/es/index.js +6 -0
- package/package.json +5 -5
package/lib/cjs/index.js
CHANGED
|
@@ -699,6 +699,12 @@ const logger = pino_1({
|
|
|
699
699
|
});
|
|
700
700
|
const createLogger = (name, options) => logger.child({ name }, options);
|
|
701
701
|
createLogger("event-bus");
|
|
702
|
+
var NotificationType;
|
|
703
|
+
(function(NotificationType2) {
|
|
704
|
+
NotificationType2[NotificationType2["ONBOARDING"] = 1] = "ONBOARDING";
|
|
705
|
+
NotificationType2[NotificationType2["QUESTION"] = 2] = "QUESTION";
|
|
706
|
+
NotificationType2[NotificationType2["QUESTION_RESOLVED"] = 3] = "QUESTION_RESOLVED";
|
|
707
|
+
})(NotificationType || (NotificationType = {}));
|
|
702
708
|
window.slStore = /* @__PURE__ */ Object.create(null);
|
|
703
709
|
var FeatureSource;
|
|
704
710
|
(function(FeatureSource2) {
|
package/lib/es/index.js
CHANGED
|
@@ -697,6 +697,12 @@ const logger = pino_1({
|
|
|
697
697
|
});
|
|
698
698
|
const createLogger = (name, options) => logger.child({ name }, options);
|
|
699
699
|
createLogger("event-bus");
|
|
700
|
+
var NotificationType;
|
|
701
|
+
(function(NotificationType2) {
|
|
702
|
+
NotificationType2[NotificationType2["ONBOARDING"] = 1] = "ONBOARDING";
|
|
703
|
+
NotificationType2[NotificationType2["QUESTION"] = 2] = "QUESTION";
|
|
704
|
+
NotificationType2[NotificationType2["QUESTION_RESOLVED"] = 3] = "QUESTION_RESOLVED";
|
|
705
|
+
})(NotificationType || (NotificationType = {}));
|
|
700
706
|
window.slStore = /* @__PURE__ */ Object.create(null);
|
|
701
707
|
var FeatureSource;
|
|
702
708
|
(function(FeatureSource2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/sdk-web-anonymous-auth",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.24",
|
|
4
4
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"jose": "^5.9.3",
|
|
27
|
-
"@streamlayer/sdk-web": "^1.
|
|
27
|
+
"@streamlayer/sdk-web": "^1.9.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@nx/devkit": "20.2.1",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
40
40
|
"vite-tsconfig-paths": "^5.0.1",
|
|
41
41
|
"webpack": "^5.95.0",
|
|
42
|
-
"@streamlayer/sdk-web-api": "^1.7.
|
|
43
|
-
"@streamlayer/sdk-web-core": "^1.
|
|
44
|
-
"@streamlayer/sdk-web-interfaces": "^1.4.
|
|
42
|
+
"@streamlayer/sdk-web-api": "^1.7.2",
|
|
43
|
+
"@streamlayer/sdk-web-core": "^1.11.0",
|
|
44
|
+
"@streamlayer/sdk-web-interfaces": "^1.4.11"
|
|
45
45
|
}
|
|
46
46
|
}
|