@decidables/accumulable-elements 0.3.5 → 0.3.6

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.6](https://github.com/decidables/decidables/compare/@decidables/accumulable-elements@0.3.5...@decidables/accumulable-elements@0.3.6) (2025-11-30)
7
+
8
+ **Note:** Version bump only for package @decidables/accumulable-elements
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.3.5](https://github.com/decidables/decidables/compare/@decidables/accumulable-elements@0.3.4...@decidables/accumulable-elements@0.3.5) (2025-11-21)
7
15
 
8
16
 
package/README.md CHANGED
@@ -1079,7 +1079,7 @@ export default class AccumulableElementSomething extends AccumulableElement {
1079
1079
  - `gulpfile.js` (Tasks for *gulp*)
1080
1080
  - `package.json` (Package config for *yarn* and *npm*)
1081
1081
  - `README.md` (This file)
1082
- - `rollup-stats.html` (Report on js bundle composition and size) **\[autogenerated\]**
1082
+ - `rollup-stats.auto.html` (Report on js bundle composition and size) **\[autogenerated\]**
1083
1083
 
1084
1084
  ## [License](https://github.com/decidables/decidables/blob/main/LICENSE.md)
1085
1085
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decidables/accumulable-elements",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "accumulable-elements: Web Components for visualizing the Diffusion Decision Model",
5
5
  "keywords": [
6
6
  "web component",
@@ -24,7 +24,8 @@
24
24
  "./components": "./src/components/index.js",
25
25
  "./equations": "./src/equations/index.js",
26
26
  "./examples": "./src/examples/index.js",
27
- "./*": "./src/*.js"
27
+ "./*": "./src/*.js",
28
+ "./colors.yml": "./src/colors.yml"
28
29
  },
29
30
  "repository": {
30
31
  "type": "git",
@@ -53,14 +54,13 @@
53
54
  "gulp": "^5.0.1"
54
55
  },
55
56
  "dependencies": {
56
- "@decidables/accumulable-math": "^0.2.4",
57
- "@decidables/decidables-elements": "^0.5.4",
57
+ "@decidables/accumulable-math": "^0.2.5",
58
+ "@decidables/decidables-elements": "^0.5.5",
58
59
  "@lit-labs/motion": "^1.0.9",
59
60
  "@observablehq/plot": "^0.6.17",
60
61
  "bayes.js": "https://github.com/akrawitz/bayes.js.git#commit=c7b091b75f85a86b6a3965a983b31e23d9ef456f",
61
62
  "d3": "^7.9.0",
62
- "lit": "^3.3.1",
63
- "regenerator-runtime": "^0.14.1"
63
+ "lit": "^3.3.1"
64
64
  },
65
- "gitHead": "c0a4df1a6d35d43648d21c14d63cbcee6dd28f9e"
65
+ "gitHead": "045955a4696ea4b38440d84d467cad3ddaad812d"
66
66
  }