Skip to content

Commit ff06aaa

Browse files
committed
chore: release v0.8.0
1 parent f8d20b1 commit ff06aaa

27 files changed

+240
-32
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,55 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.0](https://github.com/digita-ai/semcom/compare/v0.4.1...v0.8.0) (2021-09-01)
7+
8+
9+
### **Features**
10+
11+
* add sdk functions to abstract adding listeners ([#123](https://github.com/digita-ai/semcom/issues/123)) ([37703fd](https://github.com/digita-ai/semcom/commit/37703fd6ebcfac18b46e28b16d2d08911290d514))
12+
* component demonstrating relative asset paths ([#140](https://github.com/digita-ai/semcom/issues/140)) ([06c1b12](https://github.com/digita-ai/semcom/commit/06c1b12586a30842f4f663e904f59494fc43ad7c))
13+
* decentralization setup ([#146](https://github.com/digita-ai/semcom/issues/146)) ([73c2d2f](https://github.com/digita-ai/semcom/commit/73c2d2fde6a2ea90bc60063d831b10f344fce687))
14+
* filename for input component ([#102](https://github.com/digita-ai/semcom/issues/102)) ([a7f49ff](https://github.com/digita-ai/semcom/commit/a7f49ffc4269005750652ba3797e87ed22f39093))
15+
* make urls dynamic ([#116](https://github.com/digita-ai/semcom/issues/116)) ([486aff6](https://github.com/digita-ai/semcom/commit/486aff64a703d9e1c7d7a6b5aa9281f89a1e4575))
16+
* move base component to core package ([#118](https://github.com/digita-ai/semcom/issues/118)) ([04da689](https://github.com/digita-ai/semcom/commit/04da6894bb669f103db27136ad4b008664d8a9be))
17+
* option to start 2 synchronizing nodes ([#149](https://github.com/digita-ai/semcom/issues/149)) ([02e7357](https://github.com/digita-ai/semcom/commit/02e7357cc36d6b3153a6b9cc989618d5cc7e2b26))
18+
* pod store for component metadata ([#161](https://github.com/digita-ai/semcom/issues/161)) ([84052c7](https://github.com/digita-ai/semcom/commit/84052c750fa324075867530f981662d6427f7642))
19+
* render information from pod ([#114](https://github.com/digita-ai/semcom/issues/114)) ([79626f1](https://github.com/digita-ai/semcom/commit/79626f19ff4703e0f42d0dfe3638830e483fe944))
20+
* revert move of base component to core package ([148c42a](https://github.com/digita-ai/semcom/commit/148c42a3b89c8221ca2ea7eae786488ccdfb7cd7))
21+
* semcom component upload component (separate package) ([#175](https://github.com/digita-ai/semcom/issues/175)) ([1f8b710](https://github.com/digita-ai/semcom/commit/1f8b7106ed64d4727e36ce2acc5969e9a6f4b07f))
22+
* support multiple datatypes ([#150](https://github.com/digita-ai/semcom/issues/150)) ([b2b5bed](https://github.com/digita-ai/semcom/commit/b2b5bed7cce3aa6794ad191d38d1c1e5657a116e)), closes [#171](https://github.com/digita-ai/semcom/issues/171) [#171](https://github.com/digita-ai/semcom/issues/171)
23+
* switch strict mode to true ([#127](https://github.com/digita-ai/semcom/issues/127)) ([85a2c2d](https://github.com/digita-ai/semcom/commit/85a2c2dc625136b35136939d21a52d1be31bd048))
24+
* use new registration method ([#121](https://github.com/digita-ai/semcom/issues/121)) ([05b26a0](https://github.com/digita-ai/semcom/commit/05b26a0039b25f10df9a2e7bff7df93ac20751c4))
25+
26+
27+
### **Bug Fixes**
28+
29+
* Await unhandled promises in sdk tests ([#101](https://github.com/digita-ai/semcom/issues/101)) ([d590a3b](https://github.com/digita-ai/semcom/commit/d590a3b7db59336ca1da9055f16a542daf68ac79))
30+
* changed root to lib when serving ([#134](https://github.com/digita-ai/semcom/issues/134)) ([04e0951](https://github.com/digita-ai/semcom/commit/04e095176a74a8a1d9d27746b6c6a15273475762))
31+
* components/query request already json parsed ([#142](https://github.com/digita-ai/semcom/issues/142)) ([ff277b4](https://github.com/digita-ai/semcom/commit/ff277b471eebf476b6f46522b64ab207fd94bfdf))
32+
* correct creation of n3 quads ([#162](https://github.com/digita-ai/semcom/issues/162)) ([8a0aa8e](https://github.com/digita-ai/semcom/commit/8a0aa8ed8eecd5074eb63db8f7c34dd915d6d052))
33+
* demo pod fixes ([#177](https://github.com/digita-ai/semcom/issues/177)) ([700cf73](https://github.com/digita-ai/semcom/commit/700cf7322ea62b6fc92cd8a6b4dbab169f3b8857))
34+
* don't parse already parsed json ([#136](https://github.com/digita-ai/semcom/issues/136)) ([d2dc152](https://github.com/digita-ai/semcom/commit/d2dc152ed580d58bbd78d1b699f9ff4ebceeae5b))
35+
* layout min-height ([#144](https://github.com/digita-ai/semcom/issues/144)) ([ef01f4b](https://github.com/digita-ai/semcom/commit/ef01f4b087d0a9817c8a282554f6af2ec9bf0b0a))
36+
* make sure tags with same URI are the same ([#141](https://github.com/digita-ai/semcom/issues/141)) ([23ae680](https://github.com/digita-ai/semcom/commit/23ae680b24be767f2e864d9ec05e996d2e76d711))
37+
* remove redundant operators ([#113](https://github.com/digita-ai/semcom/issues/113)) ([a61dc14](https://github.com/digita-ai/semcom/commit/a61dc147eeebd62b4867b30754cb6b884a6b018a))
38+
* serve dist instead of lib ([#137](https://github.com/digita-ai/semcom/issues/137)) ([67254b3](https://github.com/digita-ai/semcom/commit/67254b360b1e28802662e7eba72ad78ad9453d22))
39+
* transform shapes to quads ([#135](https://github.com/digita-ai/semcom/issues/135)) ([8efe764](https://github.com/digita-ai/semcom/commit/8efe7648613ea1b664384403cabf09b3c1aff5df))
40+
41+
42+
### **Documentation**
43+
44+
* add component events to sequence diagram ([#178](https://github.com/digita-ai/semcom/issues/178)) ([7ce4edc](https://github.com/digita-ai/semcom/commit/7ce4edc325b45cb3dbbfae4e7e62dceac4de6bfa))
45+
* add components to upload analysis ([74add8c](https://github.com/digita-ai/semcom/commit/74add8c63cae032deeb2d5bad42874b8188ae88c))
46+
* clarification sync service ([04ed85b](https://github.com/digita-ai/semcom/commit/04ed85bf9b26b345667ba090ffc0448f8ea1e69d))
47+
* decentralization analysis ([#125](https://github.com/digita-ai/semcom/issues/125)) ([8ad5e86](https://github.com/digita-ai/semcom/commit/8ad5e86cc270125878713ee63c25019b90ec4cf3))
48+
* first version of spec complete ([#174](https://github.com/digita-ai/semcom/issues/174)) ([b3c97ad](https://github.com/digita-ai/semcom/commit/b3c97ad184b43ad5be9480b4291433ceb2b6c925))
49+
* move docs to root ([#180](https://github.com/digita-ai/semcom/issues/180)) ([f8d20b1](https://github.com/digita-ai/semcom/commit/f8d20b1d7a6959cf1f6ca2a13688c00d1019ca1f))
50+
* refactor filenames ([0ee4ece](https://github.com/digita-ai/semcom/commit/0ee4eced9c2ca91c5f43cc3b52537adf55292978))
51+
* upload component analysis ([293a767](https://github.com/digita-ai/semcom/commit/293a767ded2ec07eea795a547131049454762945))
52+
53+
54+
655
### [0.4.1](https://github.com/digita-ai/semcom/compare/v0.4.0...v0.4.1) (2021-06-07)
756

857

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version: 0.0.12
44
nav:
55
- modules/ROOT/nav.adoc
66
- modules/sdk/nav.adoc
7-
- modules/node/nav.adoc
7+
- modules/node/nav.adoc 0.1.0

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
}
5757
}
5858
},
59-
"version": "0.4.1"
59+
"version": "0.8.0"
6060
}

packages/semcom-components/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.0](https://github.com/digita-ai/semcom/compare/v0.4.1...v0.8.0) (2021-09-01)
7+
8+
9+
### **Bug Fixes**
10+
11+
* changed root to lib when serving ([#134](https://github.com/digita-ai/semcom/issues/134)) ([04e0951](https://github.com/digita-ai/semcom/commit/04e095176a74a8a1d9d27746b6c6a15273475762))
12+
* serve dist instead of lib ([#137](https://github.com/digita-ai/semcom/issues/137)) ([67254b3](https://github.com/digita-ai/semcom/commit/67254b360b1e28802662e7eba72ad78ad9453d22))
13+
14+
15+
### **Features**
16+
17+
* add sdk functions to abstract adding listeners ([#123](https://github.com/digita-ai/semcom/issues/123)) ([37703fd](https://github.com/digita-ai/semcom/commit/37703fd6ebcfac18b46e28b16d2d08911290d514))
18+
* component demonstrating relative asset paths ([#140](https://github.com/digita-ai/semcom/issues/140)) ([06c1b12](https://github.com/digita-ai/semcom/commit/06c1b12586a30842f4f663e904f59494fc43ad7c))
19+
* filename for input component ([#102](https://github.com/digita-ai/semcom/issues/102)) ([a7f49ff](https://github.com/digita-ai/semcom/commit/a7f49ffc4269005750652ba3797e87ed22f39093))
20+
* make urls dynamic ([#116](https://github.com/digita-ai/semcom/issues/116)) ([486aff6](https://github.com/digita-ai/semcom/commit/486aff64a703d9e1c7d7a6b5aa9281f89a1e4575))
21+
* move base component to core package ([#118](https://github.com/digita-ai/semcom/issues/118)) ([04da689](https://github.com/digita-ai/semcom/commit/04da6894bb669f103db27136ad4b008664d8a9be))
22+
* pod store for component metadata ([#161](https://github.com/digita-ai/semcom/issues/161)) ([84052c7](https://github.com/digita-ai/semcom/commit/84052c750fa324075867530f981662d6427f7642))
23+
* render information from pod ([#114](https://github.com/digita-ai/semcom/issues/114)) ([79626f1](https://github.com/digita-ai/semcom/commit/79626f19ff4703e0f42d0dfe3638830e483fe944))
24+
* revert move of base component to core package ([148c42a](https://github.com/digita-ai/semcom/commit/148c42a3b89c8221ca2ea7eae786488ccdfb7cd7))
25+
* support multiple datatypes ([#150](https://github.com/digita-ai/semcom/issues/150)) ([b2b5bed](https://github.com/digita-ai/semcom/commit/b2b5bed7cce3aa6794ad191d38d1c1e5657a116e)), closes [#171](https://github.com/digita-ai/semcom/issues/171) [#171](https://github.com/digita-ai/semcom/issues/171)
26+
* switch strict mode to true ([#127](https://github.com/digita-ai/semcom/issues/127)) ([85a2c2d](https://github.com/digita-ai/semcom/commit/85a2c2dc625136b35136939d21a52d1be31bd048))
27+
* use new registration method ([#121](https://github.com/digita-ai/semcom/issues/121)) ([05b26a0](https://github.com/digita-ai/semcom/commit/05b26a0039b25f10df9a2e7bff7df93ac20751c4))
28+
29+
30+
631
### [0.4.1](https://github.com/digita-ai/semcom/compare/v0.4.0...v0.4.1) (2021-06-07)
732

833
**Note:** Version bump only for package @digita-ai/semcom-components

packages/semcom-components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/semcom-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digita-ai/semcom-components",
3-
"version": "0.4.1",
3+
"version": "0.8.0",
44
"description": "Collection of Semantic Components",
55
"author": "Wouter Termont <wouter.termont@digita.ai>",
66
"main": "./dist/semcom-components.umd.js",
@@ -34,8 +34,8 @@
3434
"posttest": "jest-coverage-thresholds-bumper --silent --coverage-summary-path coverage-summary.json"
3535
},
3636
"dependencies": {
37-
"@digita-ai/semcom-core": "0.4.1",
38-
"@digita-ai/semcom-sdk": "0.4.1",
37+
"@digita-ai/semcom-core": "0.8.0",
38+
"@digita-ai/semcom-sdk": "0.8.0",
3939
"buffer": "6.0.3",
4040
"lit-element": "^2.4.0",
4141
"n3": "1.10.0"

packages/semcom-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.0](https://github.com/digita-ai/semcom/compare/v0.4.1...v0.8.0) (2021-09-01)
7+
8+
9+
### **Documentation**
10+
11+
* first version of spec complete ([#174](https://github.com/digita-ai/semcom/issues/174)) ([b3c97ad](https://github.com/digita-ai/semcom/commit/b3c97ad184b43ad5be9480b4291433ceb2b6c925))
12+
13+
14+
### **Features**
15+
16+
* move base component to core package ([#118](https://github.com/digita-ai/semcom/issues/118)) ([04da689](https://github.com/digita-ai/semcom/commit/04da6894bb669f103db27136ad4b008664d8a9be))
17+
* pod store for component metadata ([#161](https://github.com/digita-ai/semcom/issues/161)) ([84052c7](https://github.com/digita-ai/semcom/commit/84052c750fa324075867530f981662d6427f7642))
18+
* revert move of base component to core package ([148c42a](https://github.com/digita-ai/semcom/commit/148c42a3b89c8221ca2ea7eae786488ccdfb7cd7))
19+
* support multiple datatypes ([#150](https://github.com/digita-ai/semcom/issues/150)) ([b2b5bed](https://github.com/digita-ai/semcom/commit/b2b5bed7cce3aa6794ad191d38d1c1e5657a116e)), closes [#171](https://github.com/digita-ai/semcom/issues/171) [#171](https://github.com/digita-ai/semcom/issues/171)
20+
* switch strict mode to true ([#127](https://github.com/digita-ai/semcom/issues/127)) ([85a2c2d](https://github.com/digita-ai/semcom/commit/85a2c2dc625136b35136939d21a52d1be31bd048))
21+
22+
23+
624
### [0.4.1](https://github.com/digita-ai/semcom/compare/v0.4.0...v0.4.1) (2021-06-07)
725

826
**Note:** Version bump only for package @digita-ai/semcom-core

packages/semcom-core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/semcom-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digita-ai/semcom-core",
3-
"version": "0.4.1",
3+
"version": "0.8.0",
44
"description": "> TODO: description",
55
"author": "Wouter Janssens <wouter@digita.ai>",
66
"homepage": "https://github.com/digita-ai/semcom/tree/master/packages/semcom-core#readme",
@@ -82,4 +82,4 @@
8282
}
8383
}
8484
}
85-
}
85+
}

packages/semcom-demo-app/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.0](https://github.com/digita-ai/semcom/compare/v0.4.1...v0.8.0) (2021-09-01)
7+
8+
9+
### **Bug Fixes**
10+
11+
* layout min-height ([#144](https://github.com/digita-ai/semcom/issues/144)) ([ef01f4b](https://github.com/digita-ai/semcom/commit/ef01f4b087d0a9817c8a282554f6af2ec9bf0b0a))
12+
* remove redundant operators ([#113](https://github.com/digita-ai/semcom/issues/113)) ([a61dc14](https://github.com/digita-ai/semcom/commit/a61dc147eeebd62b4867b30754cb6b884a6b018a))
13+
14+
15+
### **Features**
16+
17+
* add sdk functions to abstract adding listeners ([#123](https://github.com/digita-ai/semcom/issues/123)) ([37703fd](https://github.com/digita-ai/semcom/commit/37703fd6ebcfac18b46e28b16d2d08911290d514))
18+
* make urls dynamic ([#116](https://github.com/digita-ai/semcom/issues/116)) ([486aff6](https://github.com/digita-ai/semcom/commit/486aff64a703d9e1c7d7a6b5aa9281f89a1e4575))
19+
* move base component to core package ([#118](https://github.com/digita-ai/semcom/issues/118)) ([04da689](https://github.com/digita-ai/semcom/commit/04da6894bb669f103db27136ad4b008664d8a9be))
20+
* pod store for component metadata ([#161](https://github.com/digita-ai/semcom/issues/161)) ([84052c7](https://github.com/digita-ai/semcom/commit/84052c750fa324075867530f981662d6427f7642))
21+
* render information from pod ([#114](https://github.com/digita-ai/semcom/issues/114)) ([79626f1](https://github.com/digita-ai/semcom/commit/79626f19ff4703e0f42d0dfe3638830e483fe944))
22+
* revert move of base component to core package ([148c42a](https://github.com/digita-ai/semcom/commit/148c42a3b89c8221ca2ea7eae786488ccdfb7cd7))
23+
* support multiple datatypes ([#150](https://github.com/digita-ai/semcom/issues/150)) ([b2b5bed](https://github.com/digita-ai/semcom/commit/b2b5bed7cce3aa6794ad191d38d1c1e5657a116e)), closes [#171](https://github.com/digita-ai/semcom/issues/171) [#171](https://github.com/digita-ai/semcom/issues/171)
24+
* switch strict mode to true ([#127](https://github.com/digita-ai/semcom/issues/127)) ([85a2c2d](https://github.com/digita-ai/semcom/commit/85a2c2dc625136b35136939d21a52d1be31bd048))
25+
* use new registration method ([#121](https://github.com/digita-ai/semcom/issues/121)) ([05b26a0](https://github.com/digita-ai/semcom/commit/05b26a0039b25f10df9a2e7bff7df93ac20751c4))
26+
27+
28+
629
### [0.4.1](https://github.com/digita-ai/semcom/compare/v0.4.0...v0.4.1) (2021-06-07)
730

831
**Note:** Version bump only for package @digita-ai/semcom-demo-app

packages/semcom-demo-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/semcom-demo-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digita-ai/semcom-demo-app",
3-
"version": "0.4.1",
3+
"version": "0.8.0",
44
"scripts": {
55
"start": "http-server -p 4200 --gzip --brotli --proxy http://localhost:4200? dist/",
66
"start:dev": "vite",
@@ -17,9 +17,9 @@
1717
"dist"
1818
],
1919
"dependencies": {
20-
"@digita-ai/semcom-core": "0.4.1",
21-
"@digita-ai/semcom-sdk": "0.4.1",
2220
"@digita-ai/inrupt-solid-client": "0.3.0",
21+
"@digita-ai/semcom-core": "0.8.0",
22+
"@digita-ai/semcom-sdk": "0.8.0",
2323
"@digita-ai/ui-transfer-components": "0.6.1",
2424
"@digita-ai/ui-transfer-theme": "0.6.1",
2525
"@xstate/inspect": "^0.4.1",

packages/semcom-demo-pods/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.0](https://github.com/digita-ai/semcom/compare/v0.4.1...v0.8.0) (2021-09-01)
7+
8+
9+
### **Features**
10+
11+
* make urls dynamic ([#116](https://github.com/digita-ai/semcom/issues/116)) ([486aff6](https://github.com/digita-ai/semcom/commit/486aff64a703d9e1c7d7a6b5aa9281f89a1e4575))
12+
* pod store for component metadata ([#161](https://github.com/digita-ai/semcom/issues/161)) ([84052c7](https://github.com/digita-ai/semcom/commit/84052c750fa324075867530f981662d6427f7642))
13+
14+
15+
### **Bug Fixes**
16+
17+
* demo pod fixes ([#177](https://github.com/digita-ai/semcom/issues/177)) ([700cf73](https://github.com/digita-ai/semcom/commit/700cf7322ea62b6fc92cd8a6b4dbab169f3b8857))
18+
19+
20+
621
### [0.4.1](https://github.com/digita-ai/semcom/compare/v0.4.0...v0.4.1) (2021-06-07)
722

823
**Note:** Version bump only for package @digita-ai/semcom-demo-pods

packages/semcom-demo-pods/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/semcom-demo-pods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digita-ai/semcom-demo-pods",
3-
"version": "0.4.1",
3+
"version": "0.8.0",
44
"description": "",
55
"author": "",
66
"license": "",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.8.0](https://github.com/digita-ai/semcom/compare/v0.4.1...v0.8.0) (2021-09-01)
7+
8+
9+
### **Features**
10+
11+
* semcom component upload component (separate package) ([#175](https://github.com/digita-ai/semcom/issues/175)) ([1f8b710](https://github.com/digita-ai/semcom/commit/1f8b7106ed64d4727e36ce2acc5969e9a6f4b07f))
12+
13+
14+
### **Bug Fixes**
15+
16+
* demo pod fixes ([#177](https://github.com/digita-ai/semcom/issues/177)) ([700cf73](https://github.com/digita-ai/semcom/commit/700cf7322ea62b6fc92cd8a6b4dbab169f3b8857))

packages/semcom-demo-upload-component/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digita-ai/semcom-demo-upload-components",
3-
"version": "0.1.0",
3+
"version": "0.8.0",
44
"description": "Demo for the component to upload semcom-components",
55
"main": "demo.js",
66
"scripts": {
@@ -12,16 +12,16 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15+
"@digita-ai/semcom-upload-component": "0.8.0",
1516
"@digita-ai/ui-transfer-components": "^0.7.2",
1617
"@digita-ai/ui-transfer-theme": "^0.7.2",
17-
"@netwerk-digitaal-erfgoed/solid-crs-components": "^0.7.0",
18-
"@digita-ai/semcom-upload-component": "^0.7.2"
18+
"@netwerk-digitaal-erfgoed/solid-crs-components": "^0.7.0"
1919
},
2020
"devDependencies": {
21-
"vite": "^2.4.4",
22-
"rimraf": "^3.0.2",
2321
"@digita-ai/typescript-config": "^0.3.4",
2422
"@types/node": "^14.14.14",
25-
"typescript": "4.1.5"
23+
"rimraf": "^3.0.2",
24+
"typescript": "4.1.5",
25+
"vite": "^2.4.4"
2626
}
2727
}

0 commit comments

Comments
 (0)