Skip to content

Releases: sony/cdp-lib

Resolve BOM and permission issue

Choose a tag to compare

@Hiroyuki-Anzai Hiroyuki-Anzai released this 23 Feb 11:00
b8614f9
  • 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

Choose a tag to compare

@Hiroyuki-Anzai Hiroyuki-Anzai released this 14 Feb 03:40
37b2e5f

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

Updated dependency modules

Choose a tag to compare

@Shin-Ogata Shin-Ogata released this 06 Feb 05:01
7479c89
  • typescript ver 2.7.1
    • disable emitBOM option
  • updated dependencies
    • jquery: 3.3.1
    • loadsh: 4.17.5
    • uuid: 3.2.1

Bug fix

Choose a tag to compare

@Shin-Ogata Shin-Ogata released this 21 Nov 08:37
ab36128

#2 fixed: quote command and args if needed

Initial release

Choose a tag to compare

@Shin-Ogata Shin-Ogata released this 06 Nov 05:51
fixed: import chalk module

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