@doubter/json-schema
Advanced tools
Comparing version 0.0.2 to 0.0.3
MIT License | ||
Copyright (c) 2023 Savva Mikhalevski | ||
Copyright (c) 2024 Savva Mikhalevski | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@doubter/json-schema", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Converts Doubter shapes from and to JSON schemas.", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"main": "./index.js", | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "rollup --config --configPlugin typescript", | ||
"clean": "rimraf ./lib ./docs ./coverage", | ||
"test": "jest", | ||
"docs": "typedoc ./src/main/index.ts" | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -32,19 +31,5 @@ "repository": { | ||
"homepage": "https://github.com/smikhalevski/doubter-json-schema#readme", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/jest": "^29.2.5", | ||
"jest": "^29.3.1", | ||
"prettier": "^2.8.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.10.0", | ||
"rollup-plugin-dts": "^5.1.1", | ||
"ts-jest": "^29.0.4", | ||
"tslib": "^2.4.1", | ||
"typedoc": "^0.23.24", | ||
"typescript": "^4.9.4" | ||
}, | ||
"peerDependencies": { | ||
"doubter": "^2.1.0" | ||
"doubter": "^4.0.2" | ||
} | ||
} |
@@ -5,3 +5,4 @@ # Doubter × JSON Schema | ||
> **Warning** This project is at the early development stage. | ||
> [!WARNING]\ | ||
> This project is at the early development stage. | ||
@@ -8,0 +9,0 @@ ```shell |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
43532
0
10
1094
45
1