Compare commits
10 Commits
38c233bf06
...
5414142deb
Author | SHA1 | Date | |
---|---|---|---|
5414142deb | |||
9649b3e4a8 | |||
ac28f05a23 | |||
0f9b261f3e | |||
15fa4305b9 | |||
831e0b8933 | |||
7d808972c9 | |||
e7d7ec806e | |||
2ecc541989 | |||
22dddb0e11 |
@ -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
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
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 { commitinfo } from './00_commitinfo_data.js';
|
||||
|
Loading…
x
Reference in New Issue
Block a user