@mangoweb/scripts-base
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -1,3 +0,3 @@ | ||
import { EventListeners } from '../componentTypes'; | ||
import { Component } from '../Component'; | ||
import { EventListeners } from '../componentTypes.js'; | ||
import { Component } from '../Component.js'; | ||
declare type EventType = string; | ||
@@ -4,0 +4,0 @@ declare type Events = Array<EventType>; |
@@ -1,2 +0,2 @@ | ||
import { Component } from '../Component'; | ||
import { Component } from '../Component.js'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Emitter component class |
@@ -1,3 +0,3 @@ | ||
import { Component } from '../Component'; | ||
import { EventListeners } from '../componentTypes'; | ||
import { Component } from '../Component.js'; | ||
import { EventListeners } from '../componentTypes.js'; | ||
interface ExampleProps { | ||
@@ -4,0 +4,0 @@ name: string; |
@@ -1,2 +0,2 @@ | ||
import { Component } from '../Component'; | ||
import { Component } from '../Component.js'; | ||
export class Example extends Component { | ||
@@ -3,0 +3,0 @@ constructor() { |
@@ -1,3 +0,3 @@ | ||
export * from './Emitter'; | ||
export * from './Example'; | ||
export * from './Emitter.js'; | ||
export * from './Example.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export * from './Emitter'; | ||
export * from './Example'; | ||
export * from './Emitter.js'; | ||
export * from './Example.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mangoweb/scripts-base", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Simple component model for small to medium sites. Usable from JS & TS.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,3 +0,3 @@ | ||
import { EventListeners } from '../componentTypes' | ||
import { Component } from '../Component' | ||
import { EventListeners } from '../componentTypes.js' | ||
import { Component } from '../Component.js' | ||
@@ -4,0 +4,0 @@ type EventType = string |
@@ -1,3 +0,3 @@ | ||
import { Component } from '../Component' | ||
import { DelegateEvent, EventListeners } from '../componentTypes' | ||
import { Component } from '../Component.js' | ||
import { DelegateEvent, EventListeners } from '../componentTypes.js' | ||
@@ -4,0 +4,0 @@ interface ExampleProps { |
@@ -1,2 +0,2 @@ | ||
export * from './Emitter' | ||
export * from './Example' | ||
export * from './Emitter.js' | ||
export * from './Example.js' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52704