@novel-segment/table-line
Advanced tools
Comparing version 1.0.7 to 1.0.10
@@ -6,2 +6,36 @@ # Change Log | ||
## [1.0.10](https://github.com/bluelovers/ws-segment/compare/@novel-segment/table-line@1.0.7...@novel-segment/table-line@1.0.10) (2022-10-29) | ||
### 🚨 Tests | ||
* update jest config ([cbce9a2](https://github.com/bluelovers/ws-segment/commit/cbce9a2868e5a0a95fd8f026530c34c9f3930ba0)) | ||
### 🔖 Miscellaneous | ||
* . ([d078e0e](https://github.com/bluelovers/ws-segment/commit/d078e0ec7e17cee79115db055e7b145d7b48f400)) | ||
* . ([51df182](https://github.com/bluelovers/ws-segment/commit/51df182715ea4b4242b4cf96fdebfabbe679b99c)) | ||
## [1.0.9](https://github.com/bluelovers/ws-segment/compare/@novel-segment/table-line@1.0.7...@novel-segment/table-line@1.0.9) (2022-10-29) | ||
### 🔖 Miscellaneous | ||
* . ([51df182](https://github.com/bluelovers/ws-segment/commit/51df182715ea4b4242b4cf96fdebfabbe679b99c)) | ||
## [1.0.8](https://github.com/bluelovers/ws-segment/compare/@novel-segment/table-line@1.0.7...@novel-segment/table-line@1.0.8) (2022-10-29) | ||
**Note:** Version bump only for package @novel-segment/table-line | ||
## [1.0.7](https://github.com/bluelovers/ws-segment/compare/@novel-segment/table-line@1.0.5...@novel-segment/table-line@1.0.7) (2022-09-13) | ||
@@ -8,0 +42,0 @@ |
{ | ||
"name": "@novel-segment/table-line", | ||
"version": "1.0.7", | ||
"version": "1.0.10", | ||
"description": "原版 node-segment 的格式", | ||
@@ -71,4 +71,4 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.mjs" | ||
}, | ||
@@ -95,2 +95,3 @@ "./package.json": "./package.json" | ||
"test:snapshot": "yarn run test -- -u", | ||
"test:tsd": "ynpx tsd", | ||
"test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests", | ||
@@ -125,6 +126,5 @@ "posttest": "yarn run build", | ||
"dependencies": { | ||
"@novel-segment/loader-line": "^1.0.19", | ||
"@novel-segment/table-core-abstract": "^1.0.7", | ||
"lodash": "^4.17.21", | ||
"tslib": ">=2" | ||
"@novel-segment/loader-line": "^1.0.24", | ||
"@novel-segment/table-core-abstract": "^1.0.10", | ||
"lodash": "^4.17.21" | ||
}, | ||
@@ -135,3 +135,3 @@ "packageManager": "yarn@^1.22.11", | ||
}, | ||
"gitHead": "4e27479e497b1e564dcd17bf1abc2fb0fbf12397" | ||
"gitHead": "ab895e8f7aa502fb7776fff08897de5bed70afef" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
28952
3
17
283
0
- Removedtslib@>=2