@planet-matrix/mobius-model 0.1.2 → 0.1.4
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/CHANGELOG.md +14 -0
- package/package.json +5 -8
- package/vite.config.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @planet-matrix/mobius-model
|
|
2
2
|
|
|
3
|
+
## 0.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1297345: Update Mobius Mono.
|
|
8
|
+
|
|
9
|
+
使用 `.npmignore` 代替 `files` 字段,重新撰写 Mobius Mono 文档等。
|
|
10
|
+
|
|
11
|
+
## 0.1.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- f9e53b6: Set `ssr.resolve.conditions` to make vitest correctly respect subpath imports.
|
|
16
|
+
|
|
3
17
|
## 0.1.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planet-matrix/mobius-model",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Mobius model.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mobius",
|
|
@@ -9,18 +9,15 @@
|
|
|
9
9
|
"homepage": "https://github.com/planet-matrix/mobius",
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/planet-matrix/mobius/issues",
|
|
12
|
-
"email": "kongxiangyan@
|
|
12
|
+
"email": "kongxiangyan@planetmatrix.tech"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"author": {
|
|
16
16
|
"name": "Kong Xiangyan",
|
|
17
|
-
"email": "kongxiangyan@
|
|
17
|
+
"email": "kongxiangyan@planetmatrix.tech",
|
|
18
18
|
"url": "https://github.com/kongxiangyan"
|
|
19
19
|
},
|
|
20
20
|
"contributors": [],
|
|
21
|
-
"files": [
|
|
22
|
-
"*"
|
|
23
|
-
],
|
|
24
21
|
"bin": {},
|
|
25
22
|
"man": [],
|
|
26
23
|
"type": "module",
|
|
@@ -63,9 +60,9 @@
|
|
|
63
60
|
},
|
|
64
61
|
"dependencies": {},
|
|
65
62
|
"devDependencies": {
|
|
66
|
-
"@planet-matrix/mobius-mono": "0.
|
|
63
|
+
"@planet-matrix/mobius-mono": "0.5.0",
|
|
67
64
|
"@types/bun": "^1.3.5",
|
|
68
|
-
"oxlint": "^1.
|
|
65
|
+
"oxlint": "^1.37.0",
|
|
69
66
|
"oxlint-tsgolint": "^0.10.1",
|
|
70
67
|
"typescript": "^5.9.0",
|
|
71
68
|
"@typescript/native-preview": "^7.0.0-dev.20260101.1",
|