sos-inventory-db 1.0.0 → 1.0.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.
- package/package.json +9 -5
package/package.json
CHANGED
|
@@ -1,26 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sos-inventory-db",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A schema‑driven relational database model for SOS Inventory, including full API contract definitions and ingestion support for SQLite, PostgreSQL, MariaDB, MySQL, and SQL Server.",
|
|
5
5
|
"type": "commonjs",
|
|
6
|
-
|
|
7
6
|
"main": "./dist/index.cjs",
|
|
8
7
|
"exports": {
|
|
9
8
|
"import": "./dist/index.mjs",
|
|
10
9
|
"require": "./dist/index.cjs"
|
|
11
10
|
},
|
|
12
|
-
|
|
13
11
|
"files": [
|
|
14
12
|
"dist/",
|
|
15
13
|
"README.md",
|
|
16
14
|
"LICENSE"
|
|
17
15
|
],
|
|
18
|
-
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/clubside/sos-inventory-db.git"
|
|
19
|
+
},
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/clubside/sos-inventory-db/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/clubside/sos-inventory-db#readme",
|
|
19
24
|
"scripts": {
|
|
20
25
|
"build": "node build.js",
|
|
21
26
|
"test": "node test/sos-download-test.js"
|
|
22
27
|
},
|
|
23
|
-
|
|
24
28
|
"keywords": [
|
|
25
29
|
"sos-inventory",
|
|
26
30
|
"sos inventory",
|