@autometa/http 1.4.4 → 1.4.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @autometa/http
2
2
 
3
+ ## 1.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ae7e34f]
8
+ - @autometa/dto-builder@0.13.4
9
+
3
10
  ## 1.4.4
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/http",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "An Axios Based HTTP Client for Autometa",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -14,22 +14,27 @@
14
14
  },
15
15
  "license": "MIT",
16
16
  "devDependencies": {
17
+ "@autometa/types": "^0.4.1",
17
18
  "@types/node": "^18.11.18",
18
19
  "@types/uuid": "^9.0.1",
19
20
  "@typescript-eslint/eslint-plugin": "^5.54.1",
20
21
  "@typescript-eslint/parser": "^5.54.1",
21
22
  "eslint": "^8.37.0",
23
+ "eslint-config-custom": "0.6.0",
22
24
  "eslint-config-prettier": "^8.3.0",
23
25
  "myzod": "^1.10.2",
24
26
  "rimraf": "^4.1.2",
27
+ "tsconfig": " *",
25
28
  "tsup": "^7.2.0",
26
29
  "typescript": "^4.9.5",
27
- "vitest": "0.34.6",
28
- "eslint-config-custom": "0.6.0",
29
- "@autometa/types": "^0.4.1",
30
- "tsconfig": "0.7.0"
30
+ "vitest": "0.34.6"
31
31
  },
32
32
  "dependencies": {
33
+ "@autometa/app": "^0.3.2",
34
+ "@autometa/dto-builder": "^0.13.4",
35
+ "@autometa/errors": "^0.2.2",
36
+ "@autometa/injection": "^0.1.1",
37
+ "@autometa/status-codes": "^0.4.1",
33
38
  "@stdlib/assert-is-json": "^0.1.1",
34
39
  "@types/qs": "^6.9.11",
35
40
  "axios": "^1.5.1",
@@ -37,12 +42,7 @@
37
42
  "cli-highlight": "^2.1.11",
38
43
  "reflect-metadata": "^0.1.13",
39
44
  "ts-retry": "^4.2.3",
40
- "url-join-ts": "^1.0.5",
41
- "@autometa/errors": "^0.2.2",
42
- "@autometa/injection": "^0.1.1",
43
- "@autometa/status-codes": "^0.4.1",
44
- "@autometa/app": "^0.3.2",
45
- "@autometa/dto-builder": "^0.13.3"
45
+ "url-join-ts": "^1.0.5"
46
46
  },
47
47
  "scripts": {
48
48
  "test": "vitest run --passWithNoTests",
@@ -52,5 +52,6 @@
52
52
  "clean": "rimraf dist",
53
53
  "build": "tsup",
54
54
  "build:watch": "tsup --watch"
55
- }
55
+ },
56
+ "readme": "# Introduction\n\nThere's nothing here yet"
56
57
  }
@@ -1,4 +0,0 @@
1
-
2
- > @autometa/http@1.2.0 lint:fix /Users/ben.aherne/Documents/GitHub/autometa/packages/http
3
- > eslint . --fix "--max-warnings=0"
4
-
@@ -1,20 +0,0 @@
1
-
2
- > @autometa/http@1.4.1 test /Users/ben.aherne/Documents/GitHub/autometa/packages/http
3
- > vitest run --passWithNoTests
4
-
5
-
6
- RUN v0.34.6 /Users/ben.aherne/Documents/GitHub/autometa/packages/http
7
-
8
- ✓ src/schema.map.spec.ts (5 tests) 6ms
9
- ✓ src/default-client-factory.other.spec.ts (1 test) 2ms
10
- ✓ src/http-request.spec.ts (10 tests) 6ms
11
- ✓ src/request-meta.config.spec.ts (8 tests) 9ms
12
- ✓ src/default-schema.spec.ts (13 tests) 9ms
13
- ✓ src/default-client-factory.axios.spec.ts (1 test) 1ms
14
- ✓ src/http.spec.ts (12 tests) 9ms
15
-
16
- Test Files 7 passed (7)
17
- Tests 50 passed (50)
18
- Start at 17:57:04
19
- Duration 534ms (transform 213ms, setup 46ms, collect 709ms, tests 42ms, environment 1ms, prepare 484ms)
20
-
@@ -1,8 +0,0 @@
1
- {
2
- "hash": "efb83a88",
3
- "configHash": "0d1200c3",
4
- "lockfileHash": "7e4235bd",
5
- "browserHash": "6943bcee",
6
- "optimized": {},
7
- "chunks": {}
8
- }
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -1 +0,0 @@
1
- {"version":"0.34.6","results":[[":schema.map.spec.ts",{"duration":0,"failed":false}],[":http-request.spec.ts",{"duration":0,"failed":false}],[":default-client-factory.other.spec.ts",{"duration":0,"failed":false}],[":request-meta.config.spec.ts",{"duration":0,"failed":false}],[":default-schema.spec.ts",{"duration":0,"failed":false}],[":default-client-factory.axios.spec.ts",{"duration":0,"failed":false}],[":http.spec.ts",{"duration":0,"failed":false}],[":axios-executor.spec.ts",{"duration":6,"failed":false}],[":transform-response.spec.ts",{"duration":17,"failed":false}],[":http.builder.spec.ts",{"duration":10,"failed":false}]]}