-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
79 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
|
||
## 0.5.1 | ||
|
||
Failed deploy | ||
|
||
## 0.5.0 | ||
|
||
### Breaking Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "intelligence-layer" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
description = "" | ||
authors = ["Aleph Alpha Engineering <[email protected]>"] | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,75 @@ | ||
{ | ||
"devDependencies": { | ||
"@codemirror/lang-json": "^6.0.1", | ||
"@codemirror/theme-one-dark": "^6.1.2", | ||
"@faker-js/faker": "^8.3.1", | ||
"@melt-ui/pp": "^0.3.0", | ||
"@melt-ui/svelte": "^0.68.0", | ||
"@playwright/test": "^1.40.1", | ||
"@storybook/addon-essentials": "^7.6.7", | ||
"@storybook/addon-interactions": "^7.6.7", | ||
"@storybook/addon-links": "^7.6.7", | ||
"@storybook/addon-styling": "^1.3.7", | ||
"@storybook/addon-svelte-csf": "^4.1.0", | ||
"@storybook/blocks": "^7.6.7", | ||
"@storybook/svelte": "^7.6.7", | ||
"@storybook/sveltekit": "^7.6.7", | ||
"@storybook/testing-library": "^0.2.2", | ||
"@sveltejs/adapter-auto": "^2.1.1", | ||
"@sveltejs/adapter-node": "^1.3.1", | ||
"@sveltejs/kit": "^1.30.3", | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
"@tailwindcss/forms": "^0.5.7", | ||
"@tailwindcss/typography": "^0.5.10", | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
"@typescript-eslint/parser": "^6.18.1", | ||
"autoprefixer": "^10.4.16", | ||
"class-variance-authority": "^0.7.0", | ||
"codemirror": "^6.0.1", | ||
"date-fns": "^3.2.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-storybook": "^0.6.15", | ||
"eslint-plugin-svelte": "^2.35.1", | ||
"postcss": "^8.4.33", | ||
"prettier": "^3.1.1", | ||
"prettier-plugin-svelte": "^3.1.2", | ||
"prettier-plugin-tailwindcss": "^0.5.11", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"storybook": "^7.6.7", | ||
"svelte": "^4.2.8", | ||
"svelte-check": "^3.6.2", | ||
"svelte-codemirror-editor": "^1.2.0", | ||
"svelte-sequential-preprocessor": "^2.0.1", | ||
"tailwindcss": "^3.4.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^4.5.1", | ||
"vitest": "^0.34.6", | ||
"zod": "^3.22.4" | ||
}, | ||
"name": "trace-viewer", | ||
"private": true, | ||
"scripts": { | ||
"build": "vite build", | ||
"build-storybook": "storybook build", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"dev": "vite dev", | ||
"format": "prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --write .", | ||
"lint": "prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --check . && eslint .", | ||
"preview": "vite preview", | ||
"storybook": "storybook dev -p 6006", | ||
"test": "npm run test:integration && npm run test:unit", | ||
"test:integration": "playwright test", | ||
"test:unit": "vitest", | ||
"test:unit.run": "vitest run" | ||
}, | ||
"type": "module", | ||
"version": "0.5.0", | ||
"volta": { | ||
"node": "20.10.0", | ||
"pnpm": "8.11.0" | ||
} | ||
"devDependencies": { | ||
"@codemirror/lang-json": "^6.0.1", | ||
"@codemirror/theme-one-dark": "^6.1.2", | ||
"@faker-js/faker": "^8.3.1", | ||
"@melt-ui/pp": "^0.3.0", | ||
"@melt-ui/svelte": "^0.68.0", | ||
"@playwright/test": "^1.40.1", | ||
"@storybook/addon-essentials": "^7.6.7", | ||
"@storybook/addon-interactions": "^7.6.7", | ||
"@storybook/addon-links": "^7.6.7", | ||
"@storybook/addon-styling": "^1.3.7", | ||
"@storybook/addon-svelte-csf": "^4.1.0", | ||
"@storybook/blocks": "^7.6.7", | ||
"@storybook/svelte": "^7.6.7", | ||
"@storybook/sveltekit": "^7.6.7", | ||
"@storybook/testing-library": "^0.2.2", | ||
"@sveltejs/adapter-auto": "^2.1.1", | ||
"@sveltejs/adapter-node": "^1.3.1", | ||
"@sveltejs/kit": "^1.30.3", | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
"@tailwindcss/forms": "^0.5.7", | ||
"@tailwindcss/typography": "^0.5.10", | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
"@typescript-eslint/parser": "^6.18.1", | ||
"autoprefixer": "^10.4.16", | ||
"class-variance-authority": "^0.7.0", | ||
"codemirror": "^6.0.1", | ||
"date-fns": "^3.2.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-storybook": "^0.6.15", | ||
"eslint-plugin-svelte": "^2.35.1", | ||
"postcss": "^8.4.33", | ||
"prettier": "^3.1.1", | ||
"prettier-plugin-svelte": "^3.1.2", | ||
"prettier-plugin-tailwindcss": "^0.5.11", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"storybook": "^7.6.7", | ||
"svelte": "^4.2.8", | ||
"svelte-check": "^3.6.2", | ||
"svelte-codemirror-editor": "^1.2.0", | ||
"svelte-sequential-preprocessor": "^2.0.1", | ||
"tailwindcss": "^3.4.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^4.5.1", | ||
"vitest": "^0.34.6", | ||
"zod": "^3.22.4" | ||
}, | ||
"name": "trace-viewer", | ||
"private": true, | ||
"scripts": { | ||
"build": "vite build", | ||
"build-storybook": "storybook build", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"dev": "vite dev", | ||
"format": "prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --write .", | ||
"lint": "prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --check . && eslint .", | ||
"preview": "vite preview", | ||
"storybook": "storybook dev -p 6006", | ||
"test": "npm run test:integration && npm run test:unit", | ||
"test:integration": "playwright test", | ||
"test:unit": "vitest", | ||
"test:unit.run": "vitest run" | ||
}, | ||
"type": "module", | ||
"version": "0.5.1", | ||
"volta": { | ||
"node": "20.10.0", | ||
"pnpm": "8.11.0" | ||
} | ||
} |