Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "decky", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"keywords": [ | ||
@@ -31,3 +31,3 @@ "typescript", | ||
"files": [ | ||
"index", | ||
"index.js", | ||
"index.mjs", | ||
@@ -34,0 +34,0 @@ "index.d.ts", |
@@ -7,2 +7,4 @@ # decky | ||
![](./demo.gif) | ||
## Installation | ||
@@ -59,3 +61,3 @@ | ||
To the bundler, there are no decorators. Zero-runtime. | ||
To the bundler, there are no decorators. They're removed at build-time. | ||
@@ -70,3 +72,3 @@ ```ts | ||
What if we wanted JSON Schema instead of GraphQL? Well, if the interface is the same but you had a [`JSONSchema.decorator`](./examples/JSONSchema.decorator): | ||
What if we wanted JSON Schema instead of GraphQL? If the interface was the same but you had a [`JSONSchema.decorator`](./examples/JSONSchema.decorator.ts): | ||
@@ -83,3 +85,3 @@ ```patch | ||
You'd get this instead: | ||
You'd get this: | ||
@@ -86,0 +88,0 @@ ```json |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
85755
8
808
168
0
7