@ctx-core/window 14.1.0 → 14.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 14.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/nanostores: ^1.4.1 -> ^1.4.2
8
+
3
9
  ## 14.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "14.1.0",
3
+ "version": "14.1.1",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@ctx-core/dom": "^11.1.21",
28
- "@ctx-core/function": "^20.8.0",
29
- "@ctx-core/nanostores": "^1.4.0",
28
+ "@ctx-core/function": "^20.8.1",
29
+ "@ctx-core/nanostores": "^1.4.2",
30
30
  "@ctx-core/object": "^22.2.1"
31
31
  },
32
32
  "devDependencies": {
@@ -34,7 +34,7 @@
34
34
  "check-dts": "^0.6.7",
35
35
  "tsm": "^2.2.1",
36
36
  "typescript": "next",
37
- "uvu": "^0.5.3"
37
+ "uvu": "^0.5.6"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",
@@ -1,4 +1,4 @@
1
- import { WritableAtom_ } from '@ctx-core/nanostores'
2
- import { B } from '@ctx-core/object'
1
+ import { type WritableAtom_ } from '@ctx-core/nanostores'
2
+ import { type B } from '@ctx-core/object'
3
3
  export declare const hostname__:B<WritableAtom_<string|undefined>>
4
4
  export { hostname__ as hostname$_ }
@@ -1,5 +1,5 @@
1
- import { WritableAtom_ } from '@ctx-core/nanostores'
2
- import { B } from '@ctx-core/object'
1
+ import { type WritableAtom_ } from '@ctx-core/nanostores'
2
+ import { type B } from '@ctx-core/object'
3
3
  export declare const pathname__:B<WritableAtom_<string|undefined>>
4
4
  export {
5
5
  pathname__ as pathname$_,
@@ -1,5 +1,5 @@
1
- import { WritableAtom_ } from '@ctx-core/nanostores'
2
- import { B } from '@ctx-core/object'
1
+ import { type WritableAtom_ } from '@ctx-core/nanostores'
2
+ import { type B } from '@ctx-core/object'
3
3
  export declare const window_location__:B<window_location__T>
4
4
  export interface window_location__T extends WritableAtom_<Location|undefined> {
5
5
  reset_window_location:()=>void;
@@ -1,4 +1,4 @@
1
- import { ReadableAtom_ } from '@ctx-core/nanostores'
2
- import { B } from '@ctx-core/object'
1
+ import { type ReadableAtom_ } from '@ctx-core/nanostores'
2
+ import { type B } from '@ctx-core/object'
3
3
  export declare const window_location_hostname__:B<ReadableAtom_<string|undefined>>
4
4
  export { window_location_hostname__ as window_location_hostname$_ }
@@ -1,5 +1,5 @@
1
- import { ReadableAtom_ } from '@ctx-core/nanostores'
2
- import { B } from '@ctx-core/object'
1
+ import { type ReadableAtom_ } from '@ctx-core/nanostores'
2
+ import { type B } from '@ctx-core/object'
3
3
  export declare const window_location_pathname__:B<ReadableAtom_<window_location_pathname_T>>
4
4
  export declare type window_location_pathname_T = string|undefined;
5
5
  export { window_location_pathname__ as window_location_pathname$_ }
package/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-