@benev/tact 0.1.0 → 0.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/package.json +1 -1
- package/s/core/bindings/parts/lens-algo.ts +2 -1
- package/s/core/core.test.ts +66 -35
- package/s/core/testing/testing.ts +11 -10
- package/x/core/bindings/parts/lens-algo.js +1 -1
- package/x/core/bindings/parts/lens-algo.js.map +1 -1
- package/x/core/core.test.d.ts +1 -1
- package/x/core/core.test.js +58 -36
- package/x/core/core.test.js.map +1 -1
- package/x/core/testing/testing.d.ts +13 -6
- package/x/core/testing/testing.js +11 -10
- package/x/core/testing/testing.js.map +1 -1
- package/x/demo/main.bundle.min.js +1 -1
- package/x/demo/main.bundle.min.js.map +2 -2
- package/x/index.html +2 -2
package/x/index.html
CHANGED
|
@@ -91,7 +91,7 @@ body {
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
</style>
|
|
94
|
-
<script type=module src="demo/main.bundle.min.js?v=
|
|
94
|
+
<script type=module src="demo/main.bundle.min.js?v=c30d3f5c736f"></script>
|
|
95
95
|
<link rel="icon" href="assets/b.png?v=32b1d0126431"/>
|
|
96
96
|
|
|
97
97
|
<meta name="theme-color" content="#f2ea8e">
|
|
@@ -109,7 +109,7 @@ body {
|
|
|
109
109
|
<header>
|
|
110
110
|
<h1>
|
|
111
111
|
<strong>@benev/tact</strong>
|
|
112
|
-
<small>v0.1.
|
|
112
|
+
<small>v0.1.1</small>
|
|
113
113
|
</h1>
|
|
114
114
|
<div class=deets>
|
|
115
115
|
<p><em>"from keypress to couch co-op"</em></p>
|