Skip to content

Commit

Permalink
chore(version): updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshKna committed Sep 29, 2024
1 parent 15465df commit 4fd6872
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/js/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[DEFAULT]
package_name = @how2validate/how2validate
version = 0.0.1-beta.14
version = 0.0.1-beta.15

[SECRET]
secret_active = Active
Expand Down
2 changes: 1 addition & 1 deletion src/js/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@how2validate/how2validate",
"version": "0.0.2-beta.16",
"version": "0.0.2-beta.17",
"license": "MIT",
"exports": "./how2validate/index.ts",
"publish": {
Expand Down
5 changes: 2 additions & 3 deletions src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "how2validate",
"version": "0.0.1-beta.14",
"private": true,
"version": "0.0.1-beta.15",
"description": "A CLI tool to validate secrets for different services.",
"main": "how2validate/index.ts",
"type": "module",
"scripts": {
"build": "npm link && npx tsc && npx cpx './config.ini' dist/ && npx cpx './tokenManager.json' dist/",
"start": "node dist/index.js",
"publishnpm": "npm publish --access=restricted",
"publishnpm": "npm publish",
"publishjsr": "npx jsr publish --allow-dirty"
},
"repository": {
Expand Down

0 comments on commit 4fd6872

Please sign in to comment.