@goodware/svelte-kanban
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0
@@ -7,2 +7,2 @@ /// <reference types="svelte" /> | ||
export const globalLang: import("svelte/store").Writable<Lang>; | ||
import { Lang } from '../class/Lang'; | ||
import { Lang } from '../class/Lang.js'; |
import { writable } from 'svelte/store'; | ||
import { Lang } from '../class/Lang'; | ||
import { Lang } from '../class/Lang.js'; | ||
@@ -4,0 +4,0 @@ export const number_of_slots = writable(0); |
{ | ||
"name": "@goodware/svelte-kanban", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0", | ||
"engines": { | ||
"node": ">=16.14" | ||
}, | ||
"scripts": { | ||
@@ -53,9 +56,9 @@ "build": "vite build && npm run package", | ||
"devDependencies": { | ||
"@playwright/test": "^1.36.2", | ||
"@playwright/test": "^1.37.0", | ||
"@sveltejs/adapter-auto": "^2.1.0", | ||
"@sveltejs/kit": "^1.22.4", | ||
"@sveltejs/package": "^2.2.0", | ||
"@sveltejs/kit": "^1.22.5", | ||
"@sveltejs/package": "^2.2.1", | ||
"@typescript-eslint/eslint-plugin": "^6.3.0", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"eslint": "^8.46.0", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -66,5 +69,5 @@ "eslint-plugin-svelte": "^2.32.4", | ||
"publint": "^0.1.16", | ||
"sass": "^1.64.2", | ||
"svelte": "^4.1.2", | ||
"svelte-check": "^3.4.6", | ||
"sass": "^1.65.1", | ||
"svelte": "^4.2.0", | ||
"svelte-check": "^3.5.0", | ||
"tslib": "^2.6.1", | ||
@@ -71,0 +74,0 @@ "typescript": "^5.1.6", |
@@ -0,1 +1,5 @@ | ||
# Svelte-Kanban | ||
This is a fork of [V-Py/svelte-kanban](https://github.com/V-Py/svelte-kanban). PRs have been submitted to it but the project seems to be dormant. There are no feature changes in this fork but the code has been updated to the Svelte 4 era. | ||
<h1 align="center"> | ||
@@ -23,6 +27,7 @@ <img src="https://raw.githubusercontent.com/V-Py/svelte-kanban/master/src/kanbanicon.png" alt="Svelte Kanban" height=60> | ||
<slot /> | ||
## Installation | ||
```sh | ||
npm i svelte-kanban | ||
npm i @goodware/svelte-kanban | ||
``` | ||
@@ -29,0 +34,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
54672
1
116