@twin.org/document-management-service 0.0.1 → 0.0.2-next.2

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.
@@ -28,14 +28,6 @@ The options for the service.
28
28
 
29
29
  ## Properties
30
30
 
31
- ### NAMESPACE
32
-
33
- > `readonly` `static` **NAMESPACE**: `string` = `"documents"`
34
-
35
- The namespace supported by the document management service.
36
-
37
- ***
38
-
39
31
  ### CLASS\_NAME
40
32
 
41
33
  > `readonly` **CLASS\_NAME**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/document-management-service",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-next.2",
4
4
  "description": "Document management contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,79 +13,22 @@
13
13
  "engines": {
14
14
  "node": ">=20.0.0"
15
15
  },
16
- "scripts": {
17
- "clean": "rimraf dist coverage docs/reference",
18
- "build": "tsc",
19
- "dev": "nodemon --watch src --ext ts --exec \"npm run build && npm run bundle:esm\"",
20
- "test": "vitest --run --config ./vitest.config.ts --no-cache",
21
- "coverage": "vitest --run --coverage --config ./vitest.config.ts --no-cache",
22
- "bundle:esm": "rollup --config rollup.config.mjs --environment MODULE:esm",
23
- "bundle:cjs": "rollup --config rollup.config.mjs --environment MODULE:cjs",
24
- "bundle": "npm run bundle:esm && npm run bundle:cjs",
25
- "docs:clean": "rimraf docs/reference",
26
- "docs:generate": "typedoc",
27
- "docs:api": "ts-to-openapi ./ts-to-openapi.json ./docs/open-api/spec.json",
28
- "docs": "npm run docs:clean && npm run docs:generate && npm run docs:api",
29
- "dist": "npm run clean && npm run build && npm run test && npm run bundle && npm run docs",
30
- "dist:no-test": "npm run clean && npm run build && npm run bundle && npm run docs",
31
- "prepare": "ts-patch install -s"
32
- },
33
16
  "dependencies": {
34
- "@twin.org/api-models": "^0.0.2-next.1",
35
- "@twin.org/attestation-models": "^0.0.1",
36
- "@twin.org/auditable-item-graph-models": "^0.0.1",
37
- "@twin.org/blob-storage-models": "^0.0.1",
38
- "@twin.org/data-processing-models": "^0.0.1",
39
- "@twin.org/document-management-models": "^0.0.1",
40
- "@twin.org/core": "^0.0.1",
41
- "@twin.org/crypto": "^0.0.1",
42
- "@twin.org/data-json-ld": "^0.0.1",
43
- "@twin.org/entity": "^0.0.1",
44
- "@twin.org/entity-storage-models": "^0.0.1",
45
- "@twin.org/nameof": "^0.0.1",
46
- "@twin.org/standards-schema-org": "^0.0.1",
47
- "@twin.org/standards-unece": "^0.0.1",
48
- "@twin.org/web": "^0.0.1"
49
- },
50
- "devDependencies": {
51
- "@twin.org/attestation-connector-nft": "^0.0.1",
52
- "@twin.org/attestation-service": "^0.0.1",
53
- "@twin.org/auditable-item-graph-service": "^0.0.1",
54
- "@twin.org/background-task-models": "^0.0.2-next.2",
55
- "@twin.org/background-task-connector-entity-storage": "^0.0.2-next.2",
56
- "@twin.org/blob-storage-connector-memory": "^0.0.1",
57
- "@twin.org/blob-storage-service": "^0.0.1",
58
- "@twin.org/data-processing-converters": "^0.0.1",
59
- "@twin.org/data-processing-extractors": "^0.0.1",
60
- "@twin.org/data-processing-service": "^0.0.1",
61
- "@twin.org/entity-storage-connector-memory": "^0.0.1",
62
- "@twin.org/identity-connector-entity-storage": "^0.0.1",
63
- "@twin.org/identity-models": "^0.0.1",
64
- "@twin.org/immutable-proof-models": "^0.0.1",
65
- "@twin.org/immutable-proof-service": "^0.0.1",
66
- "@twin.org/modules": "^0.0.1",
67
- "@twin.org/nft-connector-entity-storage": "^0.0.1",
68
- "@twin.org/nft-models": "^0.0.1",
69
- "@twin.org/nameof-transformer": "^0.0.1",
70
- "@twin.org/nameof-vitest-plugin": "^0.0.1",
71
- "@twin.org/ts-to-openapi": "^0.0.1",
72
- "@twin.org/vault-models": "^0.0.1",
73
- "@twin.org/vault-connector-entity-storage": "^0.0.1",
74
- "@twin.org/verifiable-storage-models": "^0.0.1",
75
- "@twin.org/verifiable-storage-connector-entity-storage": "^0.0.1",
76
- "@twin.org/wallet-models": "^0.0.1",
77
- "@twin.org/wallet-connector-entity-storage": "^0.0.1",
78
- "@types/node": "24.0.1",
79
- "@vitest/coverage-v8": "3.2.3",
80
- "copyfiles": "2.4.1",
81
- "nodemon": "3.1.10",
82
- "rimraf": "6.0.1",
83
- "rollup": "4.43.0",
84
- "ts-patch": "3.3.0",
85
- "typedoc": "0.28.5",
86
- "typedoc-plugin-markdown": "4.6.4",
87
- "typescript": "5.8.3",
88
- "vitest": "3.2.3"
17
+ "@twin.org/api-models": "next",
18
+ "@twin.org/attestation-models": "next",
19
+ "@twin.org/auditable-item-graph-models": "next",
20
+ "@twin.org/blob-storage-models": "next",
21
+ "@twin.org/core": "next",
22
+ "@twin.org/crypto": "next",
23
+ "@twin.org/data-json-ld": "next",
24
+ "@twin.org/data-processing-models": "next",
25
+ "@twin.org/document-management-models": "0.0.2-next.2",
26
+ "@twin.org/entity": "next",
27
+ "@twin.org/entity-storage-models": "next",
28
+ "@twin.org/nameof": "next",
29
+ "@twin.org/standards-schema-org": "next",
30
+ "@twin.org/standards-unece": "next",
31
+ "@twin.org/web": "next"
89
32
  },
90
33
  "main": "./dist/cjs/index.cjs",
91
34
  "module": "./dist/esm/index.mjs",