zuplo 1.20241007.804 → 6.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  <p align="center">Zuplo's API Gateway helps small and large teams get APIs to production that are
8
8
  fast, secure and with game-changing Developer Experience.</p>
9
9
 
10
-
11
10
  # Zuplo
12
11
 
13
- This is a convenience package that bundles the Zuplo CLI and various packages for use with Zuplo.
12
+ This is a convenience package that bundles the Zuplo CLI and various packages
13
+ for use with Zuplo.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "zuplo",
3
- "version": "1.20241007.804",
4
- "description": "This is a convenience package around the Zuplo CLI and various other Zuplo packages.",
3
+ "version": "6.3.4",
4
+ "description": "The programmable API Gateway",
5
5
  "author": "Zuplo, Inc.",
6
6
  "license": "See LICENSE in LICENSE.txt",
7
+ "files": [
8
+ "README.md",
9
+ "LICENSE.txt"
10
+ ],
7
11
  "dependencies": {
8
- "@zuplo/cli": "3.0.5",
9
- "@zuplo/core": "6.2.10",
10
- "@zuplo/runtime": "6.2.10",
12
+ "@zuplo/cli": "^6.3.4",
13
+ "@zuplo/core": "^6.3.4",
14
+ "@zuplo/runtime": "^6.3.4",
11
15
  "@zuplo/test": "1.4.0"
12
- },
13
- "peerDependencies": {
14
- "@types/chai": "^4.3.6",
15
- "chai": "^4.3.6"
16
16
  }
17
- }
17
+ }