-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename npm packages to use @jstz-dev org
This commit additionally renames jstz-types to types and jstz-sdk to sdk.
- Loading branch information
Showing
20 changed files
with
94 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,7 +192,7 @@ jstz deploy dist/index.js | |
<summary>Output</summary> | ||
<pre style="border: 1px solid #ccc; padding: 10px; border-radius: 4px; overflow-x: auto;"> | ||
<code style="color: #FFF;">$ npm run build | ||
> @tezos/[email protected] build | ||
> @jstz-dev/[email protected] build | ||
> esbuild index.ts --bundle --format=esm --target=esnext --minify --outfile=dist/index.js | ||
|
||
dist/index.js 777b | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@tezos/fa2", | ||
"name": "@jstz-dev/fa2", | ||
"authors": "TriliTech Ecosystems and Tools Team <[email protected]>", | ||
"private": true, | ||
"version": "0.0.0", | ||
"main": "fa2.ts", | ||
"dependencies": { | ||
"@tezos/jstz": "^0.0.0" | ||
"@jstz-dev/jstz": "^0.0.0" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.20.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"types": ["@tezos/jstz-types"] | ||
"types": ["@jstz-dev/types"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@tezos/get-tez", | ||
"name": "@jstz-dev/get-tez", | ||
"authors": "TriliTech Ecosystems and Tools Team <[email protected]>", | ||
"private": true, | ||
"version": "0.0.0", | ||
"main": "index.ts", | ||
"dependencies": { | ||
"@tezos/jstz": "^0.0.0" | ||
"@jstz-dev/jstz": "^0.0.0" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.20.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"types": ["@tezos/jstz-types"] | ||
"types": ["@jstz-dev/types"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@tezos/hello-world", | ||
"name": "@jstz-dev/hello-world", | ||
"authors": "TriliTech Ecosystems and Tools Team <[email protected]>", | ||
"private": true, | ||
"version": "0.0.0", | ||
"main": "fa2.ts", | ||
"dependencies": { | ||
"@tezos/jstz": "^0.0.0" | ||
"@jstz-dev/jstz": "^0.0.0" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.20.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"types": ["@tezos/jstz-types"] | ||
"types": ["@jstz-dev/types"] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@tezos/jstz-root", | ||
"name": "@jstz-dev/jstz-root", | ||
"private": true, | ||
"description": "Associated packages for jstz 👨⚖️", | ||
"authors": "TriliTech Ecosystems and Tools Team <[email protected]>", | ||
|
@@ -20,10 +20,10 @@ | |
"docs:preview": "vitepress preview docs" | ||
}, | ||
"dependencies": { | ||
"@tezos/jstz": "^0.0.0", | ||
"@tezos/jstz-types": "^0.0.0", | ||
"@tezos/jstz-sdk": "^0.0.0", | ||
"@tezos/jstz-dashboard": "^0.0.0" | ||
"@jstz-dev/jstz": "^0.0.0", | ||
"@jstz-dev/types": "^0.0.0", | ||
"@jstz-dev/sdk": "^0.0.0", | ||
"@jstz-dev/dashboard": "^0.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
{ | ||
"name": "@tezos/jstz", | ||
"name": "@jstz-dev/jstz", | ||
"description": "TypeScript SDK for jstz 👨⚖️", | ||
"authors": "TriliTech Ecosystems and Tools Team <[email protected]>", | ||
"version": "0.0.0", | ||
"main": "index.ts", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"check:types": "tsc --noEmit", | ||
"build": "tsc --outDir dist" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@tezos/jstz-types": "^0.0.0" | ||
"@jstz-dev/types": "^0.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"exclude": ["dist"], | ||
"compilerOptions": { | ||
"types": ["@tezos/jstz-types"] | ||
"types": ["@jstz-dev/types"], | ||
"declaration": true | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@tezos/jstz-sdk", | ||
"name": "@jstz-dev/sdk", | ||
"description": "TypeScript dApp SDK for jstz 👨⚖️", | ||
"authors": "TriliTech Ecosystems and Tools Team <[email protected]>", | ||
"version": "0.0.0", | ||
|
File renamed without changes.
File renamed without changes.
Oops, something went wrong.