@thi.ng/rdom-canvas 0.4.35 → 0.4.37

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/CHANGELOG.md +5 -5
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -64,11 +64,11 @@ and/or version bumps of transitive dependencies.
64
64
 
65
65
  #### ♻️ Refactoring
66
66
 
67
- - update imports (transducers) ([2fd7619](https://github.com/thi-ng/umbrella/commit/2fd7619))
68
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
69
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
70
67
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
71
68
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
69
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
70
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
71
+ - update imports (transducers) ([2fd7619](https://github.com/thi-ng/umbrella/commit/2fd7619))
72
72
 
73
73
  ### [0.1.43](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.1.43) (2021-04-03)
74
74
 
@@ -80,8 +80,8 @@ and/or version bumps of transitive dependencies.
80
80
 
81
81
  #### ♻️ Refactoring
82
82
 
83
- - minor update arg type (generics) ([a7748b3](https://github.com/thi-ng/umbrella/commit/a7748b3))
84
83
  - update to use ISubscription only ([145cfe8](https://github.com/thi-ng/umbrella/commit/145cfe8))
84
+ - minor update arg type (generics) ([a7748b3](https://github.com/thi-ng/umbrella/commit/a7748b3))
85
85
 
86
86
  ### [0.1.21](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-canvas@0.1.21) (2020-12-07)
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.4.35",
3
+ "version": "0.4.37",
4
4
  "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,21 +34,21 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/adapt-dpi": "^2.2.1",
38
- "@thi.ng/api": "^8.4.5",
39
- "@thi.ng/associative": "^6.2.15",
40
- "@thi.ng/checks": "^3.3.2",
41
- "@thi.ng/hiccup-canvas": "^2.1.34",
42
- "@thi.ng/rdom": "^0.9.18",
43
- "@thi.ng/rstream": "^7.2.27",
44
- "@thi.ng/transducers": "^8.3.22"
37
+ "@thi.ng/adapt-dpi": "^2.2.2",
38
+ "@thi.ng/api": "^8.5.0",
39
+ "@thi.ng/associative": "^6.2.17",
40
+ "@thi.ng/checks": "^3.3.3",
41
+ "@thi.ng/hiccup-canvas": "^2.1.36",
42
+ "@thi.ng/rdom": "^0.9.20",
43
+ "@thi.ng/rstream": "^7.2.29",
44
+ "@thi.ng/transducers": "^8.3.24"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.33.5",
48
- "@thi.ng/testament": "^0.3.4",
48
+ "@thi.ng/testament": "^0.3.5",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
- "typedoc": "^0.23.18",
51
+ "typedoc": "^0.23.20",
52
52
  "typescript": "^4.8.4"
53
53
  },
54
54
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "node": ">=12.7"
72
72
  },
73
73
  "files": [
74
- "*.js",
75
- "*.d.ts"
74
+ "./*.js",
75
+ "./*.d.ts"
76
76
  ],
77
77
  "exports": {
78
78
  ".": {
@@ -90,5 +90,5 @@
90
90
  "status": "alpha",
91
91
  "year": 2020
92
92
  },
93
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
93
+ "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
94
94
  }