@dangl/ava-model 2.25.6-add-basic-npm-pa0011 → 2.25.6-add-basic-npm-pa0018
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/dist/version.js +6 -6
- package/ng-package.json +6 -0
- package/package.json +2 -2
- package/src/version.ts +6 -6
package/dist/version.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// This file is automatically generated as part of the build process
|
|
2
2
|
export const avaModelsVersion = {
|
|
3
|
-
version: "2.25.6-add-basic-npm-
|
|
4
|
-
commitInfo: "Branch.feature-add-basic-npm-package.Sha.
|
|
5
|
-
commitDate: "2025-08-
|
|
6
|
-
commitHash: "
|
|
7
|
-
informationalVersion: "2.25.6-add-basic-npm-package.
|
|
8
|
-
buildDateUtc: new Date(Date.UTC(2025, 7,
|
|
3
|
+
version: "2.25.6-add-basic-npm-pa0018",
|
|
4
|
+
commitInfo: "Branch.feature-add-basic-npm-package.Sha.5cfdbd90045ae116f2268644788b60455406f0fb",
|
|
5
|
+
commitDate: "2025-08-07",
|
|
6
|
+
commitHash: "5cfdbd90045ae116f2268644788b60455406f0fb",
|
|
7
|
+
informationalVersion: "2.25.6-add-basic-npm-package.18+Branch.feature-add-basic-npm-package.Sha.5cfdbd90045ae116f2268644788b60455406f0fb",
|
|
8
|
+
buildDateUtc: new Date(Date.UTC(2025, 7, 7, 11, 53, 28))
|
|
9
9
|
};
|
package/ng-package.json
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dangl/ava-model",
|
|
3
|
-
"version": "2.25.6-add-basic-npm-
|
|
3
|
+
"version": "2.25.6-add-basic-npm-pa0018",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"keywords": [],
|
|
13
13
|
"author": "",
|
|
14
14
|
"type": "commonjs",
|
|
15
|
-
"
|
|
15
|
+
"peerDependencies": {
|
|
16
16
|
"typescript": "^5.9.2"
|
|
17
17
|
}
|
|
18
18
|
}
|
package/src/version.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// This file is automatically generated as part of the build process
|
|
2
2
|
|
|
3
3
|
export const avaModelsVersion = {
|
|
4
|
-
version: "2.25.6-add-basic-npm-
|
|
5
|
-
commitInfo: "Branch.feature-add-basic-npm-package.Sha.
|
|
6
|
-
commitDate: "2025-08-
|
|
7
|
-
commitHash: "
|
|
8
|
-
informationalVersion: "2.25.6-add-basic-npm-package.
|
|
9
|
-
buildDateUtc: new Date(Date.UTC(2025, 7,
|
|
4
|
+
version: "2.25.6-add-basic-npm-pa0018",
|
|
5
|
+
commitInfo: "Branch.feature-add-basic-npm-package.Sha.5cfdbd90045ae116f2268644788b60455406f0fb",
|
|
6
|
+
commitDate: "2025-08-07",
|
|
7
|
+
commitHash: "5cfdbd90045ae116f2268644788b60455406f0fb",
|
|
8
|
+
informationalVersion: "2.25.6-add-basic-npm-package.18+Branch.feature-add-basic-npm-package.Sha.5cfdbd90045ae116f2268644788b60455406f0fb",
|
|
9
|
+
buildDateUtc: new Date(Date.UTC(2025, 7, 7, 11, 53, 28))
|
|
10
10
|
}
|