@finos/legend-extension-dsl-persistence 1.0.0 → 1.0.3

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/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-persistence v1.0.0
1
+ /** @license @finos/legend-extension-dsl-persistence v1.0.3
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/index.d.ts CHANGED
@@ -15,4 +15,6 @@
15
15
  */
16
16
  export * from './DSLPersistence_Extension';
17
17
  export { DSLPersistence_LegendStudioPlugin } from './components/studio/DSLPersistence_LegendStudioPlugin';
18
+ export { Persistence } from './models/metamodels/pure/model/packageableElements/persistence/DSLPersistence_Persistence';
19
+ export { V1_Persistence } from './models/protocols/pure/v1/model/packageableElements/persistence/V1_DSLPersistence_Persistence';
18
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,iCAAiC,EAAE,MAAM,uDAAuD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,iCAAiC,EAAE,MAAM,uDAAuD,CAAC;AAC1G,OAAO,EAAE,WAAW,EAAE,MAAM,2FAA2F,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,gGAAgG,CAAC"}
package/lib/index.js CHANGED
@@ -15,4 +15,6 @@
15
15
  */
16
16
  export * from './DSLPersistence_Extension';
17
17
  export { DSLPersistence_LegendStudioPlugin } from './components/studio/DSLPersistence_LegendStudioPlugin';
18
+ export { Persistence } from './models/metamodels/pure/model/packageableElements/persistence/DSLPersistence_Persistence';
19
+ export { V1_Persistence } from './models/protocols/pure/v1/model/packageableElements/persistence/V1_DSLPersistence_Persistence';
18
20
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,iCAAiC,EAAE,MAAM,uDAAuD,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,iCAAiC,EAAE,MAAM,uDAAuD,CAAC;AAC1G,OAAO,EAAE,WAAW,EAAE,MAAM,2FAA2F,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,gGAAgG,CAAC"}
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-persistence",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "Legend extension for Persistence DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -49,23 +49,23 @@
49
49
  "@finos/legend-model-storage": "workspace:*",
50
50
  "@finos/legend-shared": "workspace:*",
51
51
  "@finos/legend-studio": "workspace:*",
52
- "@types/react": "17.0.44",
52
+ "@types/react": "18.0.9",
53
53
  "mobx": "6.5.0",
54
- "react": "17.0.2",
54
+ "react": "18.1.0",
55
55
  "serializr": "2.0.5"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@finos/legend-dev-utils": "workspace:*",
59
59
  "cross-env": "7.0.3",
60
- "eslint": "8.14.0",
61
- "jest": "28.0.3",
60
+ "eslint": "8.15.0",
61
+ "jest": "28.1.0",
62
62
  "npm-run-all": "4.1.5",
63
63
  "rimraf": "3.0.2",
64
64
  "sass": "1.51.0",
65
65
  "typescript": "4.6.4"
66
66
  },
67
67
  "peerDependencies": {
68
- "react": "^17.0.0"
68
+ "react": "^18.0.0"
69
69
  },
70
70
  "publishConfig": {
71
71
  "directory": "build/publishContent"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-persistence",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "Legend extension for Persistence DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,29 +43,29 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "3.0.0",
47
- "@finos/legend-art": "1.0.0",
48
- "@finos/legend-graph": "6.0.0",
49
- "@finos/legend-model-storage": "1.0.0",
50
- "@finos/legend-shared": "2.0.0",
51
- "@finos/legend-studio": "9.0.0",
52
- "@types/react": "17.0.44",
46
+ "@finos/legend-application": "3.0.3",
47
+ "@finos/legend-art": "1.0.1",
48
+ "@finos/legend-graph": "7.0.0",
49
+ "@finos/legend-model-storage": "1.0.1",
50
+ "@finos/legend-shared": "2.0.1",
51
+ "@finos/legend-studio": "9.1.0",
52
+ "@types/react": "18.0.9",
53
53
  "mobx": "6.5.0",
54
- "react": "17.0.2",
54
+ "react": "18.1.0",
55
55
  "serializr": "2.0.5"
56
56
  },
57
57
  "devDependencies": {
58
- "@finos/legend-dev-utils": "1.0.0",
58
+ "@finos/legend-dev-utils": "1.0.1",
59
59
  "cross-env": "7.0.3",
60
- "eslint": "8.14.0",
61
- "jest": "28.0.3",
60
+ "eslint": "8.15.0",
61
+ "jest": "28.1.0",
62
62
  "npm-run-all": "4.1.5",
63
63
  "rimraf": "3.0.2",
64
64
  "sass": "1.51.0",
65
65
  "typescript": "4.6.4"
66
66
  },
67
67
  "peerDependencies": {
68
- "react": "^17.0.0"
68
+ "react": "^18.0.0"
69
69
  },
70
70
  "publishConfig": {
71
71
  "directory": "build/publishContent"
package/src/index.ts CHANGED
@@ -16,3 +16,5 @@
16
16
 
17
17
  export * from './DSLPersistence_Extension';
18
18
  export { DSLPersistence_LegendStudioPlugin } from './components/studio/DSLPersistence_LegendStudioPlugin';
19
+ export { Persistence } from './models/metamodels/pure/model/packageableElements/persistence/DSLPersistence_Persistence';
20
+ export { V1_Persistence } from './models/protocols/pure/v1/model/packageableElements/persistence/V1_DSLPersistence_Persistence';