@accordproject/concerto-core 1.2.2-20220112145448 → 1.2.2-20220112165653

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -15,7 +15,7 @@
15
15
  'use strict';
16
16
 
17
17
  /**
18
- * Concerto module. Concerto is a framework for defining domain
18
+ * Concerto core module. Concerto is a framework for defining domain
19
19
  * specific models.
20
20
  *
21
21
  * @module concerto-core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accordproject/concerto-core",
3
- "version": "1.2.2-20220112145448",
3
+ "version": "1.2.2-20220112165653",
4
4
  "description": "Core Implementation for the Concerto Modeling Language",
5
5
  "homepage": "https://github.com/accordproject/concerto",
6
6
  "engines": {
@@ -58,8 +58,8 @@
58
58
  "yargs": "17.1.0"
59
59
  },
60
60
  "dependencies": {
61
- "@accordproject/concerto-cto": "1.2.2-20220112145448",
62
- "@accordproject/concerto-util": "1.2.2-20220112145448",
61
+ "@accordproject/concerto-cto": "1.2.2-20220112165653",
62
+ "@accordproject/concerto-util": "1.2.2-20220112165653",
63
63
  "dayjs": "1.10.4",
64
64
  "debug": "4.3.1",
65
65
  "lorem-ipsum": "2.0.3",