Compare commits

...

10 Commits

Author SHA1 Message Date
5414142deb switch to new org scheme 2023-07-10 23:54:19 +02:00
9649b3e4a8 switch to new org scheme 2023-07-10 02:41:05 +02:00
ac28f05a23 1.0.11 2022-04-28 16:26:38 +02:00
0f9b261f3e fix(core): update 2022-04-28 16:26:38 +02:00
15fa4305b9 1.0.10 2022-04-28 16:25:24 +02:00
831e0b8933 fix(core): update 2022-04-28 16:25:23 +02:00
7d808972c9 1.0.9 2022-04-28 16:19:22 +02:00
e7d7ec806e fix(core): update 2022-04-28 16:19:22 +02:00
2ecc541989 1.0.8 2022-04-28 11:24:27 +02:00
22dddb0e11 fix(core): update 2022-04-28 11:24:27 +02:00
7 changed files with 6889 additions and 28 deletions

@ -3,10 +3,10 @@
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "commitinfo",
"description": "bake commitinfos into code",
"npmPackagename": "@pushrocks/commitinfo",
"npmPackagename": "@push.rocks/commitinfo",
"license": "MIT",
"projectDomain": "push.rocks"
}

32
package-lock.json generated

@ -1,24 +1,24 @@
{
"name": "@pushrocks/commitinfo",
"version": "1.0.7",
"version": "1.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/commitinfo",
"version": "1.0.7",
"version": "1.0.11",
"license": "MIT",
"dependencies": {
"@pushrocks/projectinfo": "^5.0.1",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartversion": "^3.0.1"
"@pushrocks/smartversion": "^3.0.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.27"
"@types/node": "^17.0.29"
}
},
"node_modules/@ampproject/remapping": {
@ -4252,9 +4252,9 @@
"license": "MIT"
},
"node_modules/@pushrocks/smartversion": {
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.1.tgz",
"integrity": "sha512-OopNJqvwfGFVkiar2gDAQHtsEJCup0/Wt+MG10kVOmXiFF3474u7+29NOLmV0P3SuwWaUOHyxQkothOz1bUeGw==",
"version": "3.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.2.tgz",
"integrity": "sha512-6JxwbNzzyy+bdQW+u0Ux5NpBFffvsbfXMlwqTuce6wC+k6+WQTr0tJyHhZ4oAkybNUSFdzV6gvqMlB67+UAZeQ==",
"license": "MIT",
"dependencies": {
"@types/semver": "^7.3.9",
@ -4786,9 +4786,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "17.0.27",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.27.tgz",
"integrity": "sha512-4/Ke7bbWOasuT3kceBZFGakP1dYN2XFd8v2l9bqF2LNWrmeU07JLpp56aEeG6+Q3olqO5TvXpW0yaiYnZJ5CXg==",
"version": "17.0.29",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.29.tgz",
"integrity": "sha512-tx5jMmMFwx7wBwq/V7OohKDVb/JwJU5qCVkeLMh1//xycAJ/ESuw9aJ9SEtlCZDYi2pBfe4JkisSoAtbOsBNAA==",
"license": "MIT"
},
"node_modules/@types/parse-json": {
@ -13873,9 +13873,9 @@
"integrity": "sha512-6KGnf2vHR7hW4mQpAD7gkDVL3QVML3jb/No/Uw+qCqvs0TaQr60Yjm+CXoLxJNCKwmrL+I1yx8mhAHBHfYJiJA=="
},
"@pushrocks/smartversion": {
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.1.tgz",
"integrity": "sha512-OopNJqvwfGFVkiar2gDAQHtsEJCup0/Wt+MG10kVOmXiFF3474u7+29NOLmV0P3SuwWaUOHyxQkothOz1bUeGw==",
"version": "3.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.2.tgz",
"integrity": "sha512-6JxwbNzzyy+bdQW+u0Ux5NpBFffvsbfXMlwqTuce6wC+k6+WQTr0tJyHhZ4oAkybNUSFdzV6gvqMlB67+UAZeQ==",
"requires": {
"@types/semver": "^7.3.9",
"semver": "^7.3.5"
@ -14305,9 +14305,9 @@
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
},
"@types/node": {
"version": "17.0.27",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.27.tgz",
"integrity": "sha512-4/Ke7bbWOasuT3kceBZFGakP1dYN2XFd8v2l9bqF2LNWrmeU07JLpp56aEeG6+Q3olqO5TvXpW0yaiYnZJ5CXg=="
"version": "17.0.29",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.29.tgz",
"integrity": "sha512-tx5jMmMFwx7wBwq/V7OohKDVb/JwJU5qCVkeLMh1//xycAJ/ESuw9aJ9SEtlCZDYi2pBfe4JkisSoAtbOsBNAA=="
},
"@types/parse-json": {
"version": "4.0.0",

@ -1,6 +1,6 @@
{
"name": "@pushrocks/commitinfo",
"version": "1.0.7",
"name": "@push.rocks/commitinfo",
"version": "1.0.11",
"private": false,
"description": "bake commitinfos into code",
"main": "dist_ts/index.js",
@ -17,7 +17,7 @@
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.27"
"@types/node": "^17.0.29"
},
"browserslist": [
"last 1 chrome versions"
@ -37,6 +37,6 @@
"dependencies": {
"@pushrocks/projectinfo": "^5.0.1",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartversion": "^3.0.1"
"@pushrocks/smartversion": "^3.0.2"
}
}
}

6851
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

@ -1,5 +1,11 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const version: string = '1.0.7';
export default version;
export const name: string = '@pushrocks/commitinfo';
export const version: string = '1.0.11';
export const description: string = 'bake commitinfos into code'
export const commitinfo = {
name: '@pushrocks/commitinfo',
version: '1.0.11',
description: 'bake commitinfos into code'
}

@ -25,8 +25,11 @@ export class CommitInfo {
`/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const version: string = '${expectedDefinitiveVersion.versionString}';
export default version;
export const commitinfo = {
name: '${this.projectinfoNpmRef.name}',
version: '${expectedDefinitiveVersion.versionString}',
description: '${this.projectinfoNpmRef.packageJson.description}'
}
`,
writePath
);

@ -1 +1,2 @@
export * from './commitinfo.classes.commitinfo.js';
export * from './commitinfo.classes.commitinfo.js';
export { commitinfo } from './00_commitinfo_data.js';