diff --git a/packages/cli/package.json b/packages/cli/package.json index 87e64cf2e..da8783485 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -46,7 +46,7 @@ "@logto/core-kit": "workspace:*", "@logto/schemas": "workspace:*", "@logto/shared": "workspace:*", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "chalk": "^5.0.0", "decamelize": "^6.0.0", "dotenv": "^16.0.0", diff --git a/packages/console/package.json b/packages/console/package.json index 549210fcf..1cdd31bff 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -32,7 +32,7 @@ "@parcel/transformer-svg-react": "2.8.2", "@silverhand/eslint-config": "1.3.0", "@silverhand/eslint-config-react": "1.3.0", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "@silverhand/ts-config": "1.2.1", "@silverhand/ts-config-react": "1.2.1", "@tsconfig/docusaurus": "^1.0.5", diff --git a/packages/core/package.json b/packages/core/package.json index bbc051302..fe4a6b646 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -33,7 +33,7 @@ "@logto/phrases-ui": "workspace:*", "@logto/schemas": "workspace:*", "@logto/shared": "workspace:*", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "@withtyped/postgres": "^0.3.1", "@withtyped/server": "^0.3.1", "chalk": "^5.0.0", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 705d29888..0612bbe5a 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -26,7 +26,7 @@ "@logto/schemas": "workspace:*", "@peculiar/webcrypto": "^1.3.3", "@silverhand/eslint-config": "1.3.0", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "@silverhand/ts-config": "1.2.1", "@types/jest": "^29.1.2", "@types/jest-environment-puppeteer": "^5.0.2", diff --git a/packages/phrases-ui/package.json b/packages/phrases-ui/package.json index e818b4b8a..2b5592d7f 100644 --- a/packages/phrases-ui/package.json +++ b/packages/phrases-ui/package.json @@ -35,7 +35,7 @@ "dependencies": { "@logto/core-kit": "workspace:*", "@logto/language-kit": "workspace:*", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "zod": "^3.20.2" }, "devDependencies": { diff --git a/packages/phrases/package.json b/packages/phrases/package.json index 3aab5f80a..dd035610a 100644 --- a/packages/phrases/package.json +++ b/packages/phrases/package.json @@ -35,7 +35,7 @@ "dependencies": { "@logto/core-kit": "workspace:*", "@logto/language-kit": "workspace:*", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "zod": "^3.20.2" }, "devDependencies": { diff --git a/packages/schemas/package.json b/packages/schemas/package.json index b11c10c22..931bf0045 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@silverhand/eslint-config": "1.3.0", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "@silverhand/ts-config": "1.2.1", "@types/jest": "^29.1.2", "@types/node": "^16.0.0", diff --git a/packages/shared/package.json b/packages/shared/package.json index 0099d332c..4e73af089 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -54,7 +54,7 @@ "prettier": "@silverhand/eslint-config/.prettierrc", "dependencies": { "@logto/schemas": "workspace:*", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "find-up": "^6.3.0", "nanoid": "^4.0.0", "slonik": "^30.0.0" diff --git a/packages/toolkit/connector-kit/package.json b/packages/toolkit/connector-kit/package.json index f107ad35e..cc32d05f8 100644 --- a/packages/toolkit/connector-kit/package.json +++ b/packages/toolkit/connector-kit/package.json @@ -31,7 +31,7 @@ "dependencies": { "@logto/core-kit": "workspace:*", "@logto/language-kit": "workspace:*", - "@silverhand/essentials": "2.0.0-rc.2" + "@silverhand/essentials": "2.0.0" }, "optionalDependencies": { "zod": "^3.20.2" diff --git a/packages/toolkit/core-kit/package.json b/packages/toolkit/core-kit/package.json index 27f5966fc..d4bf9f4f3 100644 --- a/packages/toolkit/core-kit/package.json +++ b/packages/toolkit/core-kit/package.json @@ -51,7 +51,7 @@ "@rollup/plugin-typescript": "^10.0.1", "@silverhand/eslint-config": "1.3.0", "@silverhand/eslint-config-react": "1.3.0", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "@silverhand/ts-config": "1.2.1", "@types/color": "^3.0.3", "@types/jest": "^29.0.3", diff --git a/packages/ui/package.json b/packages/ui/package.json index 32735267d..5ef2100fb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -28,7 +28,7 @@ "@peculiar/webcrypto": "^1.3.3", "@silverhand/eslint-config": "1.3.0", "@silverhand/eslint-config-react": "1.3.0", - "@silverhand/essentials": "2.0.0-rc.2", + "@silverhand/essentials": "2.0.0", "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@silverhand/ts-config-react": "1.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14cdedae3..8df301f79 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: '@logto/schemas': workspace:* '@logto/shared': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@types/fs-extra': ^9.0.13 '@types/inquirer': ^8.2.1 @@ -65,7 +65,7 @@ importers: '@logto/core-kit': link:../toolkit/core-kit '@logto/schemas': link:../schemas '@logto/shared': link:../shared - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 chalk: 5.1.2 decamelize: 6.0.0 dotenv: 16.0.0 @@ -118,7 +118,7 @@ importers: '@parcel/transformer-svg-react': 2.8.2 '@silverhand/eslint-config': 1.3.0 '@silverhand/eslint-config-react': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@silverhand/ts-config-react': 1.2.1 '@tsconfig/docusaurus': ^1.0.5 @@ -187,7 +187,7 @@ importers: '@parcel/transformer-svg-react': 2.8.2_@parcel+core@2.8.2 '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 '@silverhand/eslint-config-react': 1.3.0_kvwdjz5hpaxioiksuaratzdsqy - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@silverhand/ts-config-react': 1.2.1_typescript@4.9.4 '@tsconfig/docusaurus': 1.0.5 @@ -253,7 +253,7 @@ importers: '@logto/schemas': workspace:* '@logto/shared': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@types/debug': ^4.1.7 '@types/etag': ^1.8.1 @@ -325,7 +325,7 @@ importers: '@logto/phrases-ui': link:../phrases-ui '@logto/schemas': link:../schemas '@logto/shared': link:../shared - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@withtyped/postgres': 0.3.1_@withtyped+server@0.3.1 '@withtyped/server': 0.3.1 chalk: 5.1.2 @@ -463,7 +463,7 @@ importers: '@logto/schemas': workspace:* '@peculiar/webcrypto': ^1.3.3 '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@types/jest': ^29.1.2 '@types/jest-environment-puppeteer': ^5.0.2 @@ -490,7 +490,7 @@ importers: '@logto/schemas': link:../schemas '@peculiar/webcrypto': 1.3.3 '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@types/jest': 29.1.2 '@types/jest-environment-puppeteer': 5.0.2 @@ -513,7 +513,7 @@ importers: '@logto/core-kit': workspace:* '@logto/language-kit': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 eslint: ^8.21.0 lint-staged: ^13.0.0 @@ -523,7 +523,7 @@ importers: dependencies: '@logto/core-kit': link:../toolkit/core-kit '@logto/language-kit': link:../toolkit/language-kit - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 zod: 3.20.2 devDependencies: '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 @@ -538,7 +538,7 @@ importers: '@logto/core-kit': workspace:* '@logto/language-kit': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 eslint: ^8.21.0 lint-staged: ^13.0.0 @@ -548,7 +548,7 @@ importers: dependencies: '@logto/core-kit': link:../toolkit/core-kit '@logto/language-kit': link:../toolkit/language-kit - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 zod: 3.20.2 devDependencies: '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 @@ -566,7 +566,7 @@ importers: '@logto/phrases': workspace:* '@logto/phrases-ui': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@types/jest': ^29.1.2 '@types/node': ^16.0.0 @@ -591,7 +591,7 @@ importers: zod: 3.20.2 devDependencies: '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@types/jest': 29.1.2 '@types/node': 16.11.12 @@ -609,7 +609,7 @@ importers: specifiers: '@logto/schemas': workspace:* '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@types/jest': ^29.1.2 '@types/node': ^16.0.0 @@ -623,7 +623,7 @@ importers: typescript: ^4.9.4 dependencies: '@logto/schemas': link:../schemas - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 find-up: 6.3.0 nanoid: 4.0.0 slonik: 30.1.2 @@ -644,7 +644,7 @@ importers: '@logto/language-kit': workspace:* '@rollup/plugin-typescript': ^10.0.1 '@silverhand/eslint-config': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@types/node': ^16.3.1 eslint: ^8.21.0 @@ -657,7 +657,7 @@ importers: dependencies: '@logto/core-kit': link:../core-kit '@logto/language-kit': link:../language-kit - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 optionalDependencies: zod: 3.20.2 devDependencies: @@ -679,7 +679,7 @@ importers: '@rollup/plugin-typescript': ^10.0.1 '@silverhand/eslint-config': 1.3.0 '@silverhand/eslint-config-react': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1 '@types/color': ^3.0.3 '@types/jest': ^29.0.3 @@ -709,7 +709,7 @@ importers: '@rollup/plugin-typescript': 10.0.1_ksuudmkloucy44p3irodiuckje '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 '@silverhand/eslint-config-react': 1.3.0_5rwnaekeqjwkki32tn67stomfe - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@types/color': 3.0.3 '@types/jest': 29.1.2 @@ -772,7 +772,7 @@ importers: '@peculiar/webcrypto': ^1.3.3 '@silverhand/eslint-config': 1.3.0 '@silverhand/eslint-config-react': 1.3.0 - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/jest-config': 1.2.2 '@silverhand/ts-config': 1.2.1 '@silverhand/ts-config-react': 1.2.1 @@ -826,7 +826,7 @@ importers: '@peculiar/webcrypto': 1.3.3 '@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4 '@silverhand/eslint-config-react': 1.3.0_kvwdjz5hpaxioiksuaratzdsqy - '@silverhand/essentials': 2.0.0-rc.2 + '@silverhand/essentials': 2.0.0 '@silverhand/jest-config': 1.2.2_ky6c64xxalg2hsll4xx3evq2dy '@silverhand/ts-config': 1.2.1_typescript@4.9.4 '@silverhand/ts-config-react': 1.2.1_typescript@4.9.4 @@ -3499,8 +3499,8 @@ packages: lodash.pick: 4.4.0 dev: true - /@silverhand/essentials/2.0.0-rc.2: - resolution: {integrity: sha512-Yfq3oNk8dwZkfF0E5EzDfEyWL7e4alQfNXHV/BfDpBlcCLyJIk47RdkLO1TstuzNxlgp+95iscdO1+88nczNFw==} + /@silverhand/essentials/2.0.0: + resolution: {integrity: sha512-Qbwerm5eCbvpb+yIMYhKtpaoBzfnNjpo3oyFQd4rM90Fkn6KP2F6+hUeU1YQtzNKUQUVervWwcqM3JYPUXuLcg==} engines: {node: ^16.13.0 || ^18.12.0 || ^19.2.0, pnpm: ^7} /@silverhand/jest-config/1.2.2_ky6c64xxalg2hsll4xx3evq2dy: