tempo-store
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.1.1", | ||
"tag": "tempo-store_v1.1.1", | ||
"date": "Wed, 01 Jan 2020 00:17:16 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"tempo-core\" from `1.4.0` to `1.5.0`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.1.0", | ||
@@ -7,0 +19,0 @@ "tag": "tempo-store_v1.1.0", |
# Change Log - tempo-store | ||
This log was last generated on Fri, 27 Dec 2019 18:44:24 GMT and should not be manually modified. | ||
This log was last generated on Wed, 01 Jan 2020 00:17:16 GMT and should not be manually modified. | ||
## 1.1.1 | ||
Wed, 01 Jan 2020 00:17:16 GMT | ||
*Version update only* | ||
## 1.1.0 | ||
@@ -6,0 +11,0 @@ Fri, 27 Dec 2019 18:44:24 GMT |
102
package.json
{ | ||
"name": "tempo-store", | ||
"version": "1.1.0", | ||
"description": "Super simple state management library", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"tempo", | ||
"unidirectional-flow", | ||
"property", | ||
"store", | ||
"state-management", | ||
"typescript" | ||
], | ||
"sideEffects": false, | ||
"private": false, | ||
"scripts": { | ||
"clean": "rm -rf lib/* && rm -rf es6/*", | ||
"build": "npm run clean && npx tsc && npx tsc -p tsconfig.es6.json", | ||
"test": "jest", | ||
"test-watch": "jest --watch", | ||
"tslint": "tslint -p ./tslint.json", | ||
"prettier": "prettier -c src/**/*.ts", | ||
"prettier-fix": "prettier --write src/**/*.ts", | ||
"prepublish": "npm run build" | ||
}, | ||
"homepage": "https://github.com/fponticelli/tempo", | ||
"bugs": { | ||
"url": "https://github.com/fponticelli/tempo/issues" | ||
}, | ||
"author": { | ||
"name": "Franco Ponticelli", | ||
"email": "franco.ponticelli@gmail.com", | ||
"url": "https://github.com/fponticelli" | ||
}, | ||
"dependencies": { | ||
"tempo-core": "1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "24.0.22", | ||
"jest": "24.9.0", | ||
"ts-jest": "24.1.0", | ||
"typescript": "3.7.2", | ||
"tslint": "5.20.1", | ||
"prettier": "1.19.1" | ||
}, | ||
"main": "lib/index.js", | ||
"module": "es6/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"es6" | ||
] | ||
"name": "tempo-store", | ||
"version": "1.1.1", | ||
"description": "Super simple state management library", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"tempo", | ||
"unidirectional-flow", | ||
"property", | ||
"store", | ||
"state-management", | ||
"typescript" | ||
], | ||
"sideEffects": false, | ||
"private": false, | ||
"scripts": { | ||
"clean": "rm -rf lib/* && rm -rf es6/*", | ||
"build": "npm run clean && npx tsc && npx tsc -p tsconfig.es6.json", | ||
"test": "jest", | ||
"test-watch": "jest --watch", | ||
"tslint": "tslint -p ./tslint.json", | ||
"prettier": "prettier -c src/**/*.ts", | ||
"prettier-fix": "prettier --write src/**/*.ts", | ||
"prepublish": "npm run build" | ||
}, | ||
"homepage": "https://github.com/fponticelli/tempo", | ||
"bugs": { | ||
"url": "https://github.com/fponticelli/tempo/issues" | ||
}, | ||
"author": { | ||
"name": "Franco Ponticelli", | ||
"email": "franco.ponticelli@gmail.com", | ||
"url": "https://github.com/fponticelli" | ||
}, | ||
"dependencies": { | ||
"tempo-core": "1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "24.0.22", | ||
"jest": "24.9.0", | ||
"ts-jest": "24.1.0", | ||
"typescript": "3.7.2", | ||
"tslint": "5.20.1", | ||
"prettier": "1.19.1" | ||
}, | ||
"main": "lib/index.js", | ||
"module": "es6/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"es6" | ||
] | ||
} |
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
57956
869
+ Addedtempo-core@1.5.0(transitive)
- Removedtempo-core@1.4.0(transitive)
Updatedtempo-core@1.5.0