Skip to content

Commit efd8fb6

Browse files
committed
chore: bump version to 1.7.1 across monorepo packages and update sparx64 dependency
Updated version from 1.6.2 to 1.7.1 in root package.json, pyproject.toml, and all TypeScript packages (randflake and sparx64) in jsr.json and package.json files. Also bumped the sparx64 dependency in randflake package.json to ^1.7.1 for consistency.
1 parent e8840e5 commit efd8fb6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randflake-monorepo",
3-
"version": "1.6.2",
3+
"version": "1.7.1",
44
"private": true,
55
"description": "Distributed unique ID generator with encryption",
66
"workspaces": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "randflake"
7-
version = "1.6.2"
7+
version = "1.7.1"
88
description = "A Python implementation the Randflake ID: a distributed, uniform, unpredictable, unique random ID generator."
99
authors = [
1010
{name = "GoSuda"}

src/randflake-ts/randflake/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe/randflake",
3-
"version": "1.6.2",
3+
"version": "1.7.1",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": [

src/randflake-ts/randflake/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randflake",
3-
"version": "1.6.2",
3+
"version": "1.7.1",
44
"description": "TypeScript implementation of randflake ID generator",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -21,7 +21,7 @@
2121
"dist"
2222
],
2323
"dependencies": {
24-
"sparx64": "^1.6.2"
24+
"sparx64": "^1.7.1"
2525
},
2626
"devDependencies": {
2727
"typescript": "^5.2.2",

src/randflake-ts/sparx64/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe/sparx64",
3-
"version": "1.6.2",
3+
"version": "1.7.1",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": [

src/randflake-ts/sparx64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparx64",
3-
"version": "1.6.2",
3+
"version": "1.7.1",
44
"description": "TypeScript implementation of SPARX-64/128 block cipher",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)