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
23
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.6.0 to 0.7.0

6

dist/item-types.d.ts

@@ -60,3 +60,2 @@ import { Field } from "./fields.js";

* One or more key paths that determine where the item is stored in the database.
* The item type is derived from the first key path.
*/

@@ -69,7 +68,2 @@ keyPath: Plural<PathTemplate>;

/**
* Whether or not to automatically include metadata fields on this item type.
* If true, the metadata fields won't be automatically included, and you will
* have to map them in yourself using `fromMetadata` on each field.
*/
/**
* An optional TTL for the item, which will cause it to be automatically

@@ -76,0 +70,0 @@ * deleted after some time.

2

package.json
{
"name": "@stately-cloud/schema",
"version": "0.6.0",
"version": "0.7.0",
"author": "Stately Cloud <support@stately.cloud> (https://stately.cloud/)",

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

@@ -11,3 +11,3 @@ # StatelyDB Schema Language

4. Run `stately schema validate index.ts` to check your schema.
5. Run `stately schema put --store-id 12345 index.ts` to upload the schema to your store.
5. Run `stately schema put --schema-id 12345 --message "an update message" index.ts` to upload the schema to your store.
6. Run `stately schema generate --language typescript index.ts --out <output-dir>` to generate typed models for your schema.

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