New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stately-cloud/schema

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stately-cloud/schema - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

4

dist/driver.js

@@ -89,5 +89,5 @@ import { create, toBinary } from "@bufbuild/protobuf";

// We cannot compare types of values with "instanceof" because the
// DeferredMigration type used in the customer's schema file is
// DeferredMigration type used in the customer's schema file is
// a different copy of the class from the one we've imported here.
// One is imported directly and the other is interpreted through
// One is imported directly and the other is interpreted through
// "tsImport". So instead we use the constructor name to compare types.

@@ -94,0 +94,0 @@ if (value.constructor.name === "DeferredMigration") {

@@ -70,2 +70,7 @@ import { Migration } from "./migration_pb.js";

/**
* Mark an entire type (item, object, or enum type) as having been added since
* the "from" version.
*/
addType(name: string): void;
/**
* Mark the entire type (item, object, or enum type) as having been renamed

@@ -72,0 +77,0 @@ * since the "from" version. This should occur before a changeType call for

@@ -13,3 +13,2 @@ import { create } from "@bufbuild/protobuf";

constructor(name, migration) {
// TODO: this hardcoded package name is gonna bite us someday
const typeName = `${getPackageName()}.${name}`;

@@ -130,2 +129,19 @@ this.command = create(MigrationCommandSchema, {

/**
* Mark an entire type (item, object, or enum type) as having been added since
* the "from" version.
*/
addType(name) {
this.migration.commands.push(create(MigrationCommandSchema, {
typeName: `${getPackageName()}.${name}`,
actions: [
{
action: {
case: "addType",
value: {},
},
},
],
}));
}
/**
* Mark the entire type (item, object, or enum type) as having been renamed

@@ -132,0 +148,0 @@ * since the "from" version. This should occur before a changeType call for

@@ -11,3 +11,3 @@ // @generated by protoc-gen-es v2.2.3 with parameter "target=js+dts,import_extension=.js"

/*@__PURE__*/
fileDesc("Cg9taWdyYXRpb24ucHJvdG8SE3N0YXRlbHkuc2NoZW1hbW9kZWwifwoJTWlncmF0aW9uEiMKE2Zyb21fc2NoZW1hX3ZlcnNpb24YASABKARCBrpIA8gBARIMCgRuYW1lGAIgASgJEj8KCGNvbW1hbmRzGAMgAygLMiUuc3RhdGVseS5zY2hlbWFtb2RlbC5NaWdyYXRpb25Db21tYW5kQga6SAPIAQEiagoQTWlncmF0aW9uQ29tbWFuZBIZCgl0eXBlX25hbWUYASABKAlCBrpIA8gBARI7CgdhY3Rpb25zGAIgAygLMiIuc3RhdGVseS5zY2hlbWFtb2RlbC5NaWdyYXRlQWN0aW9uQga6SAPIAQEi6gIKDU1pZ3JhdGVBY3Rpb24SMgoJYWRkX2ZpZWxkGAIgASgLMh0uc3RhdGVseS5zY2hlbWFtb2RlbC5BZGRGaWVsZEgAEjgKDHJlbW92ZV9maWVsZBgDIAEoCzIgLnN0YXRlbHkuc2NoZW1hbW9kZWwuUmVtb3ZlRmllbGRIABI4CgxyZW5hbWVfZmllbGQYBCABKAsyIC5zdGF0ZWx5LnNjaGVtYW1vZGVsLlJlbmFtZUZpZWxkSAASNgoLcmVuYW1lX3R5cGUYBiABKAsyHy5zdGF0ZWx5LnNjaGVtYW1vZGVsLlJlbmFtZVR5cGVIABI2CgtyZW1vdmVfdHlwZRgHIAEoCzIfLnN0YXRlbHkuc2NoZW1hbW9kZWwuUmVtb3ZlVHlwZUgAEjAKCGFkZF90eXBlGAggASgLMhwuc3RhdGVseS5zY2hlbWFtb2RlbC5BZGRUeXBlSABCDwoGYWN0aW9uEgW6SAIIASIgCghBZGRGaWVsZBIUCgRuYW1lGAEgASgJQga6SAPIAQEiIwoLUmVtb3ZlRmllbGQSFAoEbmFtZRgBIAEoCUIGukgDyAEBIkEKC1JlbmFtZUZpZWxkEhgKCG9sZF9uYW1lGAEgASgJQga6SAPIAQESGAoIbmV3X25hbWUYAiABKAlCBrpIA8gBASImCgpSZW5hbWVUeXBlEhgKCG5ld19uYW1lGAIgASgJQga6SAPIAQEiDAoKUmVtb3ZlVHlwZSIfCgdBZGRUeXBlEhQKBG5hbWUYASABKAlCBrpIA8gBAUKWAQoXY29tLnN0YXRlbHkuc2NoZW1hbW9kZWxCDk1pZ3JhdGlvblByb3RvUAGiAgNTU1iqAhNTdGF0ZWx5LlNjaGVtYW1vZGVsygITU3RhdGVseVxTY2hlbWFtb2RlbOICH1N0YXRlbHlcU2NoZW1hbW9kZWxcR1BCTWV0YWRhdGHqAhRTdGF0ZWx5OjpTY2hlbWFtb2RlbGIGcHJvdG8z", [file_buf_validate_validate]);
fileDesc("Cg9taWdyYXRpb24ucHJvdG8SE3N0YXRlbHkuc2NoZW1hbW9kZWwifwoJTWlncmF0aW9uEiMKE2Zyb21fc2NoZW1hX3ZlcnNpb24YASABKARCBrpIA8gBARIMCgRuYW1lGAIgASgJEj8KCGNvbW1hbmRzGAMgAygLMiUuc3RhdGVseS5zY2hlbWFtb2RlbC5NaWdyYXRpb25Db21tYW5kQga6SAPIAQEiagoQTWlncmF0aW9uQ29tbWFuZBIZCgl0eXBlX25hbWUYASABKAlCBrpIA8gBARI7CgdhY3Rpb25zGAIgAygLMiIuc3RhdGVseS5zY2hlbWFtb2RlbC5NaWdyYXRlQWN0aW9uQga6SAPIAQEi6gIKDU1pZ3JhdGVBY3Rpb24SMgoJYWRkX2ZpZWxkGAIgASgLMh0uc3RhdGVseS5zY2hlbWFtb2RlbC5BZGRGaWVsZEgAEjgKDHJlbW92ZV9maWVsZBgDIAEoCzIgLnN0YXRlbHkuc2NoZW1hbW9kZWwuUmVtb3ZlRmllbGRIABI4CgxyZW5hbWVfZmllbGQYBCABKAsyIC5zdGF0ZWx5LnNjaGVtYW1vZGVsLlJlbmFtZUZpZWxkSAASNgoLcmVuYW1lX3R5cGUYBiABKAsyHy5zdGF0ZWx5LnNjaGVtYW1vZGVsLlJlbmFtZVR5cGVIABI2CgtyZW1vdmVfdHlwZRgHIAEoCzIfLnN0YXRlbHkuc2NoZW1hbW9kZWwuUmVtb3ZlVHlwZUgAEjAKCGFkZF90eXBlGAggASgLMhwuc3RhdGVseS5zY2hlbWFtb2RlbC5BZGRUeXBlSABCDwoGYWN0aW9uEgW6SAIIASIgCghBZGRGaWVsZBIUCgRuYW1lGAEgASgJQga6SAPIAQEiIwoLUmVtb3ZlRmllbGQSFAoEbmFtZRgBIAEoCUIGukgDyAEBIkEKC1JlbmFtZUZpZWxkEhgKCG9sZF9uYW1lGAEgASgJQga6SAPIAQESGAoIbmV3X25hbWUYAiABKAlCBrpIA8gBASImCgpSZW5hbWVUeXBlEhgKCG5ld19uYW1lGAIgASgJQga6SAPIAQEiDAoKUmVtb3ZlVHlwZSIJCgdBZGRUeXBlQpYBChdjb20uc3RhdGVseS5zY2hlbWFtb2RlbEIOTWlncmF0aW9uUHJvdG9QAaICA1NTWKoCE1N0YXRlbHkuU2NoZW1hbW9kZWzKAhNTdGF0ZWx5XFNjaGVtYW1vZGVs4gIfU3RhdGVseVxTY2hlbWFtb2RlbFxHUEJNZXRhZGF0YeoCFFN0YXRlbHk6OlNjaGVtYW1vZGVsYgZwcm90bzM", [file_buf_validate_validate]);
/**

@@ -14,0 +14,0 @@ * Describes the message stately.schemamodel.Migration.

{
"name": "@stately-cloud/schema",
"version": "0.13.0",
"version": "0.14.0",
"author": "Stately Cloud <support@stately.cloud> (https://stately.cloud/)",

@@ -5,0 +5,0 @@ "description": "Schema language for StatelyDB",

Sorry, the diff of this file is not supported yet

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