Skip to content

Commit

Permalink
official v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildever committed Apr 18, 2023
1 parent 440f29a commit 450d779
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 206 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ In a Scala 2.12 project:
```sbt
libraryDependencies ++= Seq(
"com.cyrildever" %% "feistel-jar" % "1.5.1",
"com.cyrildever" %% "redacted" % "0.6.1"
"com.cyrildever" %% "redacted" % "1.0.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "com.cyrildever"
name := "redacted-jar"
version := "0.6.1"
version := "1.0.0"
scalaVersion := "2.12.13"

assemblyMergeStrategy in assembly := {
Expand Down
2 changes: 1 addition & 1 deletion ts/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _NB: The dictionary file must consist of space-separated words._

### License

The use of the `redacted` libraries and executables are subject to fees for commercial purpose and to the respect of the [BSD-2-Clause-Patent license](LICENSE).
The use of the `redacted` libraries and executables are subject to fees for commercial purpose and to the respect of the [BSD-2-Clause-Patent license](LICENSE). \
Please [contact me](mailto:cdever@pep-s.com) to get further information.


Expand Down
208 changes: 104 additions & 104 deletions ts/cli/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions ts/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redacted-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "Redacting classified documents CLI",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -31,16 +31,16 @@
},
"homepage": "https://github.com/cyrildever/redacted/cli#readme",
"dependencies": {
"commander": "^10.0.0",
"commander": "^10.0.1",
"feistel-cipher": "^1.5.5",
"redacted-ts": "^0.6.1",
"redacted-ts": "^1.0.0",
"figlet": "^1.6.0"
},
"devDependencies": {
"@types/figlet": "^1.5.5",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"eslint-plugin-no-loops": "~0.3.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion ts/cli/src/typescript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console.log(figlet.textSync('Redacted'))
const program = new Command()

// TODO Make it programmatic
const version = process.env.npm_package_version || '1.0.2' // eslint-disable-line @typescript-eslint/strict-boolean-expressions
const version = process.env.npm_package_version || '1.0.3' // eslint-disable-line @typescript-eslint/strict-boolean-expressions

program
.version(version)
Expand Down
180 changes: 90 additions & 90 deletions ts/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redacted-ts",
"version": "0.6.1",
"version": "1.0.0",
"description": "Redacting classified documents",
"main": "dist/lib/src/typescript/index.js",
"types": "dist/lib/src/typescript/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"blakejs": "^1.2.1",
"browserify": "17.0.0",
"chai": "^4.3.7",
Expand Down

0 comments on commit 450d779

Please sign in to comment.