@qn-pandora/pandora-tools 2.0.9 → 2.0.12
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.json +36 -0
- package/CHANGELOG.md +25 -1
- package/package.json +2 -5
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qn-pandora/pandora-tools",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.0.12",
|
|
6
|
+
"tag": "@qn-pandora/pandora-tools_v2.0.12",
|
|
7
|
+
"date": "Tue, 23 May 2023 03:12:29 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "2023.05.23发布"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "2.0.11",
|
|
18
|
+
"tag": "@qn-pandora/pandora-tools_v2.0.11",
|
|
19
|
+
"date": "Wed, 19 Apr 2023 03:15:25 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"patch": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "2023.04.19发包"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"version": "2.0.10",
|
|
30
|
+
"tag": "@qn-pandora/pandora-tools_v2.0.10",
|
|
31
|
+
"date": "Tue, 04 Apr 2023 08:26:02 GMT",
|
|
32
|
+
"comments": {
|
|
33
|
+
"patch": [
|
|
34
|
+
{
|
|
35
|
+
"comment": "2023.04.04"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
4
40
|
{
|
|
5
41
|
"version": "2.0.9",
|
|
6
42
|
"tag": "@qn-pandora/pandora-tools_v2.0.9",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
# Change Log - @qn-pandora/pandora-tools
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 23 May 2023 03:12:29 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.0.12
|
|
6
|
+
|
|
7
|
+
Tue, 23 May 2023 03:12:29 GMT
|
|
8
|
+
|
|
9
|
+
### Patches
|
|
10
|
+
|
|
11
|
+
- 2023.05.23 发布
|
|
12
|
+
|
|
13
|
+
## 2.0.11
|
|
14
|
+
|
|
15
|
+
Wed, 19 Apr 2023 03:15:25 GMT
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- 2023.04.19 发包
|
|
20
|
+
|
|
21
|
+
## 2.0.10
|
|
22
|
+
|
|
23
|
+
Tue, 04 Apr 2023 08:26:02 GMT
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- 2023.04.04
|
|
4
28
|
|
|
5
29
|
## 2.0.9
|
|
6
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qn-pandora/pandora-tools",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
4
4
|
"description": "Pandora Lib 常用开发&打包工具集",
|
|
5
5
|
"author": "pandora <pandora@qiniu.com>",
|
|
6
6
|
"homepage": "https://github.com/qbox/phoenix#readme",
|
|
@@ -17,9 +17,6 @@
|
|
|
17
17
|
"build": "exit 0",
|
|
18
18
|
"lint": "exit 0"
|
|
19
19
|
},
|
|
20
|
-
"publishConfig": {
|
|
21
|
-
"registry": "https://registry.npmjs.org/"
|
|
22
|
-
},
|
|
23
20
|
"repository": {
|
|
24
21
|
"type": "git",
|
|
25
22
|
"url": "git+https://github.com/qbox/phoenix.git"
|
|
@@ -69,4 +66,4 @@
|
|
|
69
66
|
"oclif": {
|
|
70
67
|
"commands": "./src/cli/commands"
|
|
71
68
|
}
|
|
72
|
-
}
|
|
69
|
+
}
|