cecon-interfaces 1.6.14 → 1.6.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,6 @@ import { IProductOptionsTypeV2 } from './i-product-options-types';
2
2
  export interface IProductOptionsV2 {
3
3
  title: string;
4
4
  mix: number;
5
+ setAllToMax: boolean;
5
6
  types: IProductOptionsTypeV2[];
6
7
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.14",
3
+ "version": "1.6.15",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.14",
3
+ "version": "1.6.15",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -4,4 +4,6 @@ Compilar:
4
4
 
5
5
  npm run packagr
6
6
  npm run build
7
- npm publish
7
+ npm publish
8
+
9
+ *Não esqueça de dar push no github*