kalk_web: Updated kalk

This commit is contained in:
bakk 2021-05-27 21:39:56 +02:00
parent d9a855bd9c
commit ac2e7aede5
2 changed files with 12 additions and 8 deletions

View File

@ -1,15 +1,15 @@
{ {
"name": "@paddim8/kalk-component", "name": "@paddim8/kalk-component",
"version": "1.0.17", "version": "1.1.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@paddim8/kalk-component", "name": "@paddim8/kalk-component",
"version": "1.0.17", "version": "1.1.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@paddim8/kalk": "file:../kalk/pkg", "@paddim8/kalk": "^2.0.2",
"shadow-selection-polyfill": "^1.1.0" "shadow-selection-polyfill": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {
@ -48,7 +48,8 @@
}, },
"../kalk/pkg": { "../kalk/pkg": {
"name": "@paddim8/kalk", "name": "@paddim8/kalk",
"version": "1.4.9", "version": "2.0.0",
"extraneous": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -1128,8 +1129,9 @@
} }
}, },
"node_modules/@paddim8/kalk": { "node_modules/@paddim8/kalk": {
"resolved": "../kalk/pkg", "version": "2.0.2",
"link": true "resolved": "https://registry.npmjs.org/@paddim8/kalk/-/kalk-2.0.2.tgz",
"integrity": "sha512-okiy4eUMzZZXRaE3hEQSv6BQ+w56M4IWw7iAr4F+UMZKY0omzAMPyDaL53PtDrT0A1mDYvMRYpV3GzlykVPs+Q=="
}, },
"node_modules/@trysound/sax": { "node_modules/@trysound/sax": {
"version": "0.1.1", "version": "0.1.1",
@ -12306,7 +12308,9 @@
} }
}, },
"@paddim8/kalk": { "@paddim8/kalk": {
"version": "file:../kalk/pkg" "version": "2.0.2",
"resolved": "https://registry.npmjs.org/@paddim8/kalk/-/kalk-2.0.2.tgz",
"integrity": "sha512-okiy4eUMzZZXRaE3hEQSv6BQ+w56M4IWw7iAr4F+UMZKY0omzAMPyDaL53PtDrT0A1mDYvMRYpV3GzlykVPs+Q=="
}, },
"@trysound/sax": { "@trysound/sax": {
"version": "0.1.1", "version": "0.1.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@paddim8/kalk-component", "name": "@paddim8/kalk-component",
"version": "1.1.2", "version": "1.1.4",
"description": "A Svelte component for kalk, a calculator that supports user-defined functions and variables.", "description": "A Svelte component for kalk, a calculator that supports user-defined functions and variables.",
"svelte": "src/main.ts", "svelte": "src/main.ts",
"main": "public/build/bundle.js", "main": "public/build/bundle.js",