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

graphql-mapping-template

Package Overview
Dependencies
Maintainers
2
Versions
636
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-mapping-template - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2-beta.0

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [2.0.1](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@2.0.1-multienv.0...graphql-mapping-template@2.0.1) (2019-02-06)
## [2.0.2-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@2.0.1-multienv.0...graphql-mapping-template@2.0.2-beta.0) (2019-02-11)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package graphql-mapping-template

import { Expression, ObjectNode, CompoundExpressionNode } from './ast';
export declare class ElasticSearchMappingTemplate {
export declare class ElasticsearchMappingTemplate {
/**

@@ -4,0 +4,0 @@ * Create a mapping template for ES.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ast_1 = require("./ast");
var ElasticSearchMappingTemplate = /** @class */ (function () {
function ElasticSearchMappingTemplate() {
var ElasticsearchMappingTemplate = /** @class */ (function () {
function ElasticsearchMappingTemplate() {
}

@@ -10,3 +10,3 @@ /**

*/
ElasticSearchMappingTemplate.genericTemplte = function (_a) {
ElasticsearchMappingTemplate.genericTemplte = function (_a) {
var operation = _a.operation, path = _a.path, params = _a.params;

@@ -26,3 +26,3 @@ return ast_1.obj({

*/
ElasticSearchMappingTemplate.searchItem = function (_a) {
ElasticsearchMappingTemplate.searchItem = function (_a) {
var query = _a.query, size = _a.size, from = _a.from, path = _a.path, sort = _a.sort;

@@ -43,5 +43,5 @@ return ast_1.obj({

};
return ElasticSearchMappingTemplate;
return ElasticsearchMappingTemplate;
}());
exports.ElasticSearchMappingTemplate = ElasticSearchMappingTemplate;
exports.ElasticsearchMappingTemplate = ElasticsearchMappingTemplate;
//# sourceMappingURL=elasticsearch.js.map
{
"name": "graphql-mapping-template",
"version": "2.0.1",
"version": "2.0.2-beta.0",
"description": "An AST wrapper around AWS AppSync resolvers",

@@ -45,3 +45,3 @@ "main": "lib/index.js",

},
"gitHead": "6fe1eaa2922172dae2c16083eb7329f38c23bd16"
"gitHead": "641d0a629d233f9a0393ab46dbbba3719d786349"
}

@@ -7,3 +7,3 @@ import {

export class ElasticSearchMappingTemplate {
export class ElasticsearchMappingTemplate {

@@ -10,0 +10,0 @@ /**

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