Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenader committed Nov 20, 2024
1 parent d4c604e commit 16964c9
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 44 deletions.
12 changes: 6 additions & 6 deletions examples/example-usage/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "run-examples",
"version": "3.4.0-alpha.1",
"version": "4.0.0",
"private": true,
"description": "",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
"@tg-resources/fetch": "^3.4.0-alpha.1",
"@tg-resources/fetch-runtime": "^3.4.0-alpha.0",
"@tg-resources/superagent": "^3.4.0-alpha.1",
"@tg-resources/test-server": "^3.4.0-alpha.0",
"tg-resources": "^3.4.0-alpha.1"
"@tg-resources/fetch": "^4.0.0",
"@tg-resources/fetch-runtime": "^4.0.0",
"@tg-resources/superagent": "^4.0.0",
"@tg-resources/test-server": "^4.0.0",
"tg-resources": "^4.0.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}
},
"npmClient": "yarn",
"version": "4.0.0-alpha.0",
"version": "4.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/core",
"version": "3.4.0-alpha.1",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,8 +36,8 @@
"src"
],
"dependencies": {
"@tg-resources/is": "^3.4.0-alpha.0",
"@tg-resources/route-template": "^4.0.0-alpha.0",
"@tg-resources/is": "^4.0.0",
"@tg-resources/route-template": "^4.0.0",
"cookie": ">=0.3.1"
},
"devDependencies": {
Expand All @@ -47,7 +47,7 @@
"compilerOptions": {
"composite": false
}
},
},
"scripts": {
"clean": "rimraf ./dist",
"lint": "eslint src test -c ../../.eslintrc.js --ext ts --ext tsx",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/fetch-runtime",
"version": "3.4.0-alpha.0",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/is/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/is",
"version": "3.4.0-alpha.0",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,7 +36,7 @@
"compilerOptions": {
"composite": false
}
},
},
"scripts": {
"clean": "rimraf ./dist",
"lint-show": "eslint --print-config ../../.eslintrc.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/route-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/route-template",
"version": "4.0.0-alpha.0",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -28,13 +28,13 @@
"src"
],
"dependencies": {
"@tg-resources/is": "^3.4.0-alpha.0"
"@tg-resources/is": "^4.0.0"
},
"tsd": {
"compilerOptions": {
"composite": false
}
},
},
"scripts": {
"clean": "rimraf ./dist",
"lint": "eslint src test -c ../../.eslintrc.js --ext ts --ext tsx",
Expand Down
16 changes: 8 additions & 8 deletions packages/saga-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/redux-saga-router",
"version": "3.4.0-alpha.1",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,15 +40,15 @@
"redux-saga": "^1.1.3"
},
"dependencies": {
"@tg-resources/core": "^3.4.0-alpha.1",
"@tg-resources/is": "^3.4.0-alpha.0"
"@tg-resources/core": "^4.0.0",
"@tg-resources/is": "^4.0.0"
},
"devDependencies": {
"@tg-resources/core": "^3.4.0-alpha.1",
"@tg-resources/fetch": "^3.4.0-alpha.1",
"@tg-resources/fetch-runtime": "^3.4.0-alpha.0",
"@tg-resources/test-utils": "^3.4.0-alpha.1",
"@tg-resources/test-server": "^3.4.0-alpha.0",
"@tg-resources/fetch": "^4.0.0",
"@tg-resources/fetch-runtime": "^4.0.0",
"@tg-resources/test-server": "^4.0.0",
"@tg-resources/test-utils": "^4.0.0",
"abortcontroller-polyfill": "^1.7.5",
"jest-extended": "^4.0.2",
"redux": "^4.0.4"
Expand All @@ -57,7 +57,7 @@
"compilerOptions": {
"composite": false
}
},
},
"scripts": {
"clean": "rimraf ./dist",
"lint": "eslint src test -c ../../.eslintrc.js --ext ts --ext tsx",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/test-server",
"version": "3.4.0-alpha.0",
"version": "4.0.0",
"private": true,
"description": "",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/test-utils",
"version": "3.4.0-alpha.1",
"version": "4.0.0",
"private": true,
"description": "",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"src"
],
"dependencies": {
"@tg-resources/core": "^3.4.0-alpha.1"
"@tg-resources/core": "^4.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
Expand Down
14 changes: 7 additions & 7 deletions packages/tg-resources-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/fetch",
"version": "3.4.0-alpha.1",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,16 +37,16 @@
"src"
],
"dependencies": {
"@tg-resources/core": "^3.4.0-alpha.1",
"@tg-resources/is": "^3.4.0-alpha.0",
"@tg-resources/core": "^4.0.0",
"@tg-resources/is": "^4.0.0",
"qs": "^6.11.0"
},
"devDependencies": {
"@tg-resources/fetch-runtime": "^3.4.0-alpha.0",
"@tg-resources/test-server": "^3.4.0-alpha.0",
"@tg-resources/test-utils": "^3.4.0-alpha.1",
"@tg-resources/fetch-runtime": "^4.0.0",
"@tg-resources/test-server": "^4.0.0",
"@tg-resources/test-utils": "^4.0.0",
"jest-extended": "^4.0.2",
"tg-resources": "^3.4.0-alpha.1"
"tg-resources": "^4.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
Expand Down
14 changes: 7 additions & 7 deletions packages/tg-resources-superagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/superagent",
"version": "3.4.0-alpha.1",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,17 +37,17 @@
"src"
],
"dependencies": {
"@tg-resources/core": "^3.4.0-alpha.1",
"@tg-resources/is": "^3.4.0-alpha.0",
"@tg-resources/core": "^4.0.0",
"@tg-resources/is": "^4.0.0",
"superagent": "^8.0.0"
},
"devDependencies": {
"@tg-resources/fetch-runtime": "^3.4.0-alpha.0",
"@tg-resources/test-server": "^3.4.0-alpha.0",
"@tg-resources/test-utils": "^3.4.0-alpha.1",
"@tg-resources/fetch-runtime": "^4.0.0",
"@tg-resources/test-server": "^4.0.0",
"@tg-resources/test-utils": "^4.0.0",
"abortcontroller-polyfill": "^1.7.5",
"jest-extended": "^4.0.2",
"tg-resources": "^3.4.0-alpha.1"
"tg-resources": "^4.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/tg-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tg-resources",
"version": "3.4.0-alpha.1",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,7 +31,7 @@
"src"
],
"dependencies": {
"@tg-resources/core": "^3.4.0-alpha.1"
"@tg-resources/core": "^4.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
Expand Down

0 comments on commit 16964c9

Please sign in to comment.