@datapos/datapos-development 0.3.63 → 0.3.65
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 +27 -22
- package/dist/datapos-development.es.js +2159 -126
- package/dist/types/src/index.d.ts +2 -2
- package/package.json +27 -8
|
@@ -12,6 +12,6 @@ declare function echoScriptNotImplemented(name: string): void;
|
|
|
12
12
|
declare function sendDeploymentNotice(): Promise<void>;
|
|
13
13
|
declare function syncWithGitHub(): Promise<void>;
|
|
14
14
|
declare function uploadDirectoryToR2(sourceDirectory: string, uploadDirectory: string): Promise<void>;
|
|
15
|
-
declare function
|
|
15
|
+
declare function uploadModuleConfigToDO(): Promise<void>;
|
|
16
16
|
declare function uploadModuleToR2(fromPath: string, toPath: string): Promise<void>;
|
|
17
|
-
export { buildConfig, buildConnectorConfig, buildContextConfig, buildInformerConfig, buildPresenterConfig, buildPublicDirectoryIndex, bumpVersion, echoScriptNotImplemented, sendDeploymentNotice, syncWithGitHub, uploadDirectoryToR2,
|
|
17
|
+
export { buildConfig, buildConnectorConfig, buildContextConfig, buildInformerConfig, buildPresenterConfig, buildPublicDirectoryIndex, bumpVersion, echoScriptNotImplemented, sendDeploymentNotice, syncWithGitHub, uploadDirectoryToR2, uploadModuleConfigToDO, uploadModuleToR2 };
|
package/package.json
CHANGED
|
@@ -1,22 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-development",
|
|
3
|
+
"version": "0.3.65",
|
|
4
|
+
"description": "A TypeScript library of utilities for managing the Data Positioning repositories.",
|
|
3
5
|
"license": "MIT",
|
|
6
|
+
"author": "Jonathan Terrell <terrell.jm@gmail.com>",
|
|
4
7
|
"private": false,
|
|
5
8
|
"type": "module",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
9
|
+
"homepage": "https://www.datapos.app",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/data-positioning/datapos-development.git"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/data-positioning/datapos-development/issues"
|
|
16
|
+
},
|
|
10
17
|
"module": "./dist/datapos-development.es.js",
|
|
18
|
+
"types": "./dist/types/src/index.d.ts",
|
|
11
19
|
"exports": {
|
|
12
20
|
".": {
|
|
13
21
|
"import": "./dist/datapos-development.es.js",
|
|
14
22
|
"types": "./dist/types/src/index.d.ts"
|
|
15
23
|
}
|
|
16
24
|
},
|
|
17
|
-
"
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
18
28
|
"devDependencies": {
|
|
19
|
-
"@datapos/datapos-
|
|
29
|
+
"@datapos/datapos-development": "^0.3.64",
|
|
30
|
+
"@datapos/datapos-shared": "^0.3.158",
|
|
20
31
|
"@types/node": "^24.10.0",
|
|
21
32
|
"@typescript-eslint/eslint-plugin": "^8.46.3",
|
|
22
33
|
"@typescript-eslint/parser": "^8.46.3",
|
|
@@ -29,17 +40,19 @@
|
|
|
29
40
|
"npm-check-updates": "^19.1.2",
|
|
30
41
|
"prettier": "^3.6.2",
|
|
31
42
|
"retire": "^5.3.0",
|
|
43
|
+
"ts-to-zod": "^5.0.1",
|
|
32
44
|
"type-fest": "^5.2.0",
|
|
33
45
|
"typescript": "^5.9.3",
|
|
34
46
|
"vite": "^7.2.2",
|
|
35
|
-
"vite-plugin-dts": "^4.5.4"
|
|
47
|
+
"vite-plugin-dts": "^4.5.4",
|
|
48
|
+
"zod": "^4.1.12"
|
|
36
49
|
},
|
|
37
50
|
"scripts": {
|
|
38
51
|
"audit": "npm audit",
|
|
39
52
|
"build": "vite build",
|
|
40
53
|
"bump:version": "node -e \"import('./dist/datapos-development.es.js').then(m => m.bumpVersion())\"",
|
|
41
54
|
"check": "npm outdated; npm-check-updates -i && retire",
|
|
42
|
-
"document": "
|
|
55
|
+
"document": "npm run _document:licenceReport && npm run _document:licenceCheck",
|
|
43
56
|
"format": "prettier --write src/",
|
|
44
57
|
"lint": "eslint .",
|
|
45
58
|
"publish:toNPM": "npm publish --access public",
|
|
@@ -47,6 +60,12 @@
|
|
|
47
60
|
"sync:withGitHub": "npm run bump:version && node -e \"import('./dist/datapos-development.es.js').then(m => m.syncWithGitHub())\"",
|
|
48
61
|
"test": "node -e \"import('./dist/datapos-development.es.js').then(m => m.echoScriptNotImplemented('Test'))\"",
|
|
49
62
|
"update:dataPosDeps": "npm run _update:developDeps",
|
|
63
|
+
"_document:licenceReport": "license-report --only=prod,peer > LICENSES.json",
|
|
64
|
+
"_document:licenceCheck": "license-report-check --source ./LICENSES.json --allowed 'MIT' --allowed 'n/a' --allowed 'Apache-2.0' --output=table",
|
|
50
65
|
"_update:developDeps": "npm install --save-dev @datapos/datapos-development@latest"
|
|
66
|
+
},
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">=22.0.0",
|
|
69
|
+
"npm": ">=11.0.0"
|
|
51
70
|
}
|
|
52
71
|
}
|