@objectstack/nestjs 3.0.1 → 3.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/nestjs@3.0.1 build /home/runner/work/spec/spec/packages/adapters/nestjs
2
+ > @objectstack/nestjs@3.0.2 build /home/runner/work/spec/spec/packages/adapters/nestjs
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -14,11 +14,11 @@
14
14
  CJS You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
15
15
  ESM dist/index.mjs 8.15 KB
16
16
  ESM dist/index.mjs.map 13.94 KB
17
- ESM ⚡️ Build success in 40ms
17
+ ESM ⚡️ Build success in 47ms
18
18
  CJS dist/index.js 9.76 KB
19
19
  CJS dist/index.js.map 13.97 KB
20
- CJS ⚡️ Build success in 40ms
20
+ CJS ⚡️ Build success in 47ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 7845ms
22
+ DTS ⚡️ Build success in 6718ms
23
23
  DTS dist/index.d.mts 8.75 KB
24
24
  DTS dist/index.d.ts 8.75 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @objectstack/nestjs
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/runtime@3.0.2
8
+
3
9
  ## 3.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@objectstack/nestjs",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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": "3.0.1"
10
+ "@objectstack/runtime": "3.0.2"
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": "3.0.1"
17
+ "@objectstack/runtime": "3.0.2"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsup --config ../../../tsup.config.ts",