@ctx-core/window 15.0.150 → 15.1.0

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": "15.0.150",
3
+ "version": "15.1.0",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,17 +17,22 @@
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "types": "./src/index.d.ts",
21
- "svelte": "./src/index.js",
20
+ "files": [
21
+ "*.d.ts",
22
+ "./hostname",
23
+ "./pathname",
24
+ "./window_location"
25
+ ],
26
+ "types": "./index.d.ts",
22
27
  "exports": {
23
- ".": "./src/index.js",
28
+ ".": "./index.js",
24
29
  "./package.json": "./package.json"
25
30
  },
26
31
  "dependencies": {
27
- "@ctx-core/dom": "^15.0.7",
28
- "@ctx-core/function": "^21.20.2",
29
- "@ctx-core/nanostores": "^7.0.8",
30
- "@ctx-core/object": "^30.0.0"
32
+ "@ctx-core/dom": "^15.1.0",
33
+ "@ctx-core/function": "^21.21.0",
34
+ "@ctx-core/nanostores": "^7.1.0",
35
+ "@ctx-core/object": "^30.1.0"
31
36
  },
32
37
  "devDependencies": {
33
38
  "c8": "^8.0.1",
@@ -20,7 +20,6 @@ export const [
20
20
  return window_location__atom$_(ctx)
21
21
  })
22
22
  export { window_location$_ as window_location__ }
23
- /** @typedef {Be<WritableAtom_<boolean>>} */
24
23
  /**
25
24
  * @param {Ctx}ctx
26
25
  */
package/.ideaexclude DELETED
@@ -1,2 +0,0 @@
1
- .rpt2_cache
2
- tsconfig.tsbuildinfo