@akc42/app-utils 5.0.3 → 5.0.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akc42/app-utils",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "General Utilities for SPAs",
5
5
  "mains": "app-utils.js",
6
6
  "scripts": {
package/partMap.js CHANGED
@@ -24,7 +24,7 @@
24
24
  */
25
25
 
26
26
  import {noChange} from 'lit'
27
- import {directive,Directive,PartType} from 'lit/directive';
27
+ import {directive,Directive,PartType} from 'lit/directives.js';
28
28
 
29
29
  class PartMapDirective extends Directive {
30
30
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  //handle the on submit event from a form and make it an api call
22
22
 
23
- import api from './post-api.js';
23
+ import api from './api.js';
24
24
 
25
25
  function checkNode(node, params) {
26
26