Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inngest

Package Overview
Dependencies
Maintainers
2
Versions
564
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inngest - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

.changeset/config.json

9

package.json
{
"name": "inngest",
"version": "1.3.1",
"version": "1.3.2",
"description": "Official SDK for Inngest.com",

@@ -36,4 +36,5 @@ "main": "./index.js",

"build:check": "api-extractor run --verbose",
"build:copy": "cp package.json LICENSE.md README.md dist",
"prelink": "yarn run build:copy"
"build:copy": "cp -r package.json LICENSE.md README.md CHANGELOG.md .changeset dist && (cp .npmrc dist | true)",
"prelink": "yarn run build:copy",
"cs": "yarn build && yarn prelink && node scripts/release.js"
},

@@ -66,2 +67,4 @@ "homepage": "https://github.com/inngest/inngest-js#readme",

"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@changesets/cli": "^2.26.0",

@@ -68,0 +71,0 @@ "@inngest/eslint-plugin": "./rules",

@@ -1,2 +0,2 @@

export declare const version = "1.3.1";
export declare const version = "1.3.2";
//# sourceMappingURL=version.d.ts.map

@@ -5,3 +5,3 @@ "use strict";

// Generated by genversion.
exports.version = "1.3.1";
exports.version = "1.3.2";
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc