@equinor/workspace-core
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@equinor/workspace-core", | ||
"version": "0.0.4", | ||
"type": "module", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"build": "tsc -b", | ||
"lint": "eslint --ext .ts,.tsx" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@equinor/workspace-observable-proxy": "workspace:^0.0.3", | ||
"rxjs": "^7.5.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.19.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@types/jest": "27.4.1", | ||
"@types/node": "^18.11.9", | ||
"jest": "^29.2.2", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/equinor/fusion-workspace.git", | ||
"directory": "packages/workspace-core" | ||
}, | ||
"gitHead": "cc3ac06dad7d8d8d48aa586a9504896736a726d2" | ||
} | ||
"name": "@equinor/workspace-core", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"license": "MIT", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@equinor/workspace-observable-proxy": "^0.0.4", | ||
"rxjs": "^7.5.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.19.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@types/jest": "27.4.1", | ||
"@types/node": "^18.11.9", | ||
"jest": "^29.2.2", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/equinor/fusion-workspace.git", | ||
"directory": "packages/workspace-core" | ||
}, | ||
"gitHead": "6407f12589214b96228ab87d32a211f7c1cd6ba4", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"lint": "eslint --ext .ts,.tsx" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
85176
+ Added@equinor/workspace-observable-proxy@0.0.4(transitive)