@arcjet/astro 1.7.0-rc.1 → 1.8.0-rc.0
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.
- package/dist/internal.js +1 -1
- package/package.json +9 -9
package/dist/internal.js
CHANGED
|
@@ -10,7 +10,7 @@ import { ARCJET_BASE_URL, ARCJET_ENV, ARCJET_KEY, ARCJET_LOG_LEVEL, FIREBASE_CON
|
|
|
10
10
|
export * from "arcjet";
|
|
11
11
|
//#region src/internal.ts
|
|
12
12
|
/** SDK version. Updated by the release process. */
|
|
13
|
-
const VERSION = "1.
|
|
13
|
+
const VERSION = "1.8.0-rc.0";
|
|
14
14
|
let warnedForAutomaticBodyRead = false;
|
|
15
15
|
const ipSymbol = Symbol.for("arcjet.ip");
|
|
16
16
|
const env = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcjet/astro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0-rc.0",
|
|
4
4
|
"description": "Arcjet runtime security SDK for Astro — bot protection, rate limiting, prompt injection detection, PII blocking, and WAF",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"test": "npm run build && npm run test-coverage"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@arcjet/body": "1.
|
|
67
|
-
"@arcjet/env": "1.
|
|
68
|
-
"@arcjet/headers": "1.
|
|
69
|
-
"@arcjet/ip": "1.
|
|
70
|
-
"@arcjet/logger": "1.
|
|
71
|
-
"@arcjet/protocol": "1.
|
|
72
|
-
"@arcjet/transport": "1.
|
|
73
|
-
"arcjet": "1.
|
|
66
|
+
"@arcjet/body": "1.8.0-rc.0",
|
|
67
|
+
"@arcjet/env": "1.8.0-rc.0",
|
|
68
|
+
"@arcjet/headers": "1.8.0-rc.0",
|
|
69
|
+
"@arcjet/ip": "1.8.0-rc.0",
|
|
70
|
+
"@arcjet/logger": "1.8.0-rc.0",
|
|
71
|
+
"@arcjet/protocol": "1.8.0-rc.0",
|
|
72
|
+
"@arcjet/transport": "1.8.0-rc.0",
|
|
73
|
+
"arcjet": "1.8.0-rc.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"astro": "7.0.3",
|