@baadal-sdk/dapi 0.9.0 → 0.10.0
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var
|
|
1
|
+
var n={d:function(o,r){for(var t in r)n.o(r,t)&&!n.o(o,t)&&Object.defineProperty(o,t,{enumerable:!0,get:r[t]})},o:function(n,o){return Object.prototype.hasOwnProperty.call(n,o)}},o={};n.d(o,{Z:function(){return e},R:function(){return t},fs:function(){return r}});var r={log:function(){console.log("dapi/fs")}},t=function(){return"bar"},e=r,f=o.Z,u=o.R,a=o.fs;export{f as default,u as foo,a as fs};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","mappings":"AACA,IAAIA,EAAsB,CCA1BA,EAAwB,SAASC,EAASC,GACzC,IAAI,IAAIC,KAAOD,EACXF,EAAoBI,EAAEF,EAAYC,KAASH,EAAoBI,EAAEH,EAASE,IAC5EE,OAAOC,eAAeL,EAASE,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,MCJ3EH,EAAwB,SAASS,EAAKC,GAAQ,OAAOL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,K,oFCe/F,IAIA,GACEI,IALU,WACVC,QAAQD,IAAI,aCdRE,EAAM,WACV,MAAO,OAIT,I","sources":["webpack://@baadal-sdk/dapi/webpack/bootstrap","webpack://@baadal-sdk/dapi/webpack/runtime/define property getters","webpack://@baadal-sdk/dapi/webpack/runtime/hasOwnProperty shorthand","webpack://@baadal-sdk/dapi/./src/fs/index.ts","webpack://@baadal-sdk/dapi/./src/index.ts"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// import uniqueRandomArray from 'unique-random-array';\n\n// const greetList = [\n// 'Hello',\n// 'Hola',\n// 'Ola',\n// 'Bonjour',\n// 'Salut',\n// 'Salve',\n// 'Ciao',\n// 'Halo',\n// 'Namaste',\n// 'Merhaba'\n// ];\n\nconst log = () => {\n console.log('dapi/fs');\n};\n\nexport default {\n log,\n // greet: uniqueRandomArray(greetList)\n};\n","import fs from './fs';\n\nconst foo = () => {\n return 'bar';\n};\n\nexport { fs, foo };\nexport default fs;\n"],"names":["__webpack_require__","exports","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","log","console","foo"],"sourceRoot":""}
|