50p82u21t54k 0.0.2 → 0.0.3

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,19 +1,19 @@
1
- let t = "";
1
+ let e = "";
2
2
  function s(n) {
3
- t = n;
3
+ e = n;
4
4
  }
5
- function a() {
6
- return t;
5
+ function t() {
6
+ return e;
7
7
  }
8
- const r = {
9
- install(n, e) {
10
- s(e.baseURL);
8
+ const a = {
9
+ install(n, o) {
10
+ s(o.baseURL);
11
11
  }
12
12
  };
13
- async function u() {
14
- return a();
13
+ async function l() {
14
+ return console.log("method", t()), t();
15
15
  }
16
16
  export {
17
- u as getProduct,
18
- r as libraryPlugin
17
+ l as getProduct,
18
+ a as libraryPlugin
19
19
  };
@@ -1 +1 @@
1
- (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e["50p82u21t54k"]={}))})(this,function(e){"use strict";let t="";function i(n){t=n}function u(){return t}const o={install(n,s){i(s.baseURL)}};async function f(){return u()}e.getProduct=f,e.libraryPlugin=o,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e["50p82u21t54k"]={}))})(this,function(e){"use strict";let t="";function i(o){t=o}function n(){return t}const u={install(o,f){i(f.baseURL)}};async function s(){return console.log("method",n()),n()}e.getProduct=s,e.libraryPlugin=u,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -1 +1 @@
1
- {"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../src/products/method.ts"],"names":[],"mappings":"AAEA,wBAAsB,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC,CAElD"}
1
+ {"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../src/products/method.ts"],"names":[],"mappings":"AAEA,wBAAsB,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC,CAGlD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "50p82u21t54k",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A description of your library",
5
5
  "main": "dist/50p82u21t54k.umd.js",
6
6
  "module": "dist/50p82u21t54k.es.js",