stalefish 7.1.0 → 7.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.
@@ -5,7 +5,7 @@ jobs:
5
5
  parallelism: 1
6
6
  shell: /bin/bash --login
7
7
  docker:
8
- - image: circleci/node:12.10.0
8
+ - image: circleci/node:18.12.1
9
9
  steps:
10
10
  - checkout
11
11
  - run: export PATH="~/lorengreenfield/stalefish/node_modules/.bin:$PATH"
@@ -1,5 +1,5 @@
1
1
  import { html, css, fieldIsTouched, Component, LRU } from 'halfcab'
2
- import raw from 'nanohtml/raw'
2
+ import raw from 'nanohtml/raw.js'
3
3
  import * as deepDiff from 'deep-object-diff'
4
4
  import clone from 'fast-clone'
5
5
  import uploadIcon from './icons/upload.mjs'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stalefish",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Simple function based component library for halfcab tagged template literals",
5
5
  "main": "index.mjs",
6
6
  "module": "index.mjs",