@design-sync/manager
Advanced tools
Comparing version 0.6.1 to 0.6.2
import { TokensWalker, TokensWalkerOptions } from '@design-sync/w3c-dtfm'; | ||
import * as consola_dist_core from 'consola/dist/core'; | ||
import * as consola from 'consola'; | ||
@@ -18,5 +18,5 @@ interface TokensManagerPluginFile { | ||
private config; | ||
constructor(logger?: consola_dist_core.ConsolaInstance); | ||
constructor(logger?: consola.ConsolaInstance); | ||
getWalker(): TokensWalker; | ||
getLogger(): consola_dist_core.ConsolaInstance; | ||
getLogger(): consola.ConsolaInstance; | ||
getConfig(): DesignSyncConfig; | ||
@@ -68,3 +68,3 @@ private fetch; | ||
declare const logger: consola_dist_core.ConsolaInstance; | ||
declare const logger: consola.ConsolaInstance; | ||
@@ -71,0 +71,0 @@ type Format = 'typescript' | 'json' | 'css'; |
{ | ||
"name": "@design-sync/manager", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Plugable design tokens manager", | ||
@@ -15,21 +15,20 @@ "repository": "salamaashoush/design-sync", | ||
"dependencies": { | ||
"c12": "^1.5.1", | ||
"c12": "^1.10.0", | ||
"consola": "^3.2.3", | ||
"fast-glob": "^3.3.2", | ||
"giget": "^1.1.3", | ||
"@design-sync/utils": "0.5.0", | ||
"@design-sync/w3c-dtfm": "0.11.0" | ||
"giget": "^1.2.3", | ||
"@design-sync/utils": "0.5.1", | ||
"@design-sync/w3c-dtfm": "0.11.1" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^3.0.0" | ||
"prettier": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.4", | ||
"@vitest/coverage-v8": "^1.0.4", | ||
"eslint": "^8.55.0", | ||
"lint-staged": "^15.2.0", | ||
"typescript": "^5.3.3", | ||
"@types/node": "^20.14.2", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"oxlint": "^0.4.2", | ||
"prettier": "^3.3.1", | ||
"typescript": "^5.4.5", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^1.0.4", | ||
"@design-sync/eslint-config": "0.0.1", | ||
"vitest": "^1.6.0", | ||
"@design-sync/tsconfig": "0.0.1" | ||
@@ -43,8 +42,7 @@ }, | ||
"dev": "npm run build -- --watch", | ||
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test", | ||
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w", | ||
"lint": "oxlint --import-plugin --deny-warnings && prettier -c src", | ||
"lint:fix": "oxlint --import-plugin --deny-warnings --fix && prettier -c src -w", | ||
"release": "pnpm test && pnpm publish", | ||
"test": "pnpm lint && pnpm test:types && vitest run --coverage", | ||
"test:types": "tsc --noEmit --skipLibCheck", | ||
"precommit": "lint-staged" | ||
"test:types": "tsc --noEmit --skipLibCheck" | ||
}, | ||
@@ -51,0 +49,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8
24491
8
433
+ Added@design-sync/utils@0.5.1(transitive)
+ Added@design-sync/w3c-dtfm@0.11.1(transitive)
- Removed@design-sync/utils@0.5.0(transitive)
- Removed@design-sync/w3c-dtfm@0.11.0(transitive)
Updated@design-sync/utils@0.5.1
Updated@design-sync/w3c-dtfm@0.11.1
Updatedc12@^1.10.0
Updatedgiget@^1.2.3