fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-20 18:54:49 +02:00
parent f9e2f00e9b
commit d23b298bd5
4 changed files with 484 additions and 680 deletions

1158
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "tstest test/ --web", "test": "tstest test/ --web",
"build": "tsbuild element --allowimplicitany --skiplibcheck && tsbundle element --production", "build": "tsbuild element --allowimplicitany && tsbundle element --production",
"watch": "tswatch element" "watch": "tswatch element"
}, },
"author": "Lossless GmbH", "author": "Lossless GmbH",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@designestate/dees-catalog', name: '@designestate/dees-catalog',
version: '1.0.81', version: '1.0.82',
description: 'website for lossless.com' description: 'website for lossless.com'
} }

View File

@ -1,2 +1,2 @@
export * from './elements/index.js'; export * from './elements/index.js';
export { commitinfo } from './00_commitinfo_data'; export { commitinfo } from './00_commitinfo_data.js';