@planet-matrix/mobius-model 0.1.3 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.1.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planet-matrix/mobius-model",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Mobius model.",
5
5
  "keywords": [
6
6
  "mobius",
@@ -18,9 +18,6 @@
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.4.2",
63
+ "@planet-matrix/mobius-mono": "0.5.0",
67
64
  "@types/bun": "^1.3.5",
68
- "oxlint": "^1.36.0",
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",