@klerick/json-api-nestjs-shared 1.0.0-beta.1 → 1.0.0-beta.2
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 +11 -0
- package/README.md +9 -0
- package/cjs/package.json +2 -20
- package/mjs/package.json +2 -20
- package/package.json +18 -16
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
## 1.0.0-beta.0 (2025-05-21)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **json-api-nestjs-shared:** Use new structure ([4359ac7](https://github.com/klerick/nestjs-json-api/commit/4359ac7))
|
|
6
|
+
- **json-api-nestjs-shared:** Use shared type from separate package ([1a1c859](https://github.com/klerick/nestjs-json-api/commit/1a1c859))
|
|
7
|
+
- **json-api-nestjs:** Microro orm ([4696f51](https://github.com/klerick/nestjs-json-api/commit/4696f51))
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Alex H
|
package/README.md
ADDED
package/cjs/package.json
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klerick/json-api-nestjs-shared",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"private": false,
|
|
6
|
-
"contributors": [
|
|
7
|
-
{
|
|
8
|
-
"email": "klerick666@gmain.com",
|
|
9
|
-
"name": "Aleksandr Kharkovey"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/klerick/nestjs-json-api.git"
|
|
15
|
-
},
|
|
16
|
-
"engines": {
|
|
17
|
-
"node": ">= 20.0.0"
|
|
18
|
-
},
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
19
4
|
"description": "Shared Helper for JsonApi Plugin for NestJs",
|
|
20
5
|
"keywords": [
|
|
21
6
|
"nestjs",
|
|
@@ -36,8 +21,5 @@
|
|
|
36
21
|
"type": "commonjs",
|
|
37
22
|
"main": "./cjs/src/index.js",
|
|
38
23
|
"types": "./cjs/src/index.d.ts",
|
|
39
|
-
"module": "./mjs/src/index.js"
|
|
40
|
-
"publishConfig": {
|
|
41
|
-
"access": "public"
|
|
42
|
-
}
|
|
24
|
+
"module": "./mjs/src/index.js"
|
|
43
25
|
}
|
package/mjs/package.json
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klerick/json-api-nestjs-shared",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"private": false,
|
|
6
|
-
"contributors": [
|
|
7
|
-
{
|
|
8
|
-
"email": "klerick666@gmain.com",
|
|
9
|
-
"name": "Aleksandr Kharkovey"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/klerick/nestjs-json-api.git"
|
|
15
|
-
},
|
|
16
|
-
"engines": {
|
|
17
|
-
"node": ">= 20.0.0"
|
|
18
|
-
},
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
19
4
|
"description": "Shared Helper for JsonApi Plugin for NestJs",
|
|
20
5
|
"keywords": [
|
|
21
6
|
"nestjs",
|
|
@@ -34,8 +19,5 @@
|
|
|
34
19
|
"type": "commonjs",
|
|
35
20
|
"main": "./cjs/src/index.js",
|
|
36
21
|
"types": "./cjs/src/index.d.ts",
|
|
37
|
-
"module": "./mjs/src/index.js"
|
|
38
|
-
"publishConfig": {
|
|
39
|
-
"access": "public"
|
|
40
|
-
}
|
|
22
|
+
"module": "./mjs/src/index.js"
|
|
41
23
|
}
|
package/package.json
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klerick/json-api-nestjs-shared",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"private": false,
|
|
6
|
-
"contributors": [
|
|
7
|
-
{
|
|
8
|
-
"email": "klerick666@gmain.com",
|
|
9
|
-
"name": "Aleksandr Kharkovey"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/klerick/nestjs-json-api.git"
|
|
15
|
-
},
|
|
16
|
-
"engines": {
|
|
17
|
-
"node": ">= 20.0.0"
|
|
18
|
-
},
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
19
4
|
"description": "Shared Helper for JsonApi Plugin for NestJs",
|
|
20
5
|
"keywords": [
|
|
21
6
|
"nestjs",
|
|
@@ -37,6 +22,23 @@
|
|
|
37
22
|
"main": "./cjs/src/index.js",
|
|
38
23
|
"types": "./cjs/src/index.d.ts",
|
|
39
24
|
"module": "./mjs/src/index.js",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"contributors": [
|
|
27
|
+
{
|
|
28
|
+
"email": "klerick666@gmain.com",
|
|
29
|
+
"name": "Aleksandr Kharkovey"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "https://github.com/klerick/nestjs-json-api.git"
|
|
35
|
+
},
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">= 20.0.0"
|
|
38
|
+
},
|
|
39
|
+
"files": [
|
|
40
|
+
"**/*"
|
|
41
|
+
],
|
|
40
42
|
"publishConfig": {
|
|
41
43
|
"access": "public"
|
|
42
44
|
}
|