@accordproject/concerto-core
Advanced tools
Comparing version 3.20.4-20250117074547 to 3.20.4-20250121115618
/*! | ||
* Concerto v3.20.4-20250117074547 | ||
* Concerto v3.20.4-20250121115618 | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ * you may not use this file except in compliance with the License. |
@@ -202,3 +202,2 @@ /* | ||
* Rewrites the $class property on decoratorCommandSet classes. | ||
* @private | ||
* @param {*} decoratorCommandSet the DecoratorCommandSet object | ||
@@ -228,3 +227,2 @@ * @param {string} version the DCS version upgrade target | ||
* Migrations should only take place across minor versions of the same major version. | ||
* @private | ||
* @param {*} decoratorCommandSet the DecoratorCommandSet object | ||
@@ -231,0 +229,0 @@ * @param {*} DCS_VERSION the DecoratorCommandSet version |
{ | ||
"name": "@accordproject/concerto-core", | ||
"version": "3.20.4-20250117074547", | ||
"version": "3.20.4-20250121115618", | ||
"description": "Core Implementation for the Concerto Modeling Language", | ||
@@ -67,5 +67,5 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"dependencies": { | ||
"@accordproject/concerto-cto": "3.20.4-20250117074547", | ||
"@accordproject/concerto-cto": "3.20.4-20250121115618", | ||
"@accordproject/concerto-metamodel": "3.11.0", | ||
"@accordproject/concerto-util": "3.20.4-20250117074547", | ||
"@accordproject/concerto-util": "3.20.4-20250121115618", | ||
"dayjs": "1.11.13", | ||
@@ -72,0 +72,0 @@ "debug": "4.3.7", |
@@ -24,3 +24,2 @@ export = DecoratorManager; | ||
* Rewrites the $class property on decoratorCommandSet classes. | ||
* @private | ||
* @param {*} decoratorCommandSet the DecoratorCommandSet object | ||
@@ -30,7 +29,6 @@ * @param {string} version the DCS version upgrade target | ||
*/ | ||
private static migrateTo; | ||
static migrateTo(decoratorCommandSet: any, version: string): object; | ||
/** | ||
* Checks if the supplied decoratorCommandSet can be migrated. | ||
* Migrations should only take place across minor versions of the same major version. | ||
* @private | ||
* @param {*} decoratorCommandSet the DecoratorCommandSet object | ||
@@ -40,3 +38,3 @@ * @param {*} DCS_VERSION the DecoratorCommandSet version | ||
*/ | ||
private static canMigrate; | ||
static canMigrate(decoratorCommandSet: any, DCS_VERSION: any): boolean; | ||
/** | ||
@@ -43,0 +41,0 @@ * Add decorator commands set with index object to the coresponding target map |
Sorry, the diff of this file is too big to display
1102987
15817
+ Added@accordproject/concerto-cto@3.20.4-20250121115618(transitive)
+ Added@accordproject/concerto-util@3.20.4-20250121115618(transitive)
- Removed@accordproject/concerto-cto@3.20.4-20250117074547(transitive)
- Removed@accordproject/concerto-util@3.20.4-20250117074547(transitive)