fix(core): Corrected package and npm extra configuration to ensure consistent naming.

This commit is contained in:
Philipp Kunz 2024-12-18 20:28:10 +01:00
parent aa7b37f797
commit d9989c903c
5 changed files with 22 additions and 6 deletions

16
changelog.md Normal file
View File

@ -0,0 +1,16 @@
# Changelog
## 2024-12-18 - 1.0.5 - fix(core)
Corrected package and npm extra configuration to ensure consistent naming.
- Updated 'name' field in package.json from '@signature.digital/portablecontract' to '@signature.digital/tools'.
- Updated 'gitrepo' in npmextra.json from 'portablecontract' to 'tools'.
- Updated 'npmPackagename' in npmextra.json from '@signature.digital/portablecontract' to '@signature.digital/tools'.
## 2023-11-22 to 2023-11-28 - 1.0.1 to 1.0.4 - core updates
Fixes and updates in the core component.
- Updated core module to enhance performance and fix minor bugs in version 1.0.1
- Subsequent updates to core module for improved stability in version 1.0.2
- Applied additional fixes and improvements in version 1.0.3
- Finalized core updates in version 1.0.4

View File

@ -4,9 +4,9 @@
"module": {
"githost": "gitlab.com",
"gitscope": "signature.digital",
"gitrepo": "portablecontract",
"gitrepo": "tools",
"description": "a package that defines standard tools for working with contracts.",
"npmPackagename": "@signature.digital/portablecontract",
"npmPackagename": "@signature.digital/tools",
"license": "MIT",
"projectDomain": "signature.digital"
}

View File

@ -1,5 +1,5 @@
{
"name": "@signature.digital/portablecontract",
"name": "@signature.digital/tools",
"version": "1.0.4",
"private": false,
"description": "a package that defines standard tools for working with contracts.",

0
readme.hints.md Normal file
View File

View File

@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@signature.digital/portablecontract',
version: '1.0.4',
name: '@signature.digital/tools',
version: '1.0.5',
description: 'a package that defines standard tools for working with contracts.'
}