Socket
Socket
Sign inDemoInstall

@aomex/core

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/core - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

53

CHANGELOG.md

@@ -1,52 +0,11 @@

# @aomex/core
# Change Log
## 1.0.4
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Patch Changes
# 1.1.0 (2024-06-27)
- [`c860c2d`](https://github.com/aomex/aomex/commit/c860c2dbec0f9d442816ea5f2ca9b72e8e06e8c7) Thanks [@geekact](https://github.com/geekact)! - chore(core): 最低node版本为20.13.0
- [`a1a1787`](https://github.com/aomex/aomex/commit/a1a1787c791bf113c7e87e4435ea364eb8ce8eb8) Thanks [@geekact](https://github.com/geekact)! - refactor: 使用node内置的 util.styleText 替换 chalk 包
### Features
- [`42447fb`](https://github.com/aomex/aomex/commit/42447fb9d3916c4d6242841d1fa3eab67e48be70) Thanks [@geekact](https://github.com/geekact)! - refactor(core): 重命名I18nFormat为I18nMessage
- Updated dependencies [[`a1a1787`](https://github.com/aomex/aomex/commit/a1a1787c791bf113c7e87e4435ea364eb8ce8eb8)]:
- @aomex/internal-tools@1.0.4
## 1.0.3
### Patch Changes
- [`8826dab`](https://github.com/aomex/aomex/commit/8826dabbc4415144cb008ce1dacbe0e16ac1ffaf) Thanks [@geekact](https://github.com/geekact)! - perf(core): 优化compose函数性能
- [`71e1a4a`](https://github.com/aomex/aomex/commit/71e1a4ae202ec2d1c289cf807142ce4013ae80b1) Thanks [@geekact](https://github.com/geekact)! - feat(core): 增加stream验证器
- Updated dependencies []:
- @aomex/internal-tools@1.0.3
## 1.0.2
### Patch Changes
- Updated dependencies []:
- @aomex/internal-tools@1.0.2
## 1.0.1
### Patch Changes
- [`90c566b`](https://github.com/aomex/aomex/commit/90c566b44b46d3fe30cba9cecbde76343bad9e61) Thanks [@geekact](https://github.com/geekact)! - refactor(core): service包合并到core包
- Updated dependencies []:
- @aomex/internal-tools@1.0.1
## 1.0.0
### Minor Changes
- [`11103a2`](https://github.com/aomex/aomex/commit/11103a2aff4e081754c56b0ff18fa5130ca252e8) Thanks [@geekact](https://github.com/geekact)! - 重新制作
### Patch Changes
- Updated dependencies [[`11103a2`](https://github.com/aomex/aomex/commit/11103a2aff4e081754c56b0ff18fa5130ca252e8)]:
- @aomex/internal-tools@1.0.0
* 初始化 ([3350159](https://github.com/aomex/aomex/commit/3350159454ad230e6d910405f907293b059b1f49))

10

dist/index.d.ts

@@ -517,3 +517,3 @@ import { OpenAPIV3 } from 'openapi-types';

* - `separator` 使用分割符号,把字符串拆分成数组
* - `block` 把值当成一个整体,作为数组的一个元素
* - `block` 把输入当成一个整体,作为数组的一个元素
*

@@ -576,4 +576,4 @@ * @param separator 分割符号,默认值:`new RegExp('\s*,\s*')`

* ```typescript
* boolean.trueValues([true, 'yes']);
* boolean.trueValues([true, 'on', 'good']);
* boolean.setTruthyValues([true, 'yes']);
* boolean.setTruthyValues(['on', 'good']);
* ```

@@ -585,4 +585,4 @@ */

* ```typescript
* boolean.falseValues([false, 'no']);
* boolean.falseValues([false, 'off', 'bad']);
* boolean.setFalsyValues([false, 'no']);
* boolean.setFalsyValues(['off', 'bad']);
* ```

@@ -589,0 +589,0 @@ */

@@ -796,4 +796,4 @@ // src/i18n/i18n-message.ts

* ```typescript
* boolean.trueValues([true, 'yes']);
* boolean.trueValues([true, 'on', 'good']);
* boolean.setTruthyValues([true, 'yes']);
* boolean.setTruthyValues(['on', 'good']);
* ```

@@ -809,4 +809,4 @@ */

* ```typescript
* boolean.falseValues([false, 'no']);
* boolean.falseValues([false, 'off', 'bad']);
* boolean.setFalsyValues([false, 'no']);
* boolean.setFalsyValues(['off', 'bad']);
* ```

@@ -813,0 +813,0 @@ */

{
"name": "@aomex/core",
"version": "1.0.4",
"version": "1.1.0",
"description": "aomex核心库",

@@ -39,5 +39,5 @@ "type": "module",

"openapi-types": "^12.1.3",
"@aomex/internal-tools": "^1.0.4"
"@aomex/internal-tools": "^1.1.0"
},
"scripts": {}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc