@m4trix/core 0.7.0 → 0.8.0
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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4trix/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "A powerful TypeScript library for building AI-driven web applications",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -58,7 +58,8 @@
|
|
|
58
58
|
"lint": "eslint src --ext .ts,.tsx",
|
|
59
59
|
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
60
60
|
"prepare": "pnpm run build",
|
|
61
|
-
"publish-package": "npm publish --no-git-checks"
|
|
61
|
+
"publish-package": "npm publish --no-git-checks",
|
|
62
|
+
"release": "pnpm -C ../.. run release:bump:core"
|
|
62
63
|
},
|
|
63
64
|
"keywords": [
|
|
64
65
|
"ai",
|
|
@@ -120,10 +121,10 @@
|
|
|
120
121
|
"type": "module",
|
|
121
122
|
"repository": {
|
|
122
123
|
"type": "git",
|
|
123
|
-
"url": "git+https://github.com/Pascal-Lohscheidt/
|
|
124
|
+
"url": "git+https://github.com/Pascal-Lohscheidt/m4trix.git"
|
|
124
125
|
},
|
|
125
126
|
"bugs": {
|
|
126
|
-
"url": "https://github.com/Pascal-Lohscheidt/
|
|
127
|
+
"url": "https://github.com/Pascal-Lohscheidt/m4trix/issues"
|
|
127
128
|
},
|
|
128
|
-
"homepage": "https://github.com/Pascal-Lohscheidt/
|
|
129
|
+
"homepage": "https://github.com/Pascal-Lohscheidt/m4trix#readme"
|
|
129
130
|
}
|