spartaxx.businessmodels 1.0.95 → 1.0.96

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1,2 @@
1
1
  "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +1,4 @@
1
- interface ProtestMode {
1
+ export interface ProtestMode {
2
2
  Id: number,
3
3
  ProtestMode: string
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {