Skip to content

Releases: sony/cdp-lib

Resolve BOM and permission issue

23 Feb 11:00
b8614f9
Compare
Choose a tag to compare
  • Change emitBOM to false

    • __tsconfig.test.json and _tsconfig.base.json in template
  • Add to set permission with postinstall in template

    • change mode js file under the hooks folder to '755'

Bug fix

14 Feb 03:40
37b2e5f
Compare
Choose a tag to compare

Issue is cordova build error of my app created cdp boilerplate #10

Updated dependency modules

06 Feb 05:01
7479c89
Compare
Choose a tag to compare
  • typescript ver 2.7.1
    • disable emitBOM option
  • updated dependencies
    • jquery: 3.3.1
    • loadsh: 4.17.5
    • uuid: 3.2.1

Bug fix

21 Nov 08:37
ab36128
Compare
Choose a tag to compare

#2 fixed: quote command and args if needed

Initial release

06 Nov 05:51
Compare
Choose a tag to compare
fixed: import chalk module

- TypeScript の型チェックが付くように import 文を修正