redgin 0.1.13 → 0.1.14

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/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  import { Redgin } from 'https://cdn.jsdelivr.net/gh/josnin/redgin@main/dist/redgin.min.js'
21
21
 
22
22
  // or specific version
23
- import { RedGin } from 'https://cdn.jsdelivr.net/gh/josnin/redgin@v0.1.13/dist/redgin.min.js'
23
+ import { RedGin } from 'https://cdn.jsdelivr.net/gh/josnin/redgin@v0.1.14/dist/redgin.min.js'
24
24
  ```
25
25
 
26
26
  ### Or Install using NPM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redgin",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "~5.3kb Simplified library for building Web Components, works on Vanilla JS / all JS framework",
5
5
  "keywords": [
6
6
  "redgin",
package/types1/utils.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export declare const getUniqID: () => string;
2
- export declare const camelToKebab: (str: string) => string;
3
- export declare const kebabToCamel: (str: string) => string;