@devbookhq/sdk
Advanced tools
Comparing version 2.6.19 to 2.6.27
{ | ||
"name": "@devbookhq/sdk", | ||
"version": "2.6.19", | ||
"version": "2.6.27", | ||
"description": "SDK for managing Devbook sessions from JavaScript/TypeScript", | ||
@@ -12,6 +12,6 @@ "homepage": "https://usedevbook.com", | ||
}, | ||
"bugs": "https://github.com/DevbookHQ/devbook/issues", | ||
"bugs": "https://github.com/DevbookHQ/devbook-api/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DevbookHQ/devbook" | ||
"url": "https://github.com/DevbookHQ/devbook-api" | ||
}, | ||
@@ -22,3 +22,3 @@ "main": "dist/cjs/index.js", | ||
"scripts": { | ||
"prepublishOnly": "npm run use-tag-version; rollup -c", | ||
"prepublishOnly": "rollup -c", | ||
"build": "rollup -c", | ||
@@ -29,3 +29,2 @@ "watch": "rollup -c -w", | ||
"fix": "npx eslint **/src/**/*.{ts,js} --fix", | ||
"use-tag-version": "npm config set git-tag-version=false && npm version $(git describe --tags)", | ||
"format": "prettier --check --ignore-path .gitignore .", | ||
@@ -32,0 +31,0 @@ "format:fix": "prettier --write --ignore-path .gitignore .", |
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
277431