@furystack/rest 5.0.1 → 5.0.3
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/esm/endpoint-models/index.d.ts +6 -0
- package/{types → esm}/endpoint-models/index.d.ts.map +1 -1
- package/esm/endpoint-models/index.js +5 -5
- package/esm/endpoint-models/index.js.map +1 -1
- package/esm/index.d.ts +7 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +6 -6
- package/esm/index.js.map +1 -1
- package/{types → esm}/rest-api.d.ts +1 -1
- package/{types → esm}/rest-api.d.ts.map +1 -1
- package/package.json +6 -15
- package/src/endpoint-models/index.ts +5 -5
- package/src/index.ts +6 -6
- package/src/rest-api.ts +1 -1
- package/types/endpoint-models/index.d.ts +0 -6
- package/types/index.d.ts +0 -7
- package/types/index.d.ts.map +0 -1
- /package/{types → esm}/deserialize-query-string.d.ts +0 -0
- /package/{types → esm}/deserialize-query-string.d.ts.map +0 -0
- /package/{types → esm}/endpoint-models/delete-endpoint.d.ts +0 -0
- /package/{types → esm}/endpoint-models/delete-endpoint.d.ts.map +0 -0
- /package/{types → esm}/endpoint-models/get-collection-endpoint.d.ts +0 -0
- /package/{types → esm}/endpoint-models/get-collection-endpoint.d.ts.map +0 -0
- /package/{types → esm}/endpoint-models/get-endpoint.d.ts +0 -0
- /package/{types → esm}/endpoint-models/get-endpoint.d.ts.map +0 -0
- /package/{types → esm}/endpoint-models/patch-endpoint.d.ts +0 -0
- /package/{types → esm}/endpoint-models/patch-endpoint.d.ts.map +0 -0
- /package/{types → esm}/endpoint-models/post-endpoint.d.ts +0 -0
- /package/{types → esm}/endpoint-models/post-endpoint.d.ts.map +0 -0
- /package/{types → esm}/methods.d.ts +0 -0
- /package/{types → esm}/methods.d.ts.map +0 -0
- /package/{types → esm}/request-error.d.ts +0 -0
- /package/{types → esm}/request-error.d.ts.map +0 -0
- /package/{types → esm}/serialize-to-query-string.d.ts +0 -0
- /package/{types → esm}/serialize-to-query-string.d.ts.map +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/endpoint-models/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/endpoint-models/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oBAAoB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './delete-endpoint';
|
|
2
|
-
export * from './get-collection-endpoint';
|
|
3
|
-
export * from './get-endpoint';
|
|
4
|
-
export * from './patch-endpoint';
|
|
5
|
-
export * from './post-endpoint';
|
|
1
|
+
export * from './delete-endpoint.js';
|
|
2
|
+
export * from './get-collection-endpoint.js';
|
|
3
|
+
export * from './get-endpoint.js';
|
|
4
|
+
export * from './patch-endpoint.js';
|
|
5
|
+
export * from './post-endpoint.js';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/endpoint-models/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/endpoint-models/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oBAAoB,CAAA"}
|
package/esm/index.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './deserialize-query-string.js';
|
|
2
|
+
export * from './methods.js';
|
|
3
|
+
export * from './rest-api.js';
|
|
4
|
+
export * from './request-error.js';
|
|
5
|
+
export * from './endpoint-models/index.js';
|
|
6
|
+
export * from './serialize-to-query-string.js';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA"}
|
package/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './deserialize-query-string';
|
|
2
|
-
export * from './methods';
|
|
3
|
-
export * from './rest-api';
|
|
4
|
-
export * from './request-error';
|
|
5
|
-
export * from './endpoint-models';
|
|
6
|
-
export * from './serialize-to-query-string';
|
|
1
|
+
export * from './deserialize-query-string.js';
|
|
2
|
+
export * from './methods.js';
|
|
3
|
+
export * from './rest-api.js';
|
|
4
|
+
export * from './request-error.js';
|
|
5
|
+
export * from './endpoint-models/index.js';
|
|
6
|
+
export * from './serialize-to-query-string.js';
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
package/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rest-api.d.ts","sourceRoot":"","sources":["../src/rest-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"rest-api.d.ts","sourceRoot":"","sources":["../src/rest-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AAE1C,MAAM,MAAM,OAAO,GAAG;KACnB,OAAO,IAAI,MAAM,CAAC,CAAC,EAAE;QACpB,CAAC,IAAI,EAAE,MAAM,GAAG;YAAE,MAAM,EAAE,OAAO,CAAC;YAAC,GAAG,CAAC,EAAE,OAAO,CAAC;YAAC,KAAK,CAAC,EAAE,OAAO,CAAC;YAAC,IAAI,CAAC,EAAE,OAAO,CAAC;YAAC,OAAO,CAAC,EAAE,OAAO,CAAA;SAAE,CAAA;KACvG;CACF,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@furystack/rest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Generic REST package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -8,16 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
-
"import": "./esm/index.js"
|
|
12
|
-
"types": "./types/index.d.ts"
|
|
13
|
-
},
|
|
14
|
-
"./package.json": "./package.json"
|
|
15
|
-
},
|
|
16
|
-
"typesVersions": {
|
|
17
|
-
"*": {
|
|
18
|
-
"*": [
|
|
19
|
-
"types/*"
|
|
20
|
-
]
|
|
11
|
+
"import": "./esm/index.js"
|
|
21
12
|
}
|
|
22
13
|
},
|
|
23
14
|
"files": [
|
|
@@ -46,13 +37,13 @@
|
|
|
46
37
|
},
|
|
47
38
|
"homepage": "https://github.com/furystack/furystack",
|
|
48
39
|
"dependencies": {
|
|
49
|
-
"@furystack/core": "^12.0.
|
|
50
|
-
"@furystack/inject": "^8.0.
|
|
40
|
+
"@furystack/core": "^12.0.3",
|
|
41
|
+
"@furystack/inject": "^8.0.3"
|
|
51
42
|
},
|
|
52
43
|
"devDependencies": {
|
|
53
|
-
"@types/node": "^
|
|
44
|
+
"@types/node": "^20.1.3",
|
|
54
45
|
"typescript": "^5.0.4",
|
|
55
|
-
"vitest": "^0.
|
|
46
|
+
"vitest": "^0.31.0"
|
|
56
47
|
},
|
|
57
48
|
"gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
|
|
58
49
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './delete-endpoint'
|
|
2
|
-
export * from './get-collection-endpoint'
|
|
3
|
-
export * from './get-endpoint'
|
|
4
|
-
export * from './patch-endpoint'
|
|
5
|
-
export * from './post-endpoint'
|
|
1
|
+
export * from './delete-endpoint.js'
|
|
2
|
+
export * from './get-collection-endpoint.js'
|
|
3
|
+
export * from './get-endpoint.js'
|
|
4
|
+
export * from './patch-endpoint.js'
|
|
5
|
+
export * from './post-endpoint.js'
|
package/src/index.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './deserialize-query-string'
|
|
2
|
-
export * from './methods'
|
|
3
|
-
export * from './rest-api'
|
|
4
|
-
export * from './request-error'
|
|
5
|
-
export * from './endpoint-models'
|
|
6
|
-
export * from './serialize-to-query-string'
|
|
1
|
+
export * from './deserialize-query-string.js'
|
|
2
|
+
export * from './methods.js'
|
|
3
|
+
export * from './rest-api.js'
|
|
4
|
+
export * from './request-error.js'
|
|
5
|
+
export * from './endpoint-models/index.js'
|
|
6
|
+
export * from './serialize-to-query-string.js'
|
package/src/rest-api.ts
CHANGED
package/types/index.d.ts
DELETED
package/types/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,6BAA6B,CAAA"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|