Skip to content

Commit

Permalink
build: Version 0.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziv-Barber committed Mar 29, 2019
1 parent 170e191 commit b09622d
Show file tree
Hide file tree
Showing 21 changed files with 623 additions and 79 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- Version 0.4.8:
- Upgraded jszip to the last version.
- Some packages updates.
- xmlbuilder 11.0.1 migration.
- Start cleaning the documentation.
- Remove missing sourcemap url (Merge pull request #295 from pdesantis/master).
- Update docxtable.js.
- Version 0.4.7:
- Merge pull request #278 from aug2uag/master.
- Merge pull request #255 from OmniCyberSecurity/master.
Expand Down
94 changes: 94 additions & 0 deletions flow-typed/npm/eslint-config-prettier_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
// flow-typed signature: 00e17e4cdc63fb2ff5c12de1f10787e2
// flow-typed version: <<STUB>>/eslint-config-prettier_v^4.1.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
*
* 'eslint-config-prettier'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'eslint-config-prettier' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'eslint-config-prettier/@typescript-eslint' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/babel' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/bin/cli' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/bin/validators' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/flowtype' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/react' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/standard' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/unicorn' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/vue' {
declare module.exports: any;
}

// Filename aliases
declare module 'eslint-config-prettier/@typescript-eslint.js' {
declare module.exports: $Exports<'eslint-config-prettier/@typescript-eslint'>;
}
declare module 'eslint-config-prettier/babel.js' {
declare module.exports: $Exports<'eslint-config-prettier/babel'>;
}
declare module 'eslint-config-prettier/bin/cli.js' {
declare module.exports: $Exports<'eslint-config-prettier/bin/cli'>;
}
declare module 'eslint-config-prettier/bin/validators.js' {
declare module.exports: $Exports<'eslint-config-prettier/bin/validators'>;
}
declare module 'eslint-config-prettier/flowtype.js' {
declare module.exports: $Exports<'eslint-config-prettier/flowtype'>;
}
declare module 'eslint-config-prettier/index' {
declare module.exports: $Exports<'eslint-config-prettier'>;
}
declare module 'eslint-config-prettier/index.js' {
declare module.exports: $Exports<'eslint-config-prettier'>;
}
declare module 'eslint-config-prettier/react.js' {
declare module.exports: $Exports<'eslint-config-prettier/react'>;
}
declare module 'eslint-config-prettier/standard.js' {
declare module.exports: $Exports<'eslint-config-prettier/standard'>;
}
declare module 'eslint-config-prettier/unicorn.js' {
declare module.exports: $Exports<'eslint-config-prettier/unicorn'>;
}
declare module 'eslint-config-prettier/vue.js' {
declare module.exports: $Exports<'eslint-config-prettier/vue'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: e6953448389743bfef71af7b0300080b
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^3.0.0/flow_v0.91.0
// flow-typed signature: 4d15baac6f6b706b89b6ee35189e8122
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^3.4.2/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
32 changes: 32 additions & 0 deletions flow-typed/npm/eslint-plugin-prettier_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// flow-typed signature: 34dac87659219e944c47088356829240
// flow-typed version: <<STUB>>/eslint-plugin-prettier_v^3.0.1/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
*
* 'eslint-plugin-prettier'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'eslint-plugin-prettier' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'eslint-plugin-prettier/eslint-plugin-prettier' {
declare module.exports: any;
}

// Filename aliases
declare module 'eslint-plugin-prettier/eslint-plugin-prettier.js' {
declare module.exports: $Exports<'eslint-plugin-prettier/eslint-plugin-prettier'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 2c57d2d9cd664a94bf1a8080d2cb361c
// flow-typed version: <<STUB>>/eslint_v^5.15.2/flow_v0.91.0
// flow-typed signature: a9a0b041910ce24522992cd7094b43f5
// flow-typed version: <<STUB>>/eslint_v^5.15.3/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
Loading

0 comments on commit b09622d

Please sign in to comment.