@finos/legend-server-sdlc
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@finos/legend-server-sdlc", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Legend SDLC server client", | ||
@@ -27,9 +27,9 @@ "keywords": [ | ||
"scripts": { | ||
"build": "yarn clean && yarn build:tsc", | ||
"build:tsc": "tsc --project ./tsconfig.build.json", | ||
"build": "yarn clean && yarn build:ts", | ||
"build:ts": "tsc --project ./tsconfig.build.json", | ||
"clean": "npm-run-all clean:cache clean:lib", | ||
"clean:cache": "rimraf \"build\"", | ||
"clean:lib": "rimraf \"lib\"", | ||
"dev": "yarn dev:tsc", | ||
"dev:tsc": "tsc --watch --preserveWatchOutput", | ||
"dev": "yarn dev:ts", | ||
"dev:ts": "tsc --watch --preserveWatchOutput", | ||
"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}\"", | ||
@@ -42,5 +42,5 @@ "publish:prepare": "node ../../scripts/release/preparePublishContent.js", | ||
"dependencies": { | ||
"@finos/legend-model-storage": "0.0.21", | ||
"@finos/legend-shared": "1.2.3", | ||
"mobx": "6.4.2", | ||
"@finos/legend-model-storage": "0.0.22", | ||
"@finos/legend-shared": "1.2.4", | ||
"mobx": "6.5.0", | ||
"mobx-react-lite": "3.3.0", | ||
@@ -51,5 +51,5 @@ "react": "17.0.2", | ||
"devDependencies": { | ||
"@finos/legend-dev-utils": "0.3.12", | ||
"@finos/legend-dev-utils": "0.3.13", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.10.0", | ||
"eslint": "8.11.0", | ||
"jest": "27.5.1", | ||
@@ -56,0 +56,0 @@ "npm-run-all": "4.1.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
275659
149
+ Added@finos/legend-model-storage@0.0.22(transitive)
+ Added@finos/legend-shared@1.2.4(transitive)
+ Addedmobx@6.5.0(transitive)
- Removed@finos/legend-model-storage@0.0.21(transitive)
- Removed@finos/legend-shared@1.2.3(transitive)
- Removedmobx@6.4.2(transitive)
Updated@finos/legend-shared@1.2.4
Updatedmobx@6.5.0