@internxt/sdk 1.11.4 → 1.11.6

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/schema.js ADDED
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by openapi-typescript.
4
+ * Do not make direct changes to the file.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@internxt/sdk",
3
3
  "author": "Internxt <hello@internxt.com>",
4
- "version": "1.11.4",
4
+ "version": "1.11.6",
5
5
  "description": "An sdk for interacting with Internxt's services",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "prepare": "husky",
22
22
  "test": "jest --detectOpenHandles test/",
23
23
  "test:cov": "jest --coverage",
24
- "build": "tsc && cp ./src/schema.d.ts ./dist/",
24
+ "build": "tsc",
25
25
  "lint": "eslint ./src",
26
26
  "format": "prettier src/**/*.ts --write",
27
- "swagger": "openapi-typescript https://gateway.internxt.com/drive/api-json -o ./src/schema.d.ts && prettier ./src/schema.d.ts --write"
27
+ "swagger": "openapi-typescript https://gateway.internxt.com/drive/api-json -o ./src/schema.ts && yarn format"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@internxt/eslint-config-internxt": "2.0.1",
@@ -32,10 +32,10 @@
32
32
  "@types/jest": "30.0.0",
33
33
  "@types/sinon": "17.0.4",
34
34
  "@types/uuid": "10.0.0",
35
- "eslint": "9.34.0",
35
+ "eslint": "9.35.0",
36
36
  "husky": "9.1.7",
37
- "jest": "30.0.5",
38
- "lint-staged": "16.1.5",
37
+ "jest": "30.1.3",
38
+ "lint-staged": "16.1.6",
39
39
  "openapi-typescript": "^7.9.1",
40
40
  "prettier": "3.6.2",
41
41
  "sinon": "21.0.0",