@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 CHANGED
@@ -1,2 +1,2 @@
1
- var e,o;e=self,o=function(){},"object"==typeof exports&&"object"==typeof module?module.exports=void 0:"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.MyLibrary=void 0:e.MyLibrary=void 0;
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":"AAAA,IAA2CA,EAAMC,EAAND,EASxCE,KAT8CD,EASxC,aARc,iBAAZE,SAA0C,iBAAXC,OACxCA,OAAOD,aAAUF,EACQ,mBAAXI,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIJ,GACe,iBAAZE,QACdA,QAAmB,eAAIF,EAEvBD,EAAgB,eAAIC","sources":["webpack://MyLibrary/webpack/universalModuleDefinition"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"MyLibrary\"] = factory();\n\telse\n\t\troot[\"MyLibrary\"] = factory();\n})(self, function() {\nreturn "],"names":["root","factory","self","exports","module","define","amd"],"sourceRoot":""}
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":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baadal-sdk/dapi",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "Dead-simple API wrappers",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",