landaxs 1.0.0 → 1.0.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.
package/dist/index.d.ts CHANGED
@@ -9,4 +9,3 @@ declare class Landaxs {
9
9
  triggerInput(name_input: string | Array<string>, callback: Function): this;
10
10
  methods(function_parameter: Record<string, (...args: any[]) => any>): this;
11
11
  }
12
- export default Landaxs;
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  class Landaxs {
2
3
  constructor() {
3
4
  this._data = {};
@@ -150,4 +151,3 @@ class Landaxs {
150
151
  return this;
151
152
  }
152
153
  }
153
- export default Landaxs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "landaxs",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Landaxs is a lightweight library for dynamic input binding with two-way data flow.",
5
5
  "keywords": ["forms", "binding", "javascript", "typescript"],
6
6
  "homepage": "https://github.com/Rakhmadi/Landaxs#readme",