Comparing version 1.0.0-rc1 to 1.0.1
/* | ||
* Orange ocast-sdk | ||
* version : 1.0.0-rc1 | ||
* version : 1.0.1 | ||
* Copyright (C) 2017 Orange | ||
@@ -5,0 +5,0 @@ */ |
/* | ||
* Orange ocast-sdk | ||
* version : 1.0.0-rc1 | ||
* version : 1.0.1 | ||
* Copyright (C) 2017 Orange | ||
@@ -5,0 +5,0 @@ */ |
144
package.json
{ | ||
"name": "ocast-sdk", | ||
"version": "1.0.0-rc1", | ||
"main": "dist/orangecast.js", | ||
"module": "dist/orangecast.mjs", | ||
"jsnext:main": "dist/orangecast.mjs", | ||
"scripts": { | ||
"dev": "rollup -c -w", | ||
"prepublish": "tslint 'src/**/*.ts'", | ||
"prepare": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production", | ||
"build": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production", | ||
"test": "nyc mocha --require ts-node/register", | ||
"doc": "typedoc --out public --exclude ./test --exclude ./node_modules ./src" | ||
}, | ||
"repository": "ocast-sdk", | ||
"reporters": [ | ||
{ | ||
"name": "jasmine-spec-reporter#SpecReporter", | ||
"options": { | ||
"displayStacktrace": "all" | ||
} | ||
} | ||
], | ||
"files": [ | ||
"examples", | ||
"src", | ||
"dist" | ||
], | ||
"dependencies": { | ||
"rxjs": "^5.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.0.2", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^8.0.17", | ||
"@types/websocket": "0.0.34", | ||
"@types/ws": "^3.0.2", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"ocast-dongletv": "^1.0.0", | ||
"istanbul": "^0.4.5", | ||
"jsdoc": "^3.5.3", | ||
"mocha": "~3.4.2", | ||
"nyc": "~11.0.3", | ||
"rollup": "^0.45.1", | ||
"rollup-plugin-babel": "^2.7.1", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-istanbul": "^1.1.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-typescript2": "^0.4.6", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"rollup-watch": "^4.0.0", | ||
"source-map-support": "^0.4.15", | ||
"ts-node": "^3.3.0", | ||
"tslint": "^4.5.1", | ||
"typedoc": "^0.8.0", | ||
"typescript": "^2.4.2" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.ts", | ||
"src/**/*.tsx" | ||
], | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"reporter": [ | ||
"text-summary", | ||
"html" | ||
], | ||
"sourceMap": true, | ||
"instrument": true | ||
"name": "ocast-sdk", | ||
"version": "1.0.1", | ||
"main": "dist/orangecast.js", | ||
"module": "dist/orangecast.mjs", | ||
"jsnext:main": "dist/orangecast.mjs", | ||
"scripts": { | ||
"dev": "rollup -c -w", | ||
"prepublish": "tslint 'src/**/*.ts'", | ||
"prepare": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production", | ||
"build": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production", | ||
"test": "nyc mocha --require ts-node/register", | ||
"doc": "typedoc --out public --exclude ./test --exclude ./node_modules ./src" | ||
}, | ||
"repository": "ocast-sdk", | ||
"reporters": [ | ||
{ | ||
"name": "jasmine-spec-reporter#SpecReporter", | ||
"options": { | ||
"displayStacktrace": "all" | ||
} | ||
} | ||
], | ||
"files": [ | ||
"examples", | ||
"src", | ||
"dist" | ||
], | ||
"dependencies": { | ||
"rxjs": "^5.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.0.2", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^8.0.17", | ||
"@types/websocket": "0.0.34", | ||
"@types/ws": "^3.0.2", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"ocast-dongletv": "latest", | ||
"istanbul": "^0.4.5", | ||
"jsdoc": "^3.5.3", | ||
"mocha": "~3.4.2", | ||
"nyc": "~11.0.3", | ||
"rollup": "^0.45.1", | ||
"rollup-plugin-babel": "^2.7.1", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-istanbul": "^1.1.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-typescript2": "^0.4.6", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"rollup-watch": "^4.0.0", | ||
"source-map-support": "^0.4.15", | ||
"ts-node": "^3.3.0", | ||
"tslint": "^4.5.1", | ||
"typedoc": "^0.8.0", | ||
"typescript": "^2.4.2" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.ts", | ||
"src/**/*.tsx" | ||
], | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"reporter": [ | ||
"text-summary", | ||
"html" | ||
], | ||
"sourceMap": true, | ||
"instrument": true | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1668312