@finos/legend-model-storage
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "@finos/legend-model-storage", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Legend storage models", | ||
@@ -26,9 +26,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}\"", | ||
@@ -41,8 +41,8 @@ "publish:prepare": "node ../../scripts/release/preparePublishContent.js", | ||
"dependencies": { | ||
"@finos/legend-shared": "1.2.3" | ||
"@finos/legend-shared": "1.2.4" | ||
}, | ||
"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", | ||
@@ -49,0 +49,0 @@ "lodash": "4.17.21", |
22302
19
+ Added@finos/legend-shared@1.2.4(transitive)
+ Addedmobx@6.5.0(transitive)
- Removed@finos/legend-shared@1.2.3(transitive)
- Removedmobx@6.4.2(transitive)
Updated@finos/legend-shared@1.2.4