Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ check:

.PHONY: publish
publish:
rush publish --publish --apply -b main
rush publish --publish --apply
4 changes: 2 additions & 2 deletions eos/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"version": "1.2.0",
"tag": "@wharfkit/starter-eos_v1.2.0",
"date": "Wed, 31 Jan 2024 06:07:09 GMT",
"date": "Wed, 31 Jan 2024 22:35:53 GMT",
"comments": {
"patch": [
{
Expand All @@ -30,7 +30,7 @@
],
"dependency": [
{
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.2`"
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.3`"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions eos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log - @wharfkit/starter-eos

This log was last generated on Wed, 31 Jan 2024 06:07:09 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jan 2024 22:35:53 GMT and should not be manually modified.

## 1.2.0
Wed, 31 Jan 2024 06:07:09 GMT
Wed, 31 Jan 2024 22:35:53 GMT

### Minor changes

Expand Down
8 changes: 4 additions & 4 deletions jungle/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@wharfkit/starter-jungle",
"entries": [
{
"version": "1.1.2",
"tag": "@wharfkit/starter-jungle_v1.1.2",
"date": "Wed, 31 Jan 2024 06:07:09 GMT",
"version": "1.1.3",
"tag": "@wharfkit/starter-jungle_v1.1.3",
"date": "Wed, 31 Jan 2024 22:35:53 GMT",
"comments": {
"patch": [
{
Expand All @@ -16,7 +16,7 @@
],
"dependency": [
{
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.2`"
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.3`"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions jungle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log - @wharfkit/starter-jungle

This log was last generated on Wed, 31 Jan 2024 06:07:09 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jan 2024 22:35:53 GMT and should not be manually modified.

## 1.1.2
Wed, 31 Jan 2024 06:07:09 GMT
## 1.1.3
Wed, 31 Jan 2024 22:35:53 GMT

### Patches

Expand Down
6 changes: 3 additions & 3 deletions jungle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/starter-jungle",
"description": "A Jungle 4 specific starter kit for WharfKit packages",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/@wharfkit/starter-jungle",
"license": "BSD-3-Clause",
"main": "lib/starter-jungle.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.1.2",
"tslib": "~2.6.2"
"tslib": "~2.6.2",
"typescript": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions shared/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@wharfkit/starter",
"entries": [
{
"version": "1.1.2",
"tag": "@wharfkit/starter_v1.1.2",
"date": "Wed, 31 Jan 2024 06:07:09 GMT",
"version": "1.1.3",
"tag": "@wharfkit/starter_v1.1.3",
"date": "Wed, 31 Jan 2024 22:35:53 GMT",
"comments": {
"patch": [
{
Expand Down
6 changes: 3 additions & 3 deletions shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log - @wharfkit/starter

This log was last generated on Wed, 31 Jan 2024 06:07:09 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jan 2024 22:35:53 GMT and should not be manually modified.

## 1.1.2
Wed, 31 Jan 2024 06:07:09 GMT
## 1.1.3
Wed, 31 Jan 2024 22:35:53 GMT

### Patches

Expand Down
8 changes: 4 additions & 4 deletions shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/starter",
"description": "A starter kit for WharfKit packages",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/@wharfkit/starter",
"license": "BSD-3-Clause",
"main": "lib/starter.js",
Expand All @@ -21,10 +21,10 @@
"@wharfkit/account": "^1.0.0",
"@wharfkit/account-creation-plugin-anchor": "^1.3.1",
"@wharfkit/antelope": "^1.0.3",
"@wharfkit/common": "^1.2.0",
"@wharfkit/contract": "^1.0.0",
"@wharfkit/session": "^1.2.2",
"@wharfkit/token": "^1.0.1",
"@wharfkit/common": "^1.2.0",
"@wharfkit/transact-plugin-resource-provider": "^1.1.0",
"@wharfkit/wallet-plugin-anchor": "^1.1.0",
"@wharfkit/web-renderer": "^1.1.0"
Expand All @@ -49,8 +49,8 @@
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.1.2",
"tslib": "~2.6.2"
"tslib": "~2.6.2",
"typescript": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions telos/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@wharfkit/starter-telos",
"entries": [
{
"version": "1.1.2",
"tag": "@wharfkit/starter-telos_v1.1.2",
"date": "Wed, 31 Jan 2024 06:07:09 GMT",
"version": "1.1.3",
"tag": "@wharfkit/starter-telos_v1.1.3",
"date": "Wed, 31 Jan 2024 22:35:53 GMT",
"comments": {
"patch": [
{
Expand All @@ -19,7 +19,7 @@
],
"dependency": [
{
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.2`"
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.3`"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions telos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log - @wharfkit/starter-telos

This log was last generated on Wed, 31 Jan 2024 06:07:09 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jan 2024 22:35:53 GMT and should not be manually modified.

## 1.1.2
Wed, 31 Jan 2024 06:07:09 GMT
## 1.1.3
Wed, 31 Jan 2024 22:35:53 GMT

### Patches

Expand Down
6 changes: 3 additions & 3 deletions telos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/starter-telos",
"description": "A Telos specific starter kit for WharfKit packages",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/@wharfkit/starter-telos",
"license": "BSD-3-Clause",
"main": "lib/starter-telos.js",
Expand All @@ -28,15 +28,15 @@
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-virtual": "^2.0.3",
"@types/node": "20.11.13",
"rollup": "^2.70.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.1.2",
"tslib": "~2.6.2",
"@types/node": "20.11.13"
"typescript": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions wax/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@wharfkit/starter-wax",
"entries": [
{
"version": "1.1.2",
"tag": "@wharfkit/starter-wax_v1.1.2",
"date": "Wed, 31 Jan 2024 06:07:09 GMT",
"version": "1.1.3",
"tag": "@wharfkit/starter-wax_v1.1.3",
"date": "Wed, 31 Jan 2024 22:35:53 GMT",
"comments": {
"patch": [
{
Expand All @@ -16,7 +16,7 @@
],
"dependency": [
{
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.2`"
"comment": "Updating dependency \"@wharfkit/starter\" to `1.1.3`"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions wax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log - @wharfkit/starter-wax

This log was last generated on Wed, 31 Jan 2024 06:07:09 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jan 2024 22:35:53 GMT and should not be manually modified.

## 1.1.2
Wed, 31 Jan 2024 06:07:09 GMT
## 1.1.3
Wed, 31 Jan 2024 22:35:53 GMT

### Patches

Expand Down
6 changes: 3 additions & 3 deletions wax/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/starter-wax",
"description": "A WAX specific starter kit for WharfKit packages",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/@wharfkit/starter-wax",
"license": "BSD-3-Clause",
"main": "lib/starter-wax.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.1.2",
"tslib": "~2.6.2"
"tslib": "~2.6.2",
"typescript": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down