@baseline-ui/tokens
Advanced tools
Comparing version 0.22.1 to 0.23.0
{ | ||
"name": "@baseline-ui/tokens", | ||
"version": "0.22.1", | ||
"version": "0.23.0", | ||
"description": "", | ||
@@ -11,3 +11,4 @@ "main": "dist/index.js", | ||
"dist", | ||
"License.md" | ||
"License.md", | ||
"Acknowledgements.md" | ||
], | ||
@@ -22,5 +23,5 @@ "source": "./src/index.ts", | ||
"@tokens-studio/sd-transforms": "0.12.2", | ||
"@types/lodash": "^4.14.202", | ||
"@vanilla-extract/css": "^1.14.2", | ||
"@vanilla-extract/sprinkles": "^1.6.1", | ||
"@types/lodash": "^4.17.7", | ||
"@vanilla-extract/css": "^1.15.3", | ||
"@vanilla-extract/sprinkles": "1.6.2", | ||
"json-to-ts": "^2.1.0", | ||
@@ -34,4 +35,5 @@ "style-dictionary": "3.9.2" | ||
"build": "pnpm run build:themes && tsup src/index.ts --minify --format cjs,esm --dts --treeshake", | ||
"build:themes": "rm -rf build && mkdir -p build && ./scripts/buildTheme.ts" | ||
"build:themes": "rm -rf build && mkdir -p build && ./scripts/buildTheme.ts", | ||
"acknowledgements": "pnpm licenses list --json --prod | npx @quantco/pnpm-licenses generate-disclaimer --json-input --output-file=Acknowledgements.md" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2034918
8