fix(smartdata): Bump @push.rocks/smartdata to ^7.0.13 in deno.json

This commit is contained in:
2025-11-28 11:50:49 +00:00
parent f434b163ef
commit bca443f2c9
4 changed files with 45 additions and 6 deletions

31
changelog.md Normal file
View File

@@ -0,0 +1,31 @@
# Changelog
## 2025-11-28 - 1.0.1 - fix(smartdata)
Bump @push.rocks/smartdata to ^7.0.13 in deno.json
- Updated deno.json imports mapping for @push.rocks/smartdata from ^7.0.9 to ^7.0.13
## 2025-11-28 - 1.0.0 - Initial release
Release with core features, UI, and project scaffolding.
- Implemented account settings and API tokens management.
- SettingsComponent: user profile management (display name updates, password change).
- TokensComponent: create and revoke API tokens.
- Application layout and navigation:
- LayoutComponent for consistent layout, navigation, and user session display.
- Main entry points added (index.html, main.ts).
- UI and styling:
- Integrated Tailwind CSS for responsive design and styling.
- UI updates and refinements.
- Integrated toast notifications for user feedback.
- Code quality and tooling:
- Refactored code structure for improved readability and maintainability.
- Configured TypeScript with strict type checking and module resolution.
- Dependency updates and fixes.
## 2025-11-27 - 2025-11-28 - unknown -> 1.0.0 - housekeeping / duplicate commits
Minor housekeeping and duplicate commits consolidated into the 1.0.0 release.
- Added initial README with project overview, features, and setup instructions.
- Consolidated a duplicate "feat: add account settings and API tokens management" commit (unknown version) into the 1.0.0 release.
- Miscellaneous UI tweaks and dependency updates.

View File

@@ -11,7 +11,7 @@
},
"imports": {
"@push.rocks/smartregistry": "npm:@push.rocks/smartregistry@^2.5.0",
"@push.rocks/smartdata": "npm:@push.rocks/smartdata@^7.0.9",
"@push.rocks/smartdata": "npm:@push.rocks/smartdata@^7.0.13",
"@push.rocks/smartbucket": "npm:@push.rocks/smartbucket@^4.3.0",
"@push.rocks/smartlog": "npm:@push.rocks/smartlog@^3.1.0",
"@push.rocks/smartenv": "npm:@push.rocks/smartenv@^6.0.0",

10
deno.lock generated
View File

@@ -18,7 +18,7 @@
"npm:@push.rocks/smartbucket@^4.3.0": "4.3.0",
"npm:@push.rocks/smartcli@4": "4.0.19",
"npm:@push.rocks/smartcrypto@2": "2.0.4",
"npm:@push.rocks/smartdata@^7.0.9": "7.0.9",
"npm:@push.rocks/smartdata@^7.0.13": "7.0.13",
"npm:@push.rocks/smartdelay@3": "3.0.5",
"npm:@push.rocks/smartenv@6": "6.0.0",
"npm:@push.rocks/smartjwt@^2.2.0": "2.2.1",
@@ -931,8 +931,8 @@
],
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartdata/-/smartdata-5.16.7.tgz"
},
"@push.rocks/smartdata@7.0.9": {
"integrity": "sha512-50U4qVwqdWtfImH3KueJ4Kk1ZgXJI2MRe1yMbe41NwOeYsriJOfpu9LnpXFzCTx1750jAsDV/7W+JjKcKSHVFA==",
"@push.rocks/smartdata@7.0.13": {
"integrity": "sha512-IfkCG8kdxjWZ1kcISGbkSEX/xTnC+3GtHgN4IdP/BetW6JHRmoNKoNSkHeiVybv+LnI+QTENX8lDLltN0+q/SQ==",
"dependencies": [
"@push.rocks/lik",
"@push.rocks/smartdelay",
@@ -947,7 +947,7 @@
"@tsclass/tsclass@9.3.0",
"mongodb@7.0.0"
],
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartdata/-/smartdata-7.0.9.tgz"
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartdata/-/smartdata-7.0.13.tgz"
},
"@push.rocks/smartdelay@3.0.5": {
"integrity": "sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==",
@@ -3930,7 +3930,7 @@
"npm:@push.rocks/smartbucket@^4.3.0",
"npm:@push.rocks/smartcli@4",
"npm:@push.rocks/smartcrypto@2",
"npm:@push.rocks/smartdata@^7.0.9",
"npm:@push.rocks/smartdata@^7.0.13",
"npm:@push.rocks/smartdelay@3",
"npm:@push.rocks/smartenv@6",
"npm:@push.rocks/smartjwt@^2.2.0",

8
ts/00_commitinfo_data.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@stack.gallery/registry',
version: '1.0.1',
description: 'Enterprise-grade multi-protocol package registry'
}