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

@seamapi/nextlove-sdk-generator

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seamapi/nextlove-sdk-generator - npm Package Compare versions

Comparing version 1.13.4 to 1.13.5

lib/generate-ruby-sdk/templates/snippets/action-attempt-decide-and-wait-template.d.ts

6

lib/generate-ruby-sdk/templates/snippets/resource.rb.template.js

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

import actionAttemptHelpersTemplate from "./action-attempt-helpers-template.js";
import actionAttemptDecideAndWaitTemplate from "./action-attempt-decide-and-wait-template.js";
export default ({ pascal_name, attrs, date_attrs, }) => {

@@ -21,2 +21,4 @@ const no_error_warning_attrs = attrs.filter((attr) => attr !== "errors" && attr !== "warnings");

${is_action_attempt_resource ? 'require "seam/utils/action_attempt_utils"' : ""}
module Seam

@@ -31,3 +33,3 @@ class ${pascal_name} < BaseResource

${is_action_attempt_resource ? actionAttemptHelpersTemplate() : ""}
${is_action_attempt_resource ? actionAttemptDecideAndWaitTemplate() : ""}
end

@@ -34,0 +36,0 @@ end\n`;

{
"name": "@seamapi/nextlove-sdk-generator",
"version": "1.13.4",
"version": "1.13.5",
"description": "Utilities for building NextLove SDK Generators",

@@ -5,0 +5,0 @@ "type": "module",

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

import actionAttemptHelpersTemplate from "./action-attempt-helpers-template.js"
import actionAttemptDecideAndWaitTemplate from "./action-attempt-decide-and-wait-template.js"

@@ -37,2 +37,4 @@ export default ({

${is_action_attempt_resource ? 'require "seam/utils/action_attempt_utils"' : ""}
module Seam

@@ -47,5 +49,5 @@ class ${pascal_name} < BaseResource

${is_action_attempt_resource ? actionAttemptHelpersTemplate() : ""}
${is_action_attempt_resource ? actionAttemptDecideAndWaitTemplate() : ""}
end
end\n`
}

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