@dra2020/baseclient 1.0.15 → 1.0.16
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/README.md +5 -16
- package/dist/all/all.d.ts +2 -18
- package/dist/baseclient.js +1297 -167
- package/dist/baseclient.js.map +1 -1
- package/dist/filterexpr/filterexpr.d.ts +3 -0
- package/dist/fsm/fsm.d.ts +1 -0
- package/dist/geo/all.d.ts +2 -0
- package/dist/geo/geo.d.ts +67 -0
- package/dist/geo/vfeature.d.ts +4 -0
- package/dist/ot-js/otsession.d.ts +3 -0
- package/dist/poly/union.d.ts +1 -0
- package/docs/filterexpr.md +22 -0
- package/lib/all/all.ts +2 -22
- package/lib/filterexpr/filterexpr.ts +79 -5
- package/lib/fsm/fsm.ts +12 -2
- package/lib/geo/all.ts +2 -0
- package/lib/geo/geo.ts +452 -0
- package/lib/geo/vfeature.ts +34 -0
- package/lib/ot-js/otsession.ts +4 -1
- package/lib/poly/hash.ts +1 -1
- package/lib/poly/polypack.ts +12 -2
- package/lib/poly/topo.ts +26 -41
- package/lib/poly/union.ts +17 -0
- package/package.json +17 -5
- package/dist/all/allclient.d.ts +0 -18
- package/dist/base.js +0 -33010
- package/dist/base.js.map +0 -1
- package/dist/dbabstract/all.d.ts +0 -1
- package/dist/dbabstract/db.d.ts +0 -83
- package/dist/dbdynamo/all.d.ts +0 -1
- package/dist/dbdynamo/dbdynamo.d.ts +0 -190
- package/dist/fsmfile/all.d.ts +0 -1
- package/dist/fsmfile/fsmfile.d.ts +0 -47
- package/dist/jsonstream/all.d.ts +0 -1
- package/dist/jsonstream/jsonstream.d.ts +0 -130
- package/dist/lambda/all.d.ts +0 -1
- package/dist/lambda/env.d.ts +0 -10
- package/dist/lambda/lambda.d.ts +0 -18
- package/dist/logserver/all.d.ts +0 -5
- package/dist/logserver/log.d.ts +0 -11
- package/dist/logserver/logaccum.d.ts +0 -154
- package/dist/logserver/logblob.d.ts +0 -24
- package/dist/logserver/logconcat.d.ts +0 -55
- package/dist/logserver/logkey.d.ts +0 -28
- package/dist/memsqs/all.d.ts +0 -4
- package/dist/memsqs/client.d.ts +0 -13
- package/dist/memsqs/loopback.d.ts +0 -11
- package/dist/memsqs/orderedlist.d.ts +0 -19
- package/dist/memsqs/queue.d.ts +0 -84
- package/dist/memsqs/server.d.ts +0 -37
- package/dist/storage/all.d.ts +0 -4
- package/dist/storage/datablob.d.ts +0 -9
- package/dist/storage/env.d.ts +0 -10
- package/dist/storage/splitsblob.d.ts +0 -13
- package/dist/storage/storage.d.ts +0 -166
- package/dist/storages3/all.d.ts +0 -1
- package/dist/storages3/s3.d.ts +0 -62
- package/docs/dbabstract.md +0 -2
- package/docs/dbdynamo.md +0 -2
- package/docs/fsmfile.md +0 -2
- package/docs/jsonstream.md +0 -44
- package/docs/lambda.md +0 -2
- package/docs/logserver.md +0 -2
- package/docs/storage.md +0 -2
- package/docs/storages3.md +0 -2
- package/lib/all/allclient.ts +0 -19
- package/lib/dbabstract/all.ts +0 -1
- package/lib/dbabstract/db.ts +0 -246
- package/lib/dbdynamo/all.ts +0 -1
- package/lib/dbdynamo/dbdynamo.ts +0 -1551
- package/lib/fsmfile/all.ts +0 -1
- package/lib/fsmfile/fsmfile.ts +0 -236
- package/lib/jsonstream/all.ts +0 -1
- package/lib/jsonstream/jsonstream.ts +0 -940
- package/lib/lambda/all.ts +0 -1
- package/lib/lambda/env.ts +0 -13
- package/lib/lambda/lambda.ts +0 -120
- package/lib/logserver/all.ts +0 -5
- package/lib/logserver/log.ts +0 -565
- package/lib/logserver/logaccum.ts +0 -1445
- package/lib/logserver/logblob.ts +0 -84
- package/lib/logserver/logconcat.ts +0 -313
- package/lib/logserver/logkey.ts +0 -125
- package/lib/memsqs/all.ts +0 -4
- package/lib/memsqs/client.ts +0 -268
- package/lib/memsqs/loopback.ts +0 -64
- package/lib/memsqs/orderedlist.ts +0 -74
- package/lib/memsqs/queue.ts +0 -395
- package/lib/memsqs/server.ts +0 -262
- package/lib/storage/all.ts +0 -4
- package/lib/storage/datablob.ts +0 -36
- package/lib/storage/env.ts +0 -14
- package/lib/storage/splitsblob.ts +0 -63
- package/lib/storage/storage.ts +0 -604
- package/lib/storages3/all.ts +0 -1
- package/lib/storages3/s3.ts +0 -576
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dra2020/baseclient",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"description": "Utility functions for Javascript projects.",
|
|
5
5
|
"main": "dist/baseclient.js",
|
|
6
|
-
"types": "dist/all/
|
|
6
|
+
"types": "./dist/all/all.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "echo \"No test defined.\"",
|
|
9
9
|
"build": "webpack",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/dra2020/
|
|
19
|
+
"url": "git+https://github.com/dra2020/baseclient.git"
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"Typescript"
|
|
@@ -24,9 +24,21 @@
|
|
|
24
24
|
"author": "Terry Crowley",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"bugs": {
|
|
27
|
-
"url": "https://github.com/dra2020/
|
|
27
|
+
"url": "https://github.com/dra2020/baseclient/issues"
|
|
28
|
+
},
|
|
29
|
+
"homepage": "https://github.com/dra2020/baseclient#readme",
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@types/diff-match-patch": "^1.0.32",
|
|
32
|
+
"@types/geojson": "^7946.0.7",
|
|
33
|
+
"@types/node": "12.7.2",
|
|
34
|
+
"@types/object-hash": "^1.3.4",
|
|
35
|
+
"source-map-loader": "^2.0.0",
|
|
36
|
+
"ts-loader": "^8.0.14",
|
|
37
|
+
"tsify": "^5.0.2",
|
|
38
|
+
"typescript": "^4.1.3",
|
|
39
|
+
"webpack": "^5.15.0",
|
|
40
|
+
"webpack-cli": "^4.4.0"
|
|
28
41
|
},
|
|
29
|
-
"homepage": "https://github.com/dra2020/base#readme",
|
|
30
42
|
"dependencies": {
|
|
31
43
|
"@dra2020/topojson-client": "^3.2.7",
|
|
32
44
|
"@dra2020/topojson-server": "^3.0.103",
|
package/dist/all/allclient.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as Util from '../util/all';
|
|
2
|
-
export { Util };
|
|
3
|
-
import * as Context from '../context/all';
|
|
4
|
-
export { Context };
|
|
5
|
-
import * as FSM from '../fsm/all';
|
|
6
|
-
export { FSM };
|
|
7
|
-
import * as Poly from '../poly/all';
|
|
8
|
-
export { Poly };
|
|
9
|
-
import * as LogAbstract from '../logabstract/all';
|
|
10
|
-
export { LogAbstract };
|
|
11
|
-
import * as LogClient from '../logclient/all';
|
|
12
|
-
export { LogClient };
|
|
13
|
-
import * as OT from '../ot-js/all';
|
|
14
|
-
export { OT };
|
|
15
|
-
import * as OTE from '../ot-editutil/all';
|
|
16
|
-
export { OTE };
|
|
17
|
-
import { FilterExpr } from '../filterexpr/all';
|
|
18
|
-
export { FilterExpr };
|