@polywrap/wrap-manifest-types-js
Advanced tools
Comparing version
{ | ||
"name": "@polywrap/wrap-manifest-types-js", | ||
"description": "WRAP Manifest TypeScript Typings", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/polywrap/monorepo.git" | ||
"url": "https://github.com/polywrap/javascript-client.git" | ||
}, | ||
@@ -14,3 +14,3 @@ "main": "./build/index.js", | ||
"prebuild": "ts-node ./scripts/generate.ts", | ||
"test": "jest --passWithNoTests --runInBand --verbose", | ||
"test": "jest --passWithNoTests --runInBand --verbose --config ../../../jest.config.js --rootDir .", | ||
"test:watch": "yarn test -- --watch" | ||
@@ -20,18 +20,18 @@ }, | ||
"@apidevtools/json-schema-ref-parser": "9.0.9", | ||
"@polywrap/msgpack-js": "0.10.1", | ||
"jsonschema": "1.4.0", | ||
"semver": "7.4.0" | ||
"semver": "7.5.0" | ||
}, | ||
"devDependencies": { | ||
"@polywrap/msgpack-js": "0.10.0", | ||
"@polywrap/os-js": "0.10.0", | ||
"@polywrap/wrap-manifest-schemas": "0.9.3", | ||
"@types/jest": "26.0.8", | ||
"@polywrap/os-js": "~0.10.0", | ||
"@polywrap/wrap-manifest-schemas": "0.9.7", | ||
"@types/jest": "29.5.0", | ||
"@types/mustache": "4.0.1", | ||
"@types/prettier": "2.6.0", | ||
"@types/semver": "7.3.8", | ||
"jest": "26.6.3", | ||
"@types/semver": "7.3.11", | ||
"jest": "29.5.0", | ||
"json-schema-to-typescript": "11.0.2", | ||
"mustache": "4.0.1", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "26.5.4", | ||
"ts-jest": "29.1.0", | ||
"ts-node": "10.9.1", | ||
@@ -38,0 +38,0 @@ "typescript": "4.9.5" |
{ | ||
"extends": "../../../../tsconfig", | ||
"extends": "../../../tsconfig", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "outDir": "build" |
13
-7.14%108115
-0.14%4
33.33%53
-1.85%2551
-0.43%+ Added
+ Added
+ Added
+ Added
- Removed
Updated