@veloceapps/sdk 2.0.24 → 3.0.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/bundles/veloce-sdk-cms.umd.js +0 -14
- package/bundles/veloce-sdk-cms.umd.js.map +1 -1
- package/cms/modules/configuration/services/configuration.service.d.ts +1 -3
- package/esm2015/cms/modules/configuration/services/configuration.service.js +1 -7
- package/fesm2015/veloce-sdk-cms.js +0 -6
- package/fesm2015/veloce-sdk-cms.js.map +1 -1
- package/package.json +5 -5
|
@@ -1226,20 +1226,6 @@
|
|
|
1226
1226
|
ConfigurationService.prototype.getRuntimeContext = function () {
|
|
1227
1227
|
return this.runtimeService.runtimeContext;
|
|
1228
1228
|
};
|
|
1229
|
-
Object.defineProperty(ConfigurationService.prototype, "contextSnapshot", {
|
|
1230
|
-
get: function () {
|
|
1231
|
-
return this.contextService.resolve();
|
|
1232
|
-
},
|
|
1233
|
-
enumerable: false,
|
|
1234
|
-
configurable: true
|
|
1235
|
-
});
|
|
1236
|
-
Object.defineProperty(ConfigurationService.prototype, "context$", {
|
|
1237
|
-
get: function () {
|
|
1238
|
-
return this.contextService.resolve$();
|
|
1239
|
-
},
|
|
1240
|
-
enumerable: false,
|
|
1241
|
-
configurable: true
|
|
1242
|
-
});
|
|
1243
1229
|
Object.defineProperty(ConfigurationService.prototype, "charges$", {
|
|
1244
1230
|
get: function () {
|
|
1245
1231
|
return this.charges.asObservable();
|