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

nexus

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

4

CHANGELOG.md
# Changelog
### 0.11.1
- Export `queryField` & `subscriptionField` on public API
### 0.11.0

@@ -4,0 +8,0 @@

@@ -18,2 +18,4 @@ export * from "./builder";

export * from "./definitions/mutationField";
export * from "./definitions/queryField";
export * from "./definitions/subscriptionField";
export * from "./definitions/objectType";

@@ -20,0 +22,0 @@ export * from "./definitions/scalarType";

@@ -22,2 +22,4 @@ "use strict";

tslib_1.__exportStar(require("./definitions/mutationField"), exports);
tslib_1.__exportStar(require("./definitions/queryField"), exports);
tslib_1.__exportStar(require("./definitions/subscriptionField"), exports);
tslib_1.__exportStar(require("./definitions/objectType"), exports);

@@ -24,0 +26,0 @@ tslib_1.__exportStar(require("./definitions/scalarType"), exports);

@@ -17,2 +17,4 @@ export { buildTypes, makeSchema } from "./builder";

export { mutationField } from "./definitions/mutationField";
export { queryField } from "./definitions/queryField";
export { subscriptionField } from "./definitions/subscriptionField";
export { scalarType, asNexusMethod } from "./definitions/scalarType";

@@ -19,0 +21,0 @@ export { unionType } from "./definitions/unionType";

@@ -31,2 +31,6 @@ "use strict";

exports.mutationField = mutationField_1.mutationField;
var queryField_1 = require("./definitions/queryField");
exports.queryField = queryField_1.queryField;
var subscriptionField_1 = require("./definitions/subscriptionField");
exports.subscriptionField = subscriptionField_1.subscriptionField;
var scalarType_1 = require("./definitions/scalarType");

@@ -33,0 +37,0 @@ exports.scalarType = scalarType_1.scalarType;

2

package.json
{
"name": "nexus",
"version": "0.11.0",
"version": "0.11.1",
"main": "dist",

@@ -5,0 +5,0 @@ "types": "dist",

@@ -20,2 +20,4 @@ // The "core" is used as a namespace to re-export everything,

export * from "./definitions/mutationField";
export * from "./definitions/queryField";
export * from "./definitions/subscriptionField";
export * from "./definitions/objectType";

@@ -22,0 +24,0 @@ export * from "./definitions/scalarType";

@@ -18,2 +18,4 @@ // All of the Public API definitions

export { mutationField } from "./definitions/mutationField";
export { queryField } from "./definitions/queryField";
export { subscriptionField } from "./definitions/subscriptionField";
export { scalarType, asNexusMethod } from "./definitions/scalarType";

@@ -20,0 +22,0 @@ export { unionType } from "./definitions/unionType";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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