@objectstack/nestjs 2.0.6 → 2.0.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/nestjs@2.0.
|
|
2
|
+
> @objectstack/nestjs@2.0.7 build /home/runner/work/spec/spec/packages/adapters/nestjs
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
[33mCJS[39m [33mYou have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin[39m
|
|
15
15
|
[32mCJS[39m [1mdist/index.js [22m[32m9.76 KB[39m
|
|
16
16
|
[32mCJS[39m [1mdist/index.js.map [22m[32m13.97 KB[39m
|
|
17
|
-
[32mCJS[39m ⚡️ Build success in
|
|
17
|
+
[32mCJS[39m ⚡️ Build success in 44ms
|
|
18
18
|
[32mESM[39m [1mdist/index.mjs [22m[32m8.15 KB[39m
|
|
19
19
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m13.94 KB[39m
|
|
20
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
+
[32mESM[39m ⚡️ Build success in 45ms
|
|
21
21
|
[34mDTS[39m Build start
|
|
22
|
-
[32mDTS[39m ⚡️ Build success in
|
|
22
|
+
[32mDTS[39m ⚡️ Build success in 8030ms
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m8.75 KB[39m
|
|
24
24
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m8.75 KB[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/nestjs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"peerDependencies": {
|
|
8
8
|
"@nestjs/common": "^11.1.13",
|
|
9
9
|
"@nestjs/core": "^11.1.13",
|
|
10
|
-
"@objectstack/runtime": "2.0.
|
|
10
|
+
"@objectstack/runtime": "2.0.7"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@nestjs/common": "^11.1.13",
|
|
14
14
|
"@nestjs/core": "^11.1.13",
|
|
15
15
|
"typescript": "^5.0.0",
|
|
16
16
|
"vitest": "^4.0.18",
|
|
17
|
-
"@objectstack/runtime": "2.0.
|
|
17
|
+
"@objectstack/runtime": "2.0.7"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsup --config ../../../tsup.config.ts",
|