@rsdk/common 6.0.0-next.20 → 6.0.0-next.22

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.
@@ -0,0 +1 @@
1
+ export type ExceptionSeverity = 'warn' | 'error' | 'fatal';
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=exception-severity.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exception-severity.type.js","sourceRoot":"","sources":["../../src/types/exception-severity.type.ts"],"names":[],"mappings":""}
@@ -1,5 +1,6 @@
1
1
  export * from './constructor.type';
2
2
  export * from './error-like.type';
3
+ export * from './exception-severity.type';
3
4
  export * from './primitive.type';
4
5
  export * from './deep-partial.type';
5
6
  export * from './assert.class';
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./constructor.type"), exports);
18
18
  __exportStar(require("./error-like.type"), exports);
19
+ __exportStar(require("./exception-severity.type"), exports);
19
20
  __exportStar(require("./primitive.type"), exports);
20
21
  __exportStar(require("./deep-partial.type"), exports);
21
22
  __exportStar(require("./assert.class"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,oDAAkC;AAClC,mDAAiC;AACjC,sDAAoC;AACpC,iDAA+B;AAE/B,yDAAuC;AACvC,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,oDAAkC;AAClC,4DAA0C;AAC1C,mDAAiC;AACjC,sDAAoC;AACpC,iDAA+B;AAE/B,yDAAuC;AACvC,mDAAiC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/common",
3
- "version": "6.0.0-next.20",
3
+ "version": "6.0.0-next.22",
4
4
  "description": "Useful common classes, functions and types",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -21,5 +21,5 @@
21
21
  "optional": true
22
22
  }
23
23
  },
24
- "gitHead": "8967e1d9b691808f5e0b4c6d6dff0fefae3b2c32"
24
+ "gitHead": "26f12f1c32584ae1594cc00a2ea886f5bf8c3736"
25
25
  }
@@ -0,0 +1 @@
1
+ export type ExceptionSeverity = 'warn' | 'error' | 'fatal';
@@ -1,5 +1,6 @@
1
1
  export * from './constructor.type';
2
2
  export * from './error-like.type';
3
+ export * from './exception-severity.type';
3
4
  export * from './primitive.type';
4
5
  export * from './deep-partial.type';
5
6
  export * from './assert.class';