@rh-support/api
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -52,4 +52,6 @@ var __assign = (this && this.__assign) || function () { | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0) | ||
t[p[i]] = s[p[i]]; | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
@@ -56,0 +58,0 @@ }; |
{ | ||
"name": "@rh-support/api", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "> TODO: description", | ||
@@ -27,4 +27,5 @@ "author": "Vikas Rathee <vrathee@redhat.com>", | ||
"scripts": { | ||
"build:watch": "rollup -c --watch & tsc -w", | ||
"build": "rimraf lib && rollup -c && tsc", | ||
"prepublish": "npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -50,3 +51,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "9893e995b9a496e271e5cf5395971ed5fa179c0d" | ||
"gitHead": "0f26ac6c99fce192574de74e33a32a1beae0d706" | ||
} |
Sorry, the diff of this file is not supported yet
189510
2113