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

View File

@ -1,6 +1,6 @@
{
"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.",
"svelte": "src/main.ts",
"main": "public/build/bundle.js",