@finos/legend-extension-dsl-text 6.0.182 → 6.0.184

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"version":3,"file":"V1_DSL_Text_GraphBuilderHelper.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/transformation/pureGraph/V1_DSL_Text_GraphBuilderHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,wFAAwF,CAAC;AACnH,OAAO,KAAK,EACV,mCAAmC,EACnC,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,cAAc,SACnB,MAAM,WACH,sBAAsB,KAC9B,oCAAoC,IAAI,CAGxC,CAAC"}
1
+ {"version":3,"file":"V1_DSL_Text_GraphBuilderHelper.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/transformation/pureGraph/V1_DSL_Text_GraphBuilderHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,wFAAwF,CAAC;AACnH,OAAO,KAAK,EACV,mCAAmC,EACnC,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,cAAc,SACnB,MAAM,WACH,sBAAsB,KAC9B,mCAAmC,CAAC,IAAI,CAGxC,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-text v6.0.182
1
+ /** @license @finos/legend-extension-dsl-text v6.0.184
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-text",
3
- "version": "6.0.182",
3
+ "version": "6.0.184",
4
4
  "description": "Legend extension for Text DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -52,7 +52,7 @@
52
52
  "@finos/legend-shared": "workspace:*",
53
53
  "@finos/legend-storage": "workspace:*",
54
54
  "@types/react": "18.3.3",
55
- "mobx": "6.12.3",
55
+ "mobx": "6.12.4",
56
56
  "mobx-react-lite": "4.0.7",
57
57
  "react": "18.3.1",
58
58
  "serializr": "3.0.2"
@@ -65,8 +65,8 @@
65
65
  "jest": "29.7.0",
66
66
  "npm-run-all": "4.1.5",
67
67
  "rimraf": "5.0.7",
68
- "sass": "1.77.4",
69
- "typescript": "5.4.5"
68
+ "sass": "1.77.6",
69
+ "typescript": "5.5.2"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": "^18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-text",
3
- "version": "6.0.182",
3
+ "version": "6.0.184",
4
4
  "description": "Legend extension for Text DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,29 +44,29 @@
44
44
  "test:watch": "jest --watch"
45
45
  },
46
46
  "dependencies": {
47
- "@finos/legend-application": "15.1.9",
48
- "@finos/legend-application-studio": "28.17.11",
49
- "@finos/legend-art": "7.1.37",
50
- "@finos/legend-graph": "31.10.4",
51
- "@finos/legend-lego": "1.2.40",
52
- "@finos/legend-shared": "10.0.39",
53
- "@finos/legend-storage": "3.0.89",
47
+ "@finos/legend-application": "15.1.11",
48
+ "@finos/legend-application-studio": "28.17.13",
49
+ "@finos/legend-art": "7.1.39",
50
+ "@finos/legend-graph": "31.10.6",
51
+ "@finos/legend-lego": "1.2.42",
52
+ "@finos/legend-shared": "10.0.41",
53
+ "@finos/legend-storage": "3.0.91",
54
54
  "@types/react": "18.3.3",
55
- "mobx": "6.12.3",
55
+ "mobx": "6.12.4",
56
56
  "mobx-react-lite": "4.0.7",
57
57
  "react": "18.3.1",
58
58
  "serializr": "3.0.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@finos/legend-dev-utils": "2.1.7",
61
+ "@finos/legend-dev-utils": "2.1.9",
62
62
  "@jest/globals": "29.7.0",
63
63
  "cross-env": "7.0.3",
64
64
  "eslint": "8.57.0",
65
65
  "jest": "29.7.0",
66
66
  "npm-run-all": "4.1.5",
67
67
  "rimraf": "5.0.7",
68
- "sass": "1.77.4",
69
- "typescript": "5.4.5"
68
+ "sass": "1.77.6",
69
+ "typescript": "5.5.2"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": "^18.0.0"
@@ -48,6 +48,6 @@
48
48
  "package.json"
49
49
  ],
50
50
  "exclude": [
51
- "lib"
51
+ "/home/runner/work/legend-studio/legend-studio/packages/legend-extension-dsl-text/lib"
52
52
  ]
53
53
  }