@stackframe/stack-shared 2.6.38 → 2.6.39

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @stackframe/stack-shared
2
2
 
3
+ ## 2.6.39
4
+
5
+ ### Patch Changes
6
+
7
+ - Various changes
8
+ - @stackframe/stack-sc@2.6.39
9
+
3
10
  ## 2.6.38
4
11
 
5
12
  ### Patch Changes
@@ -146,7 +146,6 @@ class AsyncValueCache {
146
146
  });
147
147
  this._unsubscribers.push(unsubscribe);
148
148
  }
149
- console.log("add", this._subscriptionsCount, new Date().toISOString());
150
149
  let hasUnsubscribed = false;
151
150
  return {
152
151
  unsubscribe: () => {
@@ -154,7 +153,6 @@ class AsyncValueCache {
154
153
  return;
155
154
  hasUnsubscribed = true;
156
155
  storeObj.unsubscribe();
157
- console.log("remove", this._subscriptionsCount - 1, new Date().toISOString());
158
156
  if (--this._subscriptionsCount === 0) {
159
157
  for (const unsubscribe of this._unsubscribers) {
160
158
  unsubscribe();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/stack-shared",
3
- "version": "2.6.38",
3
+ "version": "2.6.39",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -50,7 +50,7 @@
50
50
  "oauth4webapi": "^2.10.3",
51
51
  "semver": "^7.6.3",
52
52
  "uuid": "^9.0.1",
53
- "@stackframe/stack-sc": "2.6.38"
53
+ "@stackframe/stack-sc": "2.6.39"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@simplewebauthn/types": "^11.0.0",