@thi.ng/rdom-canvas 1.0.52 → 1.0.56

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.
Files changed (2) hide show
  1. package/package.json +96 -96
  2. package/CHANGELOG.md +0 -38
package/package.json CHANGED
@@ -1,97 +1,97 @@
1
1
  {
2
- "name": "@thi.ng/rdom-canvas",
3
- "version": "1.0.52",
4
- "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/rdom-canvas",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/canvas": "^1.0.23",
44
- "@thi.ng/checks": "^3.7.18",
45
- "@thi.ng/hiccup-canvas": "^3.1.77",
46
- "@thi.ng/object-utils": "^1.2.10",
47
- "@thi.ng/rdom": "^1.7.60",
48
- "@thi.ng/rstream": "^9.2.43"
49
- },
50
- "devDependencies": {
51
- "esbuild": "^0.25.9",
52
- "typedoc": "^0.28.12",
53
- "typescript": "^5.9.2"
54
- },
55
- "keywords": [
56
- "animation",
57
- "browser",
58
- "canvas",
59
- "component",
60
- "declarative",
61
- "graphics",
62
- "hiccup",
63
- "rdom",
64
- "reactive",
65
- "scenegraph",
66
- "typescript",
67
- "ui",
68
- "wrapper"
69
- ],
70
- "publishConfig": {
71
- "access": "public"
72
- },
73
- "engines": {
74
- "node": ">=18"
75
- },
76
- "files": [
77
- "./*.js",
78
- "./*.d.ts"
79
- ],
80
- "exports": {
81
- ".": {
82
- "default": "./index.js"
83
- }
84
- },
85
- "thi.ng": {
86
- "parent": "@thi.ng/rdom",
87
- "related": [
88
- "hiccup-canvas",
89
- "hiccup-svg",
90
- "geom",
91
- "scenegraph"
92
- ],
93
- "status": "alpha",
94
- "year": 2020
95
- },
96
- "gitHead": "fbf4b46ba8a5ecff8c5423f4c2d158d208d20fc8\n"
97
- }
2
+ "name": "@thi.ng/rdom-canvas",
3
+ "version": "1.0.56",
4
+ "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/rdom-canvas",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.6",
43
+ "@thi.ng/canvas": "^1.0.27",
44
+ "@thi.ng/checks": "^3.7.22",
45
+ "@thi.ng/hiccup-canvas": "^3.1.81",
46
+ "@thi.ng/object-utils": "^1.2.14",
47
+ "@thi.ng/rdom": "^1.7.64",
48
+ "@thi.ng/rstream": "^9.3.3"
49
+ },
50
+ "devDependencies": {
51
+ "esbuild": "^0.25.11",
52
+ "typedoc": "^0.28.14",
53
+ "typescript": "^5.9.3"
54
+ },
55
+ "keywords": [
56
+ "animation",
57
+ "browser",
58
+ "canvas",
59
+ "component",
60
+ "declarative",
61
+ "graphics",
62
+ "hiccup",
63
+ "rdom",
64
+ "reactive",
65
+ "scenegraph",
66
+ "typescript",
67
+ "ui",
68
+ "wrapper"
69
+ ],
70
+ "publishConfig": {
71
+ "access": "public"
72
+ },
73
+ "engines": {
74
+ "node": ">=18"
75
+ },
76
+ "files": [
77
+ "./*.js",
78
+ "./*.d.ts"
79
+ ],
80
+ "exports": {
81
+ ".": {
82
+ "default": "./index.js"
83
+ }
84
+ },
85
+ "thi.ng": {
86
+ "parent": "@thi.ng/rdom",
87
+ "related": [
88
+ "hiccup-canvas",
89
+ "hiccup-svg",
90
+ "geom",
91
+ "scenegraph"
92
+ ],
93
+ "status": "alpha",
94
+ "year": 2020
95
+ },
96
+ "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
97
+ }
package/CHANGELOG.md DELETED
@@ -1,38 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [1.0.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@1.0.2) (2025-01-14)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - use optional chaining & nullish coalescing ([c5a0a13](https://github.com/thi-ng/umbrella/commit/c5a0a13))
19
-
20
- ### [0.5.36](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.5.36) (2023-11-09)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
25
-
26
- ## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.5.0) (2023-04-08)
27
-
28
- #### 🚀 Features
29
-
30
- - set fallback canvas size if given as sub ([7fe9d63](https://github.com/thi-ng/umbrella/commit/7fe9d63))
31
-
32
- #### 🩹 Bug fixes
33
-
34
- - fix generics, internal refactoring ([18ebe32](https://github.com/thi-ng/umbrella/commit/18ebe32))
35
- - update internal resize handling
36
- - remove obsolete bg/clear handling (now part of hiccup-canvas)
37
- - add subscription IDs
38
- - update deps