@finos/legend-graph 1.2.0 → 1.2.1

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.
@@ -0,0 +1,64 @@
1
+ {
2
+ "name": "@finos/legend-graph",
3
+ "version": "1.2.1",
4
+ "description": "Legend metamodel graph",
5
+ "keywords": [
6
+ "legend",
7
+ "legend-graph",
8
+ "metamodel",
9
+ "graph"
10
+ ],
11
+ "homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-graph",
12
+ "bugs": {
13
+ "url": "https://github.com/finos/legend-studio/issues"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/finos/legend-studio.git",
18
+ "directory": "packages/legend-graph"
19
+ },
20
+ "license": "Apache-2.0",
21
+ "sideEffects": false,
22
+ "type": "module",
23
+ "main": "lib/index.js",
24
+ "module": "lib/index.js",
25
+ "types": "lib/index.d.ts",
26
+ "scripts": {
27
+ "build": "yarn clean && yarn build:tsc",
28
+ "build:tsc": "tsc --project ./tsconfig.build.json",
29
+ "clean": "npm-run-all clean:cache clean:lib",
30
+ "clean:cache": "rimraf \"build\"",
31
+ "clean:lib": "rimraf \"lib\"",
32
+ "dev": "yarn dev:tsc",
33
+ "dev:tsc": "tsc --watch --preserveWatchOutput",
34
+ "lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
35
+ "publish:prepare": "node ../../scripts/release/preparePublishContent.js",
36
+ "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js",
37
+ "test": "jest",
38
+ "test:watch": "jest --watch"
39
+ },
40
+ "dependencies": {
41
+ "@finos/legend-model-storage": "workspace:*",
42
+ "@finos/legend-shared": "workspace:*",
43
+ "date-fns": "2.28.0",
44
+ "mobx": "6.4.2",
45
+ "mobx-react-lite": "3.3.0",
46
+ "react": "17.0.2",
47
+ "serializr": "2.0.5"
48
+ },
49
+ "devDependencies": {
50
+ "@finos/legend-dev-utils": "workspace:*",
51
+ "cross-env": "7.0.3",
52
+ "eslint": "8.10.0",
53
+ "jest": "27.5.1",
54
+ "npm-run-all": "4.1.5",
55
+ "rimraf": "3.0.2",
56
+ "typescript": "4.6.2"
57
+ },
58
+ "publishConfig": {
59
+ "directory": "build/publishContent"
60
+ },
61
+ "extensions": {
62
+ "pureGraphManagerPlugin": "@finos/legend-graph-plugin-core-pure-graph-manager"
63
+ }
64
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-graph",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Legend metamodel graph",
5
5
  "keywords": [
6
6
  "legend",
@@ -38,8 +38,8 @@
38
38
  "test:watch": "jest --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@finos/legend-model-storage": "0.0.20",
42
- "@finos/legend-shared": "1.2.2",
41
+ "@finos/legend-model-storage": "0.0.21",
42
+ "@finos/legend-shared": "1.2.3",
43
43
  "date-fns": "2.28.0",
44
44
  "mobx": "6.4.2",
45
45
  "mobx-react-lite": "3.3.0",
@@ -47,7 +47,7 @@
47
47
  "serializr": "2.0.5"
48
48
  },
49
49
  "devDependencies": {
50
- "@finos/legend-dev-utils": "0.3.11",
50
+ "@finos/legend-dev-utils": "0.3.12",
51
51
  "cross-env": "7.0.3",
52
52
  "eslint": "8.10.0",
53
53
  "jest": "27.5.1",