@ctx-core/window 16.0.67 → 16.0.69

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "16.0.67",
3
+ "version": "16.0.69",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -31,7 +31,7 @@
31
31
  "./package.json": "./package.json"
32
32
  },
33
33
  "dependencies": {
34
- "ctx-core": "^5.38.1"
34
+ "ctx-core": "^6.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "c8": "^9.1.0",
package/pathname/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /// <reference types="./index.d.ts" />
3
3
  import { be_memo_pair_, nullish__none_ } from 'ctx-core/rmemo'
4
4
  import { window_location_ } from '../window_location/index.js'
5
- /** @typedef {Ctx} */
5
+ /** @typedef {ctx_T} */
6
6
  /** @type {typeof pathname$_} */
7
7
  export const [
8
8
  pathname$_,
@@ -1,8 +1,8 @@
1
- import type { Ctx } from 'ctx-core/be'
1
+ import type { ctx_T } from 'ctx-core/be'
2
2
  import type { be_memo_pair_T } from 'ctx-core/rmemo'
3
3
  export declare const [
4
4
  window_location$_,
5
5
  window_location_,
6
6
  ]:be_memo_pair_T<Location>
7
7
  export { window_location$_ as window_location__ }
8
- export declare function window_location__reset(ctx:Ctx):void
8
+ export declare function window_location__reset(ctx:ctx_T):void
@@ -21,7 +21,7 @@ export const [
21
21
  })
22
22
  export { window_location$_ as window_location__ }
23
23
  /**
24
- * @param {Ctx}ctx
24
+ * @param {ctx_T}ctx
25
25
  */
26
26
  export function window_location__reset(ctx) {
27
27
  if (is_server_()) return