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

@forge/storage

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/storage - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5-next.0

6

CHANGELOG.md
# @forge/storage
## 1.0.5-next.0
### Patch Changes
- 0700578: Fix GraphQL query naming convention
## 1.0.4

@@ -4,0 +10,0 @@

10

out/queries.js

@@ -6,3 +6,3 @@ "use strict";

query: `
query Get($contextAri: ID!, $key: ID!) {
query forge_app_getApplicationStorageEntity($contextAri: ID!, $key: ID!) {
appStoredEntity(contextAri: $contextAri, key: $key) {

@@ -23,3 +23,3 @@ key

query: `
query List($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) {
query forge_app_getApplicationStorageEntities($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) {
appStoredEntities(contextAri: $contextAri, where: $where, after: $cursor, first: $limit) {

@@ -49,3 +49,3 @@ edges {

query: `
query List($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) {
query forge_app_getApplicationStorageEntitiesForCleanup($contextAri: ID!, $where: [AppStoredEntityFilter!], $cursor: String, $limit: Int) {
appStoredEntitiesForCleanup(contextAri: $contextAri, where: $where, after: $cursor, first: $limit) {

@@ -73,3 +73,3 @@ edges {

query: `
mutation Set($input: SetAppStoredEntityMutationInput!) {
mutation forge_app_setApplicationStorageEntity($input: SetAppStoredEntityMutationInput!) {
appStorage{

@@ -99,3 +99,3 @@ setAppStoredEntity(input: $input) {

query: `
mutation Delete($input: DeleteAppStoredEntityMutationInput!) {
mutation forge_app_deleteApplicationStorageEntity($input: DeleteAppStoredEntityMutationInput!) {
appStorage {

@@ -102,0 +102,0 @@ deleteAppStoredEntity(input: $input) {

{
"name": "@forge/storage",
"version": "1.0.4",
"version": "1.0.5-next.0",
"description": "Forge Storage methods",

@@ -5,0 +5,0 @@ "author": "Atlassian",

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