Compare commits

...

24 Commits

Author SHA1 Message Date
semantic-release-bot 711ffe9a6d chore(release): 0.1.0-develop.6 [skip ci]
# [0.1.0-develop.6](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.5...v0.1.0-develop.6) (2023-06-29)
2023-06-29 05:16:46 +00:00
Derrick Hammer 8fa4e0342a
Merge remote-tracking branch 'origin/develop' into develop 2023-06-29 01:15:32 -04:00
Derrick Hammer dc60951659
refactor: use new testing portal 2023-06-29 01:15:27 -04:00
semantic-release-bot 182c2adbb2 chore(release): 0.1.0-develop.5 [skip ci]
# [0.1.0-develop.5](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.4...v0.1.0-develop.5) (2023-06-26)
2023-06-26 07:38:03 +00:00
Derrick Hammer 202f5574cf
Merge remote-tracking branch 'origin/develop' into develop 2023-06-26 03:37:12 -04:00
Derrick Hammer 5cf8fbd381
dep: update @lumeweb/libweb 2023-06-26 03:37:06 -04:00
semantic-release-bot 28a65c054d chore(release): 0.1.0-develop.4 [skip ci]
# [0.1.0-develop.4](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.3...v0.1.0-develop.4) (2023-06-26)
2023-06-26 05:28:49 +00:00
Derrick Hammer 246a933821
Merge remote-tracking branch 'origin/develop' into develop 2023-06-26 01:27:56 -04:00
Derrick Hammer 04fe26d376
dep: update @lumeweb/libweb 2023-06-26 01:27:51 -04:00
semantic-release-bot de6e88a2eb chore(release): 0.1.0-develop.3 [skip ci]
# [0.1.0-develop.3](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.2...v0.1.0-develop.3) (2023-06-26)
2023-06-26 05:17:14 +00:00
Derrick Hammer dabe41264b
ci: update @lumeweb/node-library-preset 2023-06-26 01:16:19 -04:00
Derrick Hammer 2a939d1404
ci: remove releaserc 2023-06-26 01:08:35 -04:00
Derrick Hammer 34b9edc067
Merge remote-tracking branch 'origin/develop' into develop 2023-06-26 01:02:32 -04:00
Derrick Hammer 27d53f37d0
dep: update @lumeweb/libweb 2023-06-26 00:59:40 -04:00
Derrick Hammer 8b29cbc0a6
ci: update @lumeweb/node-library-preset 2023-06-26 00:58:22 -04:00
Derrick Hammer 648b915c30
ci: switch to github actions 2023-06-26 00:50:57 -04:00
Derrick Hammer ebdf566bc0
ci: switch to @lumeweb/node-library-preset 2023-06-26 00:50:13 -04:00
semantic-release-bot 97db0d8eec chore(release): 0.1.0-develop.2 [skip ci]
# [0.1.0-develop.2](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.1...v0.1.0-develop.2) (2023-06-24)

### Bug Fixes

* add missing type and main ([54baee6](54baee6e48))
2023-06-24 17:30:32 +00:00
Derrick Hammer 54baee6e48
fix: add missing type and main 2023-06-24 13:29:43 -04:00
semantic-release-bot 348906b514 chore(release): 0.1.0-develop.1 [skip ci]
# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.0.1...v0.1.0-develop.1) (2023-06-24)

### Features

* initial version ([9b04c7c](9b04c7c115))
2023-06-24 17:25:34 +00:00
Derrick Hammer 2f1845619a
ci: add publishConfig 2023-06-24 13:24:48 -04:00
Derrick Hammer 829ce1f1c3
ci: add .presetterrc.json 2023-06-24 13:18:00 -04:00
Derrick Hammer 7e94be835d
ci: add npm-shrinkwrap.json 2023-06-24 13:17:02 -04:00
Derrick Hammer 9b04c7c115
feat: initial version 2023-06-24 13:11:31 -04:00
7 changed files with 19522 additions and 1 deletions

13
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Build/Publish
on:
push:
branches:
- master
- develop
- develop-*
jobs:
main:
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
secrets: inherit

5
.presetterrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"preset": [
"@lumeweb/node-library-preset"
]
}

21
CHANGELOG.md Normal file
View File

@ -0,0 +1,21 @@
# [0.1.0-develop.6](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.5...v0.1.0-develop.6) (2023-06-29)
# [0.1.0-develop.5](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.4...v0.1.0-develop.5) (2023-06-26)
# [0.1.0-develop.4](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.3...v0.1.0-develop.4) (2023-06-26)
# [0.1.0-develop.3](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.2...v0.1.0-develop.3) (2023-06-26)
# [0.1.0-develop.2](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.1.0-develop.1...v0.1.0-develop.2) (2023-06-24)
### Bug Fixes
* add missing type and main ([54baee6](https://git.lumeweb.com/LumeWeb/community-portals/commit/54baee6e489df238f37017069f7c7bd3d52f56da))
# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/community-portals/compare/v0.0.1...v0.1.0-develop.1) (2023-06-24)
### Features
* initial version ([9b04c7c](https://git.lumeweb.com/LumeWeb/community-portals/commit/9b04c7c11546a76a82fcc9002584a214f2b71c5c))

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) <year> <copyright holders>
Copyright (c) 2023 Hammer Technologies LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

19440
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load Diff

31
package.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "@lumeweb/community-portals",
"version": "0.1.0-develop.6",
"type": "module",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/community-portals.git"
},
"devDependencies": {
"@lumeweb/libweb": "^0.2.0-develop.17",
"@lumeweb/node-library-preset": "git+https://git.lumeweb.com/LumeWeb/node-library-preset.git",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"presetter": "^4.0.1",
"presetter-preset-strict": "^4.0.1",
"semantic-release": "^21.0.5"
},
"readme": "ERROR: No README data found!",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"@lumeweb/libweb": "^0.2.0-develop.19"
},
"publishConfig": {
"access": "public"
}
}

11
src/index.ts Normal file
View File

@ -0,0 +1,11 @@
import { Portal } from "@lumeweb/libweb";
const DEFAULT_PORTAL_LIST: Portal[] = [
{
id: "lumeweb",
url: "https://alpha.web3portal.com",
name: "web3portal.com",
},
];
export default DEFAULT_PORTAL_LIST;