node-karin 1.7.12 → 1.7.13
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 +7 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## [1.7.13](https://github.com/KarinJS/Karin/compare/core-v1.7.12...core-v1.7.13) (2025-03-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🐛 Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 修正npm plugin不加载的问题 ([4811aef](https://github.com/KarinJS/Karin/commit/4811aef5fb39e56584b95e68df7bae65d6e0cba2))
|
|
9
|
+
|
|
3
10
|
## [1.7.12](https://github.com/KarinJS/Karin/compare/core-v1.7.11...core-v1.7.12) (2025-03-27)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -9470,8 +9470,8 @@ var init_list = __esm({
|
|
|
9470
9470
|
logger.error(`[getPlugins][npm] ${name} \u8981\u6C42 node-karin \u7248\u672C\u4E3A ${pkg3.karin.engines.karin}\uFF0C\u5F53\u524D\u4E0D\u7B26\u5408\u8981\u6C42\uFF0C\u8DF3\u8FC7\u52A0\u8F7D\u63D2\u4EF6`);
|
|
9471
9471
|
return;
|
|
9472
9472
|
}
|
|
9473
|
-
list2.push(`npm:${name}`);
|
|
9474
9473
|
}
|
|
9474
|
+
list2.push(`npm:${name}`);
|
|
9475
9475
|
}));
|
|
9476
9476
|
};
|
|
9477
9477
|
}
|