@digital-alchemy/core 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
Welcome to `@digital-alchemy/core`!
|
|
4
4
|
This repository contains the boilerplate code for building applications and wiring logic.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
- Extended docs: https://docs.digital-alchemy.app/Core
|
|
7
|
+
- Discord: https://discord.digital-alchemy.app
|
|
7
8
|
|
|
8
9
|
## 🌐 Core Library Overview
|
|
9
10
|
|
package/package.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"repository": {
|
|
4
4
|
"url": "git+https://github.com/Digital-Alchemy-TS/core"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.6",
|
|
7
7
|
"author": {
|
|
8
8
|
"url": "https://github.com/zoe-codez",
|
|
9
9
|
"name": "Zoe Codez"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://docs.digital-alchemy.app/
|
|
11
|
+
"homepage": "https://docs.digital-alchemy.app/Core",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "rm -rf dist/; tsc -p tsconfig.lib.json",
|
|
14
14
|
"lint": "eslint src",
|