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

View File

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

32
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,11 @@
/** /**
* autocreated commitinfo by @pushrocks/commitinfo * autocreated commitinfo by @pushrocks/commitinfo
*/ */
export const version: string = '1.0.7'; export const name: string = '@pushrocks/commitinfo';
export default version; 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'
}

View File

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

View File

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