@objectstack/nestjs 1.0.11 → 1.0.12

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@1.0.11 build /home/runner/work/spec/spec/packages/adapters/nestjs
2
+ > @objectstack/nestjs@1.0.12 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
  CJS dist/index.js 8.49 KB
16
16
  CJS dist/index.js.map 11.17 KB
17
- CJS ⚡️ Build success in 55ms
17
+ CJS ⚡️ Build success in 76ms
18
18
  ESM dist/index.mjs 6.87 KB
19
19
  ESM dist/index.mjs.map 11.14 KB
20
- ESM ⚡️ Build success in 55ms
20
+ ESM ⚡️ Build success in 76ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 6947ms
23
- DTS dist/index.d.mts 1.95 KB
24
- DTS dist/index.d.ts 1.95 KB
22
+ DTS ⚡️ Build success in 6961ms
23
+ DTS dist/index.d.mts 2.44 KB
24
+ DTS dist/index.d.ts 2.44 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @objectstack/nestjs
2
2
 
3
+ ## 1.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @objectstack/runtime@1.0.12
9
+
3
10
  ## 1.0.11
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -22,11 +22,26 @@ declare class ObjectStackController {
22
22
  routes: {
23
23
  data: string;
24
24
  metadata: string;
25
+ packages: string;
25
26
  auth: string;
27
+ ui: string;
26
28
  graphql: string | undefined;
27
29
  storage: string | undefined;
28
30
  analytics: string | undefined;
29
31
  hub: string | undefined;
32
+ automation: string;
33
+ };
34
+ endpoints: {
35
+ data: string;
36
+ metadata: string;
37
+ packages: string;
38
+ auth: string;
39
+ ui: string;
40
+ graphql: string | undefined;
41
+ storage: string | undefined;
42
+ analytics: string | undefined;
43
+ hub: string | undefined;
44
+ automation: string;
30
45
  };
31
46
  features: {
32
47
  graphql: boolean;
package/dist/index.d.ts CHANGED
@@ -22,11 +22,26 @@ declare class ObjectStackController {
22
22
  routes: {
23
23
  data: string;
24
24
  metadata: string;
25
+ packages: string;
25
26
  auth: string;
27
+ ui: string;
26
28
  graphql: string | undefined;
27
29
  storage: string | undefined;
28
30
  analytics: string | undefined;
29
31
  hub: string | undefined;
32
+ automation: string;
33
+ };
34
+ endpoints: {
35
+ data: string;
36
+ metadata: string;
37
+ packages: string;
38
+ auth: string;
39
+ ui: string;
40
+ graphql: string | undefined;
41
+ storage: string | undefined;
42
+ analytics: string | undefined;
43
+ hub: string | undefined;
44
+ automation: string;
30
45
  };
31
46
  features: {
32
47
  graphql: boolean;
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@objectstack/nestjs",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
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": "^10.0.0",
9
9
  "@nestjs/core": "^10.0.0",
10
- "@objectstack/runtime": "1.0.11"
10
+ "@objectstack/runtime": "1.0.12"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@nestjs/common": "^10.0.0",
14
14
  "@nestjs/core": "^10.0.0",
15
15
  "typescript": "^5.0.0",
16
- "@objectstack/runtime": "1.0.11"
16
+ "@objectstack/runtime": "1.0.12"
17
17
  },
18
18
  "scripts": {
19
19
  "build": "tsup --config ../../../tsup.config.ts"