Started own captions

This commit is contained in:
WardPearce
2026-02-18 18:14:06 +13:00
parent 8e0a9a0145
commit 6fce303904
8 changed files with 172 additions and 46 deletions
+20 -2
View File
@@ -1,12 +1,12 @@
{
"name": "materialious",
"version": "1.16.1",
"version": "1.16.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "materialious",
"version": "1.16.1",
"version": "1.16.2",
"hasInstallScript": true,
"dependencies": {
"@capacitor-community/electron": "^5.0.1",
@@ -21,6 +21,7 @@
"@capacitor/share": "^8.0.0",
"@macfja/serializer": "^1.1.4",
"@macfja/svelte-persistent-store": "^2.4.2",
"@neodrag/svelte": "^3.0.0-next.8",
"altcha": "^2.3.0",
"altcha-lib": "^1.4.1",
"beercss": "^4.0.2",
@@ -3523,6 +3524,23 @@
"node": ">= 10"
}
},
"node_modules/@neodrag/core": {
"version": "3.0.0-next.8",
"resolved": "https://registry.npmjs.org/@neodrag/core/-/core-3.0.0-next.8.tgz",
"integrity": "sha512-RNFwbo2w6M7BEzCh7pls68X2h3n+ofFDW1XnGyIzhtJ2bb8J/2VqixOpOlw9NfSJ61xgUC5ymGQbQFg5BKsWBA==",
"license": "MIT",
"peer": true
},
"node_modules/@neodrag/svelte": {
"version": "3.0.0-next.8",
"resolved": "https://registry.npmjs.org/@neodrag/svelte/-/svelte-3.0.0-next.8.tgz",
"integrity": "sha512-VkTnOqiHpAaEK5jp2PqQPEEx5AaNGVoKeoC2TuWd2xuteGOVq7NqQjNC4sxk0HAVysfYOC9YhYOsVyRiKo2LFw==",
"license": "MIT",
"peerDependencies": {
"@neodrag/core": "3.0.0-next.8",
"svelte": "^3 || ^4 || ^5"
}
},
"node_modules/@noble/hashes": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",