@techexp/webitem 0.5.1 → 0.5.2

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.
@@ -1,6 +1,6 @@
1
1
  // webitem.js Library to simplify creating HTML5 Custom Elements
2
2
  // https://github.com/ahabra/webitem
3
- // Copyright 2021 (C) Abdul Habra. Version 0.5.1.
3
+ // Copyright 2021 (C) Abdul Habra. Version 0.5.2.
4
4
  // Apache License Version 2.0
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  // webitem.js Library to simplify creating HTML5 Custom Elements
2
2
  // https://github.com/ahabra/webitem
3
- // Copyright 2021 (C) Abdul Habra. Version 0.5.1.
3
+ // Copyright 2021 (C) Abdul Habra. Version 0.5.2.
4
4
  // Apache License Version 2.0
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  // webitem.js Library to simplify creating HTML5 Custom Elements
2
2
  // https://github.com/ahabra/webitem
3
- // Copyright 2021 (C) Abdul Habra. Version 0.5.1.
3
+ // Copyright 2021 (C) Abdul Habra. Version 0.5.2.
4
4
  // Apache License Version 2.0
5
5
 
6
6
 
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@techexp/webitem",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Library to simplify creating Web Components/Custom Elements",
5
5
  "author": "Abdul Habra",
6
6
  "license": "Apache",
7
7
  "repository": "ahabra/webitem",
8
8
  "main": "dist/webitem-esm.js",
9
- "type": "commonjs",
10
9
  "keywords": [
11
10
  "web component",
12
11
  "custom element"
@@ -42,6 +41,6 @@
42
41
  },
43
42
  "dependencies": {
44
43
  "@techexp/data-bind": "^0.9.0",
45
- "@techexp/jshelper": "^0.6.1"
44
+ "@techexp/jshelper": "^0.6.2"
46
45
  }
47
46
  }