expo-server-sdk
Advanced tools
Comparing version 3.0.1 to 3.1.0
{ | ||
"name": "expo-server-sdk", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Server side library for working with Expo using Node.js", | ||
"main": "build/ExpoClient.js", | ||
"types": "src/ExpoClient.ts", | ||
"types": "build/ExpoClient.d.ts", | ||
"files": [ | ||
@@ -20,2 +20,3 @@ "build", | ||
"jest": { | ||
"preset": "ts-jest", | ||
"roots": [ | ||
@@ -28,8 +29,5 @@ "<rootDir>/src/" | ||
], | ||
"transform": { | ||
"^.+\\.ts$": "ts-jest" | ||
}, | ||
"globals": { | ||
"ts-jest": { | ||
"tsConfigFile": "tsconfig.json" | ||
"tsConfig": "tsconfig.json" | ||
} | ||
@@ -58,11 +56,12 @@ }, | ||
"@types/invariant": "^2.2.29", | ||
"@types/node-fetch": "^2.1.2", | ||
"node-fetch": "^2.2.0", | ||
"@types/node-fetch": "^2.1.4", | ||
"node-fetch": "^2.3.0", | ||
"promise-limit": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^23.4.2", | ||
"ts-jest": "^23.1.0", | ||
"typescript": "^3.0.1" | ||
"@types/jest": "^23.3.10", | ||
"jest": "^23.6.0", | ||
"ts-jest": "^23.10.5", | ||
"typescript": "^3.2.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# expo-server-sdk-node [![CircleCI](https://circleci.com/gh/expo/exponent-server-sdk-node.svg?style=svg)](https://circleci.com/gh/expo/exponent-server-sdk-node) [![codecov](https://codecov.io/gh/expo/exponent-server-sdk-node/branch/master/graph/badge.svg)](https://codecov.io/gh/expo/exponent-server-sdk-node) | ||
# expo-server-sdk-node [![CircleCI](https://circleci.com/gh/expo/expo-server-sdk-node.svg?style=svg)](https://circleci.com/gh/expo/expo-server-sdk-node) [![codecov](https://codecov.io/gh/expo/expo-server-sdk-node/branch/master/graph/badge.svg)](https://codecov.io/gh/expo/expo-server-sdk-node) | ||
Server-side library for working with Expo using Node.js. | ||
@@ -136,3 +136,3 @@ | ||
* https://github.com/expo/exponent-server-sdk-ruby | ||
* https://github.com/expo/exponent-server-sdk-python | ||
* https://github.com/expo/expo-server-sdk-ruby | ||
* https://github.com/expo/expo-server-sdk-python |
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
38998
8
669
4
Updated@types/node-fetch@^2.1.4
Updatednode-fetch@^2.3.0