@digital4better/data 1.2.20 → 1.2.21
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digital4better/data",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.21",
|
|
4
4
|
"description": "Digital4Better Open Data",
|
|
5
5
|
"license": "ODbL-1.0",
|
|
6
6
|
"engines": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build": "yarn build:data && yarn build:site",
|
|
19
19
|
"build:data": "ts-node .",
|
|
20
20
|
"build:site": "vite build --base=/data/",
|
|
21
|
-
"preversion": "git add --all",
|
|
21
|
+
"preversion": "node .github/workflows/update-release-date.js && git add --all",
|
|
22
22
|
"postversion": "git push --tags && yarn publish --access=public && git push"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
@@ -43,5 +43,6 @@
|
|
|
43
43
|
"package.json",
|
|
44
44
|
"README.md",
|
|
45
45
|
"LICENSE"
|
|
46
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"releaseDate": "2025-04-15T11:54:35.998Z"
|
|
47
48
|
}
|