@qn-pandora/pandora-tools 2.0.9 → 2.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.json +161 -137
  2. package/CHANGELOG.md +107 -91
  3. package/package.json +2 -5
package/CHANGELOG.json CHANGED
@@ -1,137 +1,161 @@
1
- {
2
- "name": "@qn-pandora/pandora-tools",
3
- "entries": [
4
- {
5
- "version": "2.0.9",
6
- "tag": "@qn-pandora/pandora-tools_v2.0.9",
7
- "date": "Thu, 23 Mar 2023 07:12:05 GMT",
8
- "comments": {
9
- "patch": [
10
- {
11
- "comment": "2023.03.23发布"
12
- }
13
- ]
14
- }
15
- },
16
- {
17
- "version": "2.0.8",
18
- "tag": "@qn-pandora/pandora-tools_v2.0.8",
19
- "date": "Mon, 13 Mar 2023 11:30:17 GMT",
20
- "comments": {
21
- "patch": [
22
- {
23
- "comment": "2023.03.13发布"
24
- }
25
- ]
26
- }
27
- },
28
- {
29
- "version": "2.0.7",
30
- "tag": "@qn-pandora/pandora-tools_v2.0.7",
31
- "date": "Wed, 15 Feb 2023 09:26:50 GMT",
32
- "comments": {
33
- "patch": [
34
- {
35
- "comment": "2023.02.15 发布"
36
- }
37
- ]
38
- }
39
- },
40
- {
41
- "version": "2.0.6",
42
- "tag": "@qn-pandora/pandora-tools_v2.0.6",
43
- "date": "Wed, 11 Jan 2023 08:25:05 GMT",
44
- "comments": {
45
- "patch": [
46
- {
47
- "comment": "2023-01-11 发布"
48
- }
49
- ]
50
- }
51
- },
52
- {
53
- "version": "2.0.5",
54
- "tag": "@qn-pandora/pandora-tools_v2.0.5",
55
- "date": "Tue, 10 Jan 2023 03:03:58 GMT",
56
- "comments": {
57
- "patch": [
58
- {
59
- "comment": "2023-01-10 发布"
60
- }
61
- ]
62
- }
63
- },
64
- {
65
- "version": "2.0.4",
66
- "tag": "@qn-pandora/pandora-tools_v2.0.4",
67
- "date": "Tue, 29 Nov 2022 03:37:07 GMT",
68
- "comments": {
69
- "patch": [
70
- {
71
- "comment": "2022.11.29发布"
72
- }
73
- ]
74
- }
75
- },
76
- {
77
- "version": "2.0.3",
78
- "tag": "@qn-pandora/pandora-tools_v2.0.3",
79
- "date": "Fri, 25 Nov 2022 06:55:56 GMT",
80
- "comments": {
81
- "patch": [
82
- {
83
- "comment": "2022-12-25发布"
84
- }
85
- ]
86
- }
87
- },
88
- {
89
- "version": "2.0.2",
90
- "tag": "@qn-pandora/pandora-tools_v2.0.2",
91
- "date": "Wed, 06 Jul 2022 07:32:15 GMT",
92
- "comments": {
93
- "patch": [
94
- {
95
- "comment": "07月06日发布"
96
- }
97
- ]
98
- }
99
- },
100
- {
101
- "version": "2.0.1",
102
- "tag": "@qn-pandora/pandora-tools_v2.0.1",
103
- "date": "Wed, 29 Jun 2022 08:28:54 GMT",
104
- "comments": {
105
- "patch": [
106
- {
107
- "comment": "app脚手架升级新低代码平台,增强searchContainer"
108
- }
109
- ]
110
- }
111
- },
112
- {
113
- "version": "2.0.0",
114
- "tag": "@qn-pandora/pandora-tools_v2.0.0",
115
- "date": "Tue, 14 Jun 2022 09:21:39 GMT",
116
- "comments": {
117
- "major": [
118
- {
119
- "comment": "很久没发版了,统一发个大版本"
120
- }
121
- ]
122
- }
123
- },
124
- {
125
- "version": "1.0.0",
126
- "tag": "@qn-pandora/pandora-tools_v1.0.0",
127
- "date": "Mon, 20 Dec 2021 11:46:43 GMT",
128
- "comments": {
129
- "major": [
130
- {
131
- "comment": "仓库迁移至rush后统一发个大版本"
132
- }
133
- ]
134
- }
135
- }
136
- ]
137
- }
1
+ {
2
+ "name": "@qn-pandora/pandora-tools",
3
+ "entries": [
4
+ {
5
+ "version": "2.0.11",
6
+ "tag": "@qn-pandora/pandora-tools_v2.0.11",
7
+ "date": "Wed, 19 Apr 2023 03:15:25 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "2023.04.19发包"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "2.0.10",
18
+ "tag": "@qn-pandora/pandora-tools_v2.0.10",
19
+ "date": "Tue, 04 Apr 2023 08:26:02 GMT",
20
+ "comments": {
21
+ "patch": [
22
+ {
23
+ "comment": "2023.04.04"
24
+ }
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "version": "2.0.9",
30
+ "tag": "@qn-pandora/pandora-tools_v2.0.9",
31
+ "date": "Thu, 23 Mar 2023 07:12:05 GMT",
32
+ "comments": {
33
+ "patch": [
34
+ {
35
+ "comment": "2023.03.23发布"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "version": "2.0.8",
42
+ "tag": "@qn-pandora/pandora-tools_v2.0.8",
43
+ "date": "Mon, 13 Mar 2023 11:30:17 GMT",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "comment": "2023.03.13发布"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "version": "2.0.7",
54
+ "tag": "@qn-pandora/pandora-tools_v2.0.7",
55
+ "date": "Wed, 15 Feb 2023 09:26:50 GMT",
56
+ "comments": {
57
+ "patch": [
58
+ {
59
+ "comment": "2023.02.15 发布"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "version": "2.0.6",
66
+ "tag": "@qn-pandora/pandora-tools_v2.0.6",
67
+ "date": "Wed, 11 Jan 2023 08:25:05 GMT",
68
+ "comments": {
69
+ "patch": [
70
+ {
71
+ "comment": "2023-01-11 发布"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "version": "2.0.5",
78
+ "tag": "@qn-pandora/pandora-tools_v2.0.5",
79
+ "date": "Tue, 10 Jan 2023 03:03:58 GMT",
80
+ "comments": {
81
+ "patch": [
82
+ {
83
+ "comment": "2023-01-10 发布"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "version": "2.0.4",
90
+ "tag": "@qn-pandora/pandora-tools_v2.0.4",
91
+ "date": "Tue, 29 Nov 2022 03:37:07 GMT",
92
+ "comments": {
93
+ "patch": [
94
+ {
95
+ "comment": "2022.11.29发布"
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "version": "2.0.3",
102
+ "tag": "@qn-pandora/pandora-tools_v2.0.3",
103
+ "date": "Fri, 25 Nov 2022 06:55:56 GMT",
104
+ "comments": {
105
+ "patch": [
106
+ {
107
+ "comment": "2022-12-25发布"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ {
113
+ "version": "2.0.2",
114
+ "tag": "@qn-pandora/pandora-tools_v2.0.2",
115
+ "date": "Wed, 06 Jul 2022 07:32:15 GMT",
116
+ "comments": {
117
+ "patch": [
118
+ {
119
+ "comment": "07月06日发布"
120
+ }
121
+ ]
122
+ }
123
+ },
124
+ {
125
+ "version": "2.0.1",
126
+ "tag": "@qn-pandora/pandora-tools_v2.0.1",
127
+ "date": "Wed, 29 Jun 2022 08:28:54 GMT",
128
+ "comments": {
129
+ "patch": [
130
+ {
131
+ "comment": "app脚手架升级新低代码平台,增强searchContainer"
132
+ }
133
+ ]
134
+ }
135
+ },
136
+ {
137
+ "version": "2.0.0",
138
+ "tag": "@qn-pandora/pandora-tools_v2.0.0",
139
+ "date": "Tue, 14 Jun 2022 09:21:39 GMT",
140
+ "comments": {
141
+ "major": [
142
+ {
143
+ "comment": "很久没发版了,统一发个大版本"
144
+ }
145
+ ]
146
+ }
147
+ },
148
+ {
149
+ "version": "1.0.0",
150
+ "tag": "@qn-pandora/pandora-tools_v1.0.0",
151
+ "date": "Mon, 20 Dec 2021 11:46:43 GMT",
152
+ "comments": {
153
+ "major": [
154
+ {
155
+ "comment": "仓库迁移至rush后统一发个大版本"
156
+ }
157
+ ]
158
+ }
159
+ }
160
+ ]
161
+ }
package/CHANGELOG.md CHANGED
@@ -1,91 +1,107 @@
1
- # Change Log - @qn-pandora/pandora-tools
2
-
3
- This log was last generated on Thu, 23 Mar 2023 07:12:05 GMT and should not be manually modified.
4
-
5
- ## 2.0.9
6
-
7
- Thu, 23 Mar 2023 07:12:05 GMT
8
-
9
- ### Patches
10
-
11
- - 2023.03.23 发布
12
-
13
- ## 2.0.8
14
-
15
- Mon, 13 Mar 2023 11:30:17 GMT
16
-
17
- ### Patches
18
-
19
- - 2023.03.13 发布
20
-
21
- ## 2.0.7
22
-
23
- Wed, 15 Feb 2023 09:26:50 GMT
24
-
25
- ### Patches
26
-
27
- - 2023.02.15 发布
28
-
29
- ## 2.0.6
30
-
31
- Wed, 11 Jan 2023 08:25:05 GMT
32
-
33
- ### Patches
34
-
35
- - 2023-01-11 发布
36
-
37
- ## 2.0.5
38
-
39
- Tue, 10 Jan 2023 03:03:58 GMT
40
-
41
- ### Patches
42
-
43
- - 2023-01-10 发布
44
-
45
- ## 2.0.4
46
-
47
- Tue, 29 Nov 2022 03:37:07 GMT
48
-
49
- ### Patches
50
-
51
- - 2022.11.29 发布
52
-
53
- ## 2.0.3
54
-
55
- Fri, 25 Nov 2022 06:55:56 GMT
56
-
57
- ### Patches
58
-
59
- - 2022-12-25 发布
60
-
61
- ## 2.0.2
62
-
63
- Wed, 06 Jul 2022 07:32:15 GMT
64
-
65
- ### Patches
66
-
67
- - 07 月 06 日发布
68
-
69
- ## 2.0.1
70
-
71
- Wed, 29 Jun 2022 08:28:54 GMT
72
-
73
- ### Patches
74
-
75
- - app 脚手架升级新低代码平台,增强 searchContainer
76
-
77
- ## 2.0.0
78
-
79
- Tue, 14 Jun 2022 09:21:39 GMT
80
-
81
- ### Breaking changes
82
-
83
- - 很久没发版了,统一发个大版本
84
-
85
- ## 1.0.0
86
-
87
- Mon, 20 Dec 2021 11:46:43 GMT
88
-
89
- ### Breaking changes
90
-
91
- - 仓库迁移至 rush 后统一发个大版本
1
+ # Change Log - @qn-pandora/pandora-tools
2
+
3
+ This log was last generated on Wed, 19 Apr 2023 03:15:25 GMT and should not be manually modified.
4
+
5
+ ## 2.0.11
6
+
7
+ Wed, 19 Apr 2023 03:15:25 GMT
8
+
9
+ ### Patches
10
+
11
+ - 2023.04.19 发包
12
+
13
+ ## 2.0.10
14
+
15
+ Tue, 04 Apr 2023 08:26:02 GMT
16
+
17
+ ### Patches
18
+
19
+ - 2023.04.04
20
+
21
+ ## 2.0.9
22
+
23
+ Thu, 23 Mar 2023 07:12:05 GMT
24
+
25
+ ### Patches
26
+
27
+ - 2023.03.23 发布
28
+
29
+ ## 2.0.8
30
+
31
+ Mon, 13 Mar 2023 11:30:17 GMT
32
+
33
+ ### Patches
34
+
35
+ - 2023.03.13 发布
36
+
37
+ ## 2.0.7
38
+
39
+ Wed, 15 Feb 2023 09:26:50 GMT
40
+
41
+ ### Patches
42
+
43
+ - 2023.02.15 发布
44
+
45
+ ## 2.0.6
46
+
47
+ Wed, 11 Jan 2023 08:25:05 GMT
48
+
49
+ ### Patches
50
+
51
+ - 2023-01-11 发布
52
+
53
+ ## 2.0.5
54
+
55
+ Tue, 10 Jan 2023 03:03:58 GMT
56
+
57
+ ### Patches
58
+
59
+ - 2023-01-10 发布
60
+
61
+ ## 2.0.4
62
+
63
+ Tue, 29 Nov 2022 03:37:07 GMT
64
+
65
+ ### Patches
66
+
67
+ - 2022.11.29 发布
68
+
69
+ ## 2.0.3
70
+
71
+ Fri, 25 Nov 2022 06:55:56 GMT
72
+
73
+ ### Patches
74
+
75
+ - 2022-12-25 发布
76
+
77
+ ## 2.0.2
78
+
79
+ Wed, 06 Jul 2022 07:32:15 GMT
80
+
81
+ ### Patches
82
+
83
+ - 07 月 06 日发布
84
+
85
+ ## 2.0.1
86
+
87
+ Wed, 29 Jun 2022 08:28:54 GMT
88
+
89
+ ### Patches
90
+
91
+ - app 脚手架升级新低代码平台,增强 searchContainer
92
+
93
+ ## 2.0.0
94
+
95
+ Tue, 14 Jun 2022 09:21:39 GMT
96
+
97
+ ### Breaking changes
98
+
99
+ - 很久没发版了,统一发个大版本
100
+
101
+ ## 1.0.0
102
+
103
+ Mon, 20 Dec 2021 11:46:43 GMT
104
+
105
+ ### Breaking changes
106
+
107
+ - 仓库迁移至 rush 后统一发个大版本
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-tools",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
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
+ }