@atls/nestjs-keto 0.0.8 → 0.0.9

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,4 +1,3 @@
1
- /// <reference types="node" resolution-mode="require"/>
2
1
  import { AssertionError } from 'node:assert';
3
2
  export declare class KetoGeneralException extends AssertionError {
4
3
  constructor(message: string);
@@ -1,4 +1,3 @@
1
- /// <reference types="node" resolution-mode="require"/>
2
1
  import { AssertionError } from 'node:assert';
3
2
  export declare class KetoRelationTupleInvalidException extends AssertionError {
4
3
  constructor();
@@ -1,3 +1,3 @@
1
1
  export * from './keto.module.js';
2
2
  export * from './keto.constants.js';
3
- export * from './keto-module.interfaces.js';
3
+ export type * from './keto-module.interfaces.js';
@@ -1,3 +1,2 @@
1
1
  export * from "./keto.module.js";
2
2
  export * from "./keto.constants.js";
3
- export * from "./keto-module.interfaces.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atls/nestjs-keto",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "license": "BSD-3-Clause",
5
5
  "type": "module",
6
6
  "exports": {