ricos-schema
Advanced tools
Comparing version 8.18.3 to 8.19.0
{ | ||
"name": "ricos-schema", | ||
"version": "8.18.3", | ||
"version": "8.19.0", | ||
"author": { | ||
@@ -20,8 +20,13 @@ "name": "Matan Harsat", | ||
], | ||
"main": "dist/rich-content.js", | ||
"types": "dist/rich-content.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"lint": ":", | ||
"clean": "rm -rf dist", | ||
"build": "yarn clean && ts-node --compiler-options={\\\"module\\\":\\\"commonJS\\\"} generateSchema.ts" | ||
"prebuild": "yarn clean", | ||
"generate": "ts-node --compiler-options={\\\"module\\\":\\\"commonJS\\\"} generateSchema.ts", | ||
"buildESM": "tsc", | ||
"buildCJS": "tsc --module commonjs --outDir dist/cjs", | ||
"build": "yarn generate && yarn buildESM && yarn buildCJS" | ||
}, | ||
@@ -28,0 +33,0 @@ "unpkg": true, |
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
157
991841
14876
1