@sajari/sdk-node
Advanced tools
Comparing version 4.0.0-alpha.8 to 4.0.0-alpha.9
@@ -11,5 +11,5 @@ "use strict"; | ||
const _1 = require("."); | ||
jest.mock("../package.json", () => ({ | ||
jest.mock("./version", () => ({ | ||
version: "1.2.3-test", | ||
}), { virtual: true }); | ||
})); | ||
const createClient = () => new collections_1.CollectionsClient(collections_1.withKeyCredentials("test-key-id", "test-key-secret")); | ||
@@ -16,0 +16,0 @@ const newId = () => `col-${ksuid_1.default.randomSync().string}`; |
{ | ||
"name": "@sajari/sdk-node", | ||
"version": "4.0.0-alpha.8", | ||
"version": "4.0.0-alpha.9", | ||
"repository": "git@github.com:github.com/sajari/sdk-node.git", | ||
@@ -29,2 +29,3 @@ "author": "Sajari Pty Ltd", | ||
"ts-jest": "^26.4.4", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3" | ||
@@ -34,3 +35,4 @@ }, | ||
"clean": "rimraf ./build", | ||
"build": "tsc -p .", | ||
"generate-version": "ts-node generate-version.ts", | ||
"build": "npm run generate-version && tsc -p .", | ||
"format": "prettier --write \"**/*.{js,json,md,ts,yaml}\"", | ||
@@ -37,0 +39,0 @@ "setup-examples": "npm link && cd examples && npm install && npm link ../ && cd ../", |
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
490400
267
11844
12