@akinon/next 1.34.0-rc.2 → 1.34.0-rc.4
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.md +8 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
-
## 1.34.0-rc.
|
|
3
|
+
## 1.34.0-rc.4
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -17,15 +17,7 @@
|
|
|
17
17
|
- 6b2972b: ZERO-2514: Fix handling of status 204 and return Commerce status code in client proxy API.
|
|
18
18
|
- 3e68768: ZERO-2578: Add osessionid check in middleware
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- 10123f9: ZERO-2632: rename projectzero-cli to projectzero
|
|
23
|
-
|
|
24
|
-
## 1.34.0-rc.1
|
|
25
|
-
|
|
26
|
-
### Patch Changes
|
|
27
|
-
|
|
28
|
-
- 10123f9: ZERO-2632: rename projectzero-cli to projectzero
|
|
20
|
+
## 1.34.0-rc.3
|
|
29
21
|
|
|
30
22
|
## 1.34.0-rc.0
|
|
31
23
|
|
|
@@ -44,6 +36,12 @@
|
|
|
44
36
|
- 6b2972b: ZERO-2514: Fix handling of status 204 and return Commerce status code in client proxy API.
|
|
45
37
|
- 3e68768: ZERO-2578: Add osessionid check in middleware
|
|
46
38
|
|
|
39
|
+
## 1.33.1
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- 10123f9: ZERO-2632: rename projectzero-cli to projectzero
|
|
44
|
+
|
|
47
45
|
## 1.33.0
|
|
48
46
|
|
|
49
47
|
## 1.32.0
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akinon/next",
|
|
3
3
|
"description": "Core package for Project Zero Next",
|
|
4
|
-
"version": "1.34.0-rc.
|
|
4
|
+
"version": "1.34.0-rc.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
35
35
|
"@typescript-eslint/parser": "6.7.4",
|
|
36
36
|
"eslint": "^8.14.0",
|
|
37
|
-
"@akinon/eslint-plugin-projectzero": "1.34.0-rc.
|
|
37
|
+
"@akinon/eslint-plugin-projectzero": "1.34.0-rc.4",
|
|
38
38
|
"eslint-config-prettier": "8.5.0"
|
|
39
39
|
}
|
|
40
40
|
}
|