@arcjet/node 1.0.0-alpha.11 → 1.0.0-alpha.12

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/index.js +1 -1
  2. package/package.json +8 -8
package/index.js CHANGED
@@ -15,7 +15,7 @@ function createNodeRemoteClient(options) {
15
15
  });
16
16
  // TODO(#223): Do we want to allow overrides to either of these? If not, we should probably define a separate type for `options`
17
17
  const sdkStack = "NODEJS";
18
- const sdkVersion = "1.0.0-alpha.11";
18
+ const sdkVersion = "1.0.0-alpha.12";
19
19
  return createRemoteClient({ ...options, transport, sdkStack, sdkVersion });
20
20
  }
21
21
  function cookiesToString(cookies) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcjet/node",
3
- "version": "1.0.0-alpha.11",
3
+ "version": "1.0.0-alpha.12",
4
4
  "description": "Arcjet SDK for Node.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://arcjet.com",
@@ -40,19 +40,19 @@
40
40
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
41
41
  },
42
42
  "dependencies": {
43
- "@arcjet/ip": "1.0.0-alpha.11",
43
+ "@arcjet/ip": "1.0.0-alpha.12",
44
44
  "@connectrpc/connect-node": "1.4.0",
45
- "arcjet": "1.0.0-alpha.11"
45
+ "arcjet": "1.0.0-alpha.12"
46
46
  },
47
47
  "devDependencies": {
48
- "@arcjet/eslint-config": "1.0.0-alpha.11",
49
- "@arcjet/rollup-config": "1.0.0-alpha.11",
50
- "@arcjet/tsconfig": "1.0.0-alpha.11",
48
+ "@arcjet/eslint-config": "1.0.0-alpha.12",
49
+ "@arcjet/rollup-config": "1.0.0-alpha.12",
50
+ "@arcjet/tsconfig": "1.0.0-alpha.12",
51
51
  "@jest/globals": "29.7.0",
52
52
  "@types/node": "18.18.0",
53
- "@rollup/wasm-node": "4.14.1",
53
+ "@rollup/wasm-node": "4.14.3",
54
54
  "jest": "29.7.0",
55
- "typescript": "5.4.4"
55
+ "typescript": "5.4.5"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public",