8000 Merge pull request #129 from privy-open-source/release/0.1.0 · privy-open-source/nugrpc@c29f830 · GitHub
[go: up one dir, main page]

Skip to content

Commit c29f830

Browse files
authored
Merge pull request #129 from privy-open-source/release/0.1.0
2 parents 61d8679 + 98ad046 commit c29f830

File tree

19 files changed

+68
-1
lines changed

19 files changed

+68
-1
lines changed

packages/google-rpc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/google-rpc",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"scripts": {
59
"clean": "rimraf index.js index.d.ts",
610
"build": "yarn clean && yarn build:js && yarn build:ts",

packages/nugrpc-api-nuxt/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-api-nuxt",
3+
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
38
"main": "./dist/module.cjs",
49
"module": "./dist/module.mjs",
510
"types": "./dist/module.d.ts",
@@ -15,7 +20,6 @@
1520
"test": "jest",
1621
"coverage": "jest --coverage"
1722
},
18-
"packageManager": "yarn@3.2.1",
1923
"devDependencies": {
2024
"@nuxt/schema": "0.1.0-edge",
2125
"@nuxt/types": "2.15.8",

packages/nugrpc-api/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-api",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.mjs",
610
"types": "./dist/index.d.ts",

packages/nugrpc-codegen/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-codegen",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.mjs",
610
"types": "./dist/index.d.ts",

packages/nugrpc-codegen/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { load } from "@privyid/nugrpc-utils"
44
import type { TransformContext, TransformAdapter, Saveable } from '@privyid/nugrpc-transformer'
55

66
export type Transformer = { new(context: TransformContext): TransformAdapter } & typeof TransformAdapter & Saveable
7+
78
export interface InputOption {
89
input: string | string[];
910
output: string;

packages/nugrpc-fackery-presets/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-fackery-presets",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.mjs",
610
"types": "./dist/index.d.ts",

packages/nugrpc-fackery/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-fackery",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.mjs",
610
"types": "./dist/index.d.ts",

packages/nugrpc-rules-parser/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-rules-parser",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.mjs",
610
"types": "./dist/index.d.ts",

packages/nugrpc-transformer-proxy/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-transformer-proxy",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.mjs",
610
"types": "./dist/index.d.ts",

packages/nugrpc-transformer-rules/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@privyid/nugrpc-transformer-rules",
33
"packageManager": "yarn@3.2.1",
4+
"version": "0.1.0",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.mjs",
610
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)
0