@baadal-sdk/dapi 0.8.0 → 0.9.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
- !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=void 0;else if("function"==typeof define&&define.amd)define([],o);else{var f=void 0;for(var t in f)("object"==typeof exports?exports:e)[t]=f[t]}}(self,(function(){}));
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;
2
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","mappings":"CAAA,SAA2CA,EAAMC,GAChD,GAAsB,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,aAAUD,OACb,GAAqB,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,OACP,CACJ,IAAIK,OAAIL,EACR,IAAI,IAAIM,KAAKD,GAAuB,iBAAZJ,QAAuBA,QAAUF,GAAMO,GAAKD,EAAEC,IAPxE,CASGC,MAAM","sources":["webpack://@baadal-sdk/dapi/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 {\n\t\tvar a = factory();\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(self, function() {\nreturn "],"names":["root","factory","exports","module","define","amd","a","i","self"],"sourceRoot":""}
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":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baadal-sdk/dapi",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Dead-simple API wrappers",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",