@sitecore-cloudsdk/core
Advanced tools
Comparing version 0.1.0-rc.2 to 0.1.0-rc.3
{ | ||
"name": "@sitecore-cloudsdk/core", | ||
"version": "0.1.0-rc.2", | ||
"version": "0.1.0-rc.3", | ||
"license": "Apache-2.0", | ||
@@ -19,3 +19,3 @@ "main": "dist/cjs/src/index.js", | ||
"dependencies": { | ||
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0" | ||
"@sitecore-cloudsdk/utils": "^0.1.0-rc.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
@@ -27,3 +27,3 @@ "use strict"; | ||
if (!coreSettings) { | ||
throw Error('[IE-0005] You must first initialize the "core" module. Run the "initServer" function.'); | ||
throw Error('[IE-0005] You must first initialize the "core" module. Run the "init" function.'); | ||
} | ||
@@ -30,0 +30,0 @@ return coreSettings; |
{ | ||
"name": "@sitecore-cloudsdk/core", | ||
"version": "0.1.0-rc.2", | ||
"version": "0.1.0-rc.3", | ||
"license": "Apache-2.0", | ||
@@ -19,3 +19,3 @@ "main": "dist/cjs/src/index.js", | ||
"dependencies": { | ||
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0" | ||
"@sitecore-cloudsdk/utils": "^0.1.0-rc.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
@@ -23,3 +23,3 @@ // © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S. | ||
if (!coreSettings) { | ||
throw Error('[IE-0005] You must first initialize the "core" module. Run the "initServer" function.'); | ||
throw Error('[IE-0005] You must first initialize the "core" module. Run the "init" function.'); | ||
} | ||
@@ -26,0 +26,0 @@ return coreSettings; |
{ | ||
"name": "@sitecore-cloudsdk/core", | ||
"version": "0.1.0-rc.2", | ||
"version": "0.1.0-rc.3", | ||
"license": "Apache-2.0", | ||
@@ -19,3 +19,3 @@ "main": "dist/cjs/src/index.js", | ||
"dependencies": { | ||
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0" | ||
"@sitecore-cloudsdk/utils": "^0.1.0-rc.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
135385
+ Added@sitecore-cloudsdk/utils@0.1.5(transitive)
- Removed@sitecore-cloudsdk/utils@0.4.4(transitive)