@qubit-ltd/common-decorator 3.10.5 → 3.10.7

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/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  [![npm package](https://img.shields.io/npm/v/@qubit-ltd/common-decorator.svg)](https://npmjs.com/package/@qubit-ltd/common-decorator)
4
4
  [![License](https://img.shields.io/badge/License-Apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
5
5
  [![中文文档](https://img.shields.io/badge/文档-中文版-blue.svg)](README.zh_CN.md)
6
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Haixing-Hu/js-common-decorator/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/Haixing-Hu/js-common-decorator/tree/master)
7
- [![Coverage Status](https://coveralls.io/repos/github/Haixing-Hu/js-common-decorator/badge.svg?branch=master)](https://coveralls.io/github/Haixing-Hu/js-common-decorator?branch=master)
6
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/qubit-ltd/js-common-decorator/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/qubit-ltd/js-common-decorator/tree/master)
7
+ [![Coverage Status](https://coveralls.io/repos/github/qubit-ltd/js-common-decorator/badge.svg?branch=master)](https://coveralls.io/github/qubit-ltd/js-common-decorator?branch=master)
8
8
 
9
9
  ## Overview
10
10
 
@@ -1527,7 +1527,7 @@ See the [LICENSE](LICENSE) file for more details.
1527
1527
  [@babel/plugin-proposal-decorators]: https://babeljs.io/docs/babel-plugin-proposal-decorators
1528
1528
  [stage 3 proposal of JavaScript decorators]: https://github.com/tc39/proposal-decorators
1529
1529
  [stage 3 proposal of JavaScript decorator metadata]: https://github.com/tc39/proposal-decorator-metadata
1530
- [GitHub repository]: https://github.com/Haixing-Hu/js-common-decorator
1530
+ [GitHub repository]: https://github.com/qubit-ltd/js-common-decorator
1531
1531
  [webpack]: https://webpack.js.org/
1532
1532
  [vite]: https://vitejs.dev/
1533
1533
  [vite-plugin-vue]: https://www.npmjs.com/package/@vitejs/plugin-vue
package/README.zh_CN.md CHANGED
@@ -3,8 +3,8 @@
3
3
  [![npm package](https://img.shields.io/npm/v/@qubit-ltd/common-decorator.svg)](https://npmjs.com/package/@qubit-ltd/common-decorator)
4
4
  [![License](https://img.shields.io/badge/License-Apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
5
5
  [![English Document](https://img.shields.io/badge/Document-English-blue.svg)](README.md)
6
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Haixing-Hu/js-common-decorator/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/Haixing-Hu/js-common-decorator/tree/master)
7
- [![Coverage Status](https://coveralls.io/repos/github/Haixing-Hu/js-common-decorator/badge.svg?branch=master)](https://coveralls.io/github/Haixing-Hu/js-common-decorator?branch=master)
6
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/qubit-ltd/js-common-decorator/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/qubit-ltd/js-common-decorator/tree/master)
7
+ [![Coverage Status](https://coveralls.io/repos/github/qubit-ltd/js-common-decorator/badge.svg?branch=master)](https://coveralls.io/github/qubit-ltd/js-common-decorator?branch=master)
8
8
 
9
9
  ## 概述
10
10
 
@@ -1301,7 +1301,7 @@ console.log(sourceField); // 'first_name'
1301
1301
  [@babel/plugin-proposal-decorators]: https://babeljs.io/docs/babel-plugin-proposal-decorators
1302
1302
  [JavaScript 装饰器 stage 3 提案]: https://github.com/tc39/proposal-decorators
1303
1303
  [JavaScript 装饰器元数据 stage 3 提案]: https://github.com/tc39/proposal-decorator-metadata
1304
- [GitHub 仓库]: https://github.com/Haixing-Hu/js-common-decorator
1304
+ [GitHub 仓库]: https://github.com/qubit-ltd/js-common-decorator
1305
1305
  [webpack]: https://webpack.js.org/
1306
1306
  [vite]: https://vitejs.dev/
1307
1307
  [vite-plugin-vue]: https://www.npmjs.com/package/@vitejs/plugin-vue