50p82u21t54k 0.0.0 → 0.0.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.
package/dist/50p82u21t54k.es.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
let t = "";
|
|
2
|
+
function s(n) {
|
|
3
|
+
t = n;
|
|
3
4
|
}
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
e = t;
|
|
5
|
+
function a() {
|
|
6
|
+
return t;
|
|
7
7
|
}
|
|
8
|
-
const
|
|
9
|
-
install(
|
|
10
|
-
|
|
11
|
-
getProduct: () => r(e)
|
|
12
|
-
};
|
|
8
|
+
const r = {
|
|
9
|
+
install(n, e) {
|
|
10
|
+
s(e.baseURL);
|
|
13
11
|
}
|
|
14
12
|
};
|
|
13
|
+
async function u() {
|
|
14
|
+
return a();
|
|
15
|
+
}
|
|
15
16
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
u as getProduct,
|
|
18
|
+
r as libraryPlugin
|
|
18
19
|
};
|
package/dist/50p82u21t54k.umd.js
CHANGED
|
@@ -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";
|
|
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"})});
|
package/dist/plugin.d.ts
CHANGED
package/dist/plugin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAQzB,wBAAgB,UAAU,IAAI,MAAM,CAEnC;;eAGY,GAAG,WAAW;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;;AAD9C,wBAIC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function getProduct(
|
|
1
|
+
export declare function getProduct(): Promise<string>;
|
|
2
2
|
//# sourceMappingURL=method.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../src/products/method.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../src/products/method.ts"],"names":[],"mappings":"AAEA,wBAAsB,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC,CAElD"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "50p82u21t54k",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "A description of your library",
|
|
5
|
-
"main": "dist/
|
|
5
|
+
"main": "dist/50p82u21t54k.umd.js",
|
|
6
|
+
"module": "dist/50p82u21t54k.es.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
7
8
|
"files": [
|
|
8
9
|
"dist"
|