@sketch-hq/sketch-file-format-ts
Advanced tools
Comparing version 5.0.0 to 5.1.0
# @sketch-hq/sketch-file-format-ts | ||
## 5.1.0 | ||
### Minor Changes | ||
- 1aff125: Include ESM entrypoint. | ||
## 5.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@sketch-hq/sketch-file-format-ts", | ||
"description": "TypeScript types for the Sketch File Format", | ||
"version": "5.0.0", | ||
"main": "dist/index", | ||
"types": "dist/index", | ||
"version": "5.1.0", | ||
"main": "dist/cjs/index", | ||
"types": "dist/cjs/index", | ||
"module": "dist/esm/index", | ||
"license": "MIT", | ||
@@ -36,3 +37,3 @@ "files": ["dist"], | ||
"generate": "ts-node ./scripts/generate.ts", | ||
"build": "rm -rf dist && yarn generate && tsc", | ||
"build": "rm -rf dist && yarn generate && tsc --project tsconfig.json && tsc --project tsconfig.esm.json", | ||
"test": "jest", | ||
@@ -39,0 +40,0 @@ "release": "yarn build && changeset publish", |
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
357682
20
11491
1