@adminide-stack/core
Advanced tools
Comparing version 0.0.15-31 to 0.0.15-32
export * from './constants'; | ||
export * from './default-workspace-config'; |
@@ -114,2 +114,19 @@ module.exports = | ||
/***/ "./src/constants/default-workspace-config.ts": | ||
/*!***************************************************!*\ | ||
!*** ./src/constants/default-workspace-config.ts ***! | ||
\***************************************************/ | ||
/*! no static exports found */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DEFAULT_RAM = 536870912; | ||
exports.DEFAULT_HDD = 1073741824; | ||
exports.DEFAULT_CPU = 1; | ||
/***/ }), | ||
/***/ "./src/constants/index.ts": | ||
@@ -129,2 +146,3 @@ /*!********************************!*\ | ||
__export(__webpack_require__(/*! ./constants */ "./src/constants/constants.ts")); | ||
__export(__webpack_require__(/*! ./default-workspace-config */ "./src/constants/default-workspace-config.ts")); | ||
@@ -131,0 +149,0 @@ |
{ | ||
"name": "@adminide-stack/core", | ||
"version": "0.0.15-31", | ||
"version": "0.0.15-32", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
15301
11
249