@feathersjs/client 5.0.0-pre.6 → 5.0.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/CHANGELOG.md +209 -213
- package/README.md +2 -2
- package/dist/core.js +1833 -2135
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +2 -1
- package/dist/core.min.js.LICENSE.txt +1 -0
- package/dist/feathers.js +2186 -2673
- package/dist/feathers.js.map +1 -1
- package/dist/feathers.min.js +2 -1
- package/dist/feathers.min.js.LICENSE.txt +1 -0
- package/package.json +25 -24
- package/src/core.ts +1 -1
- package/src/feathers.ts +9 -9
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feathersjs/client",
|
|
3
3
|
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
|
|
4
|
-
"version": "5.0.0
|
|
4
|
+
"version": "5.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/feathersjs/feathers.git"
|
|
7
|
+
"url": "https://github.com/feathersjs/feathers.git",
|
|
8
|
+
"directory": "packages/client"
|
|
8
9
|
},
|
|
9
10
|
"license": "MIT",
|
|
10
11
|
"funding": {
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
"node": ">= 12"
|
|
25
26
|
},
|
|
26
27
|
"main": "dist/feathers",
|
|
27
|
-
"types": "dist/",
|
|
28
|
+
"types": "dist/feathers",
|
|
28
29
|
"files": [
|
|
29
30
|
"CHANGELOG.md",
|
|
30
31
|
"LICENSE",
|
|
@@ -48,31 +49,31 @@
|
|
|
48
49
|
"IE 11"
|
|
49
50
|
],
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"@feathersjs/authentication-client": "^5.0.0
|
|
52
|
-
"@feathersjs/errors": "^5.0.0
|
|
53
|
-
"@feathersjs/feathers": "^5.0.0
|
|
54
|
-
"@feathersjs/rest-client": "^5.0.0
|
|
55
|
-
"@feathersjs/socketio-client": "^5.0.0
|
|
52
|
+
"@feathersjs/authentication-client": "^5.0.0",
|
|
53
|
+
"@feathersjs/errors": "^5.0.0",
|
|
54
|
+
"@feathersjs/feathers": "^5.0.0",
|
|
55
|
+
"@feathersjs/rest-client": "^5.0.0",
|
|
56
|
+
"@feathersjs/socketio-client": "^5.0.0"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
|
-
"@babel/core": "^7.
|
|
59
|
-
"@babel/preset-env": "^7.
|
|
60
|
-
"@feathersjs/express": "^5.0.0
|
|
61
|
-
"@feathersjs/memory": "^5.0.0
|
|
62
|
-
"@feathersjs/socketio": "^5.0.0
|
|
63
|
-
"@feathersjs/tests": "^5.0.0
|
|
64
|
-
"babel-loader": "^
|
|
65
|
-
"mocha": "^
|
|
59
|
+
"@babel/core": "^7.21.0",
|
|
60
|
+
"@babel/preset-env": "^7.20.2",
|
|
61
|
+
"@feathersjs/express": "^5.0.0",
|
|
62
|
+
"@feathersjs/memory": "^5.0.0",
|
|
63
|
+
"@feathersjs/socketio": "^5.0.0",
|
|
64
|
+
"@feathersjs/tests": "^5.0.0",
|
|
65
|
+
"babel-loader": "^9.1.2",
|
|
66
|
+
"mocha": "^10.2.0",
|
|
66
67
|
"mocha-puppeteer": "^0.14.0",
|
|
67
68
|
"node-fetch": "^2.6.1",
|
|
68
|
-
"shx": "^0.3.
|
|
69
|
-
"socket.io-client": "^4.1
|
|
70
|
-
"superagent": "^
|
|
71
|
-
"ts-loader": "^9.2
|
|
72
|
-
"typescript": "^4.
|
|
73
|
-
"webpack": "^5.
|
|
74
|
-
"webpack-cli": "^
|
|
69
|
+
"shx": "^0.3.4",
|
|
70
|
+
"socket.io-client": "^4.6.1",
|
|
71
|
+
"superagent": "^8.0.9",
|
|
72
|
+
"ts-loader": "^9.4.2",
|
|
73
|
+
"typescript": "^4.9.5",
|
|
74
|
+
"webpack": "^5.75.0",
|
|
75
|
+
"webpack-cli": "^5.0.1",
|
|
75
76
|
"webpack-merge": "^5.8.0"
|
|
76
77
|
},
|
|
77
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
|
78
79
|
}
|
package/src/core.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@feathersjs/feathers'
|
|
1
|
+
export * from '@feathersjs/feathers'
|
package/src/feathers.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { feathers
|
|
2
|
-
import authentication from '@feathersjs/authentication-client'
|
|
3
|
-
import rest from '@feathersjs/rest-client'
|
|
4
|
-
import socketio from '@feathersjs/socketio-client'
|
|
1
|
+
import { feathers } from '@feathersjs/feathers'
|
|
2
|
+
import authentication from '@feathersjs/authentication-client'
|
|
3
|
+
import rest from '@feathersjs/rest-client'
|
|
4
|
+
import socketio from '@feathersjs/socketio-client'
|
|
5
5
|
|
|
6
|
-
export * from '@feathersjs/feathers'
|
|
7
|
-
export * as errors from '@feathersjs/errors'
|
|
8
|
-
export { authentication, rest, socketio }
|
|
9
|
-
export default feathers
|
|
6
|
+
export * from '@feathersjs/feathers'
|
|
7
|
+
export * as errors from '@feathersjs/errors'
|
|
8
|
+
export { authentication, rest, socketio }
|
|
9
|
+
export default feathers
|
|
10
10
|
|
|
11
11
|
if (typeof module !== 'undefined') {
|
|
12
|
-
module.exports = Object.assign(feathers, module.exports)
|
|
12
|
+
module.exports = Object.assign(feathers, module.exports)
|
|
13
13
|
}
|