🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@asterql/view-protocol

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asterql/view-protocol - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+4
-0
CHANGELOG.md
# @asterql/view-protocol
## 0.4.0
- Lockstep release for the AsterQL 0.4 language update.
## 0.3.0

@@ -4,0 +8,0 @@

+4
-4
{
"name": "@asterql/view-protocol",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",

@@ -49,5 +49,5 @@ "description": "Registered AsterQL view ids, manifests, params URLs, and handlers.",

"dependencies": {
"@asterql/formatter": "0.3.0",
"asterql": "0.3.0",
"@asterql/schema": "0.3.0"
"@asterql/formatter": "0.4.0",
"@asterql/schema": "0.4.0",
"asterql": "0.4.0"
},

@@ -54,0 +54,0 @@ "scripts": {

@@ -25,3 +25,3 @@ # @asterql/view-protocol

service: "dashboard",
query: `*.orders[status == $status] | sort(-createdAt)[:10]{id, total}`,
query: `*.orders[status == $status] | sort(-createdAt)[:10] {id, total}`,
});

@@ -28,0 +28,0 @@