@scalar/types
Advanced tools
Comparing version 0.0.1 to 0.0.2
# @scalar/types | ||
## 0.0.2 | ||
### Patch Changes | ||
- 910b1c2: Add build step for path resolution | ||
## 0.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"engines": { | ||
@@ -26,7 +26,21 @@ "node": ">=18" | ||
"exports": { | ||
"./legacy": "./src/legacy/index.ts", | ||
"./utils": "./src/utils/index.ts" | ||
".": { | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./utils": { | ||
"import": "./dist/utils/index.js", | ||
"types": "./dist/utils/index.d.ts" | ||
}, | ||
"./legacy": { | ||
"import": "./dist/legacy/index.js", | ||
"types": "./dist/legacy/index.d.ts" | ||
}, | ||
"./external": { | ||
"import": "./dist/external/index.js", | ||
"types": "./dist/external/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"CHANGELOG.md" | ||
@@ -39,7 +53,12 @@ ], | ||
}, | ||
"devDependencies": { | ||
"@scalar/build-tooling": "0.1.10" | ||
}, | ||
"scripts": { | ||
"build": "scalar-build-rollup", | ||
"lint:check": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"types:check": "tsc --noEmit --skipLibCheck --composite false" | ||
"types:build": "scalar-types-build", | ||
"types:check": "scalar-types-check" | ||
} | ||
} |
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
29406
21
1
466
1