squint-cljs 0.1.20 → 0.1.21

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
@@ -2,7 +2,7 @@
2
2
  "name": "squint-cljs",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.1.20",
5
+ "version": "0.1.21",
6
6
  "files": [
7
7
  "core.js",
8
8
  "src/squint/core.js",
@@ -1300,5 +1300,5 @@ export function some_fn(...fns) {
1300
1300
 
1301
1301
  export function into_array(type, aseq) {
1302
1302
  let theSeq = aseq || type;
1303
- return vec(aseq);
1303
+ return vec(theSeq);
1304
1304
  }