added crons web apis and ui listing
This commit is contained in:
Generated
+20
-6
@@ -22,7 +22,7 @@
|
||||
"chartjs-adapter-luxon": "^1.2.0",
|
||||
"chartjs-plugin-zoom": "^2.0.1",
|
||||
"luxon": "^3.4.4",
|
||||
"pocketbase": "^0.24.0",
|
||||
"pocketbase": "0.25.0-rc",
|
||||
"sass": "^1.45.0",
|
||||
"svelte": "^4.0.0",
|
||||
"svelte-flatpickr": "^3.3.3",
|
||||
@@ -30,6 +30,23 @@
|
||||
"vite": "^5.0.11"
|
||||
}
|
||||
},
|
||||
"../../../js-sdk": {
|
||||
"extraneous": true
|
||||
},
|
||||
"../../js-sdk": {
|
||||
"name": "pocketbase",
|
||||
"version": "0.25.0-rc",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-terser": "^0.4.3",
|
||||
"prettier": "3.2.4",
|
||||
"rollup": "^4.0.0",
|
||||
"rollup-plugin-ts": "^3.0.0",
|
||||
"typescript": "^5.1.6",
|
||||
"vitest": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
||||
@@ -1832,11 +1849,8 @@
|
||||
}
|
||||
},
|
||||
"node_modules/pocketbase": {
|
||||
"version": "0.24.0",
|
||||
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.24.0.tgz",
|
||||
"integrity": "sha512-zcmEUsXGRT+AqRHzEMlheglOiQnhYKRxT0ew164kx38/IGsE7MLmlmEaMSkm3tUwiZe5qC3RcA5+SX0lkDUSHA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
"resolved": "../../js-sdk",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.49",
|
||||
|
||||
Reference in New Issue
Block a user