Skip to content

Commit

Permalink
chore: update private
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Nov 23, 2023
1 parent 14ac7c6 commit 1af8fb9
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"kubb-docs": "1.0.0",
"e2e": "0.0.1",
"advanced-pet-store": "0.0.1",
"client-pet-store": "0.0.1",
"faker-pet-store": "0.0.1",
"msw-pet-store": "0.0.1",
"msw-v2-pet-store": "0.0.1",
"react-query-pet-store": "0.0.1",
"react-query-v5-pet-store": "0.0.1",
"simple-single-pet-store": "0.0.1",
"solid-query-pet-store": "0.0.1",
"svelte-query-pet-store": "0.0.1",
"swr-pet-store": "0.0.1",
"typescript-pet-store": "0.0.1",
"vue-query-pet-store": "0.0.1",
"vue-query-v5-pet-store": "0.0.1",
"zod-pet-store": "0.0.1",
"zodios-pet-store": "0.0.1",
"@kubb/cli": "2.0.0-beta.2",
"@kubb/core": "2.0.0-beta.2",
"kubb": "2.0.0-beta.2",
Expand Down
1 change: 1 addition & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"clean": "npx rimraf ./dist",
Expand Down
1 change: 1 addition & 0 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "advanced-pet-store",
"version": "0.0.1",
"private": true,
"description": "Advanced PetStore example",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions examples/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"scripts": {
"build": "tsup",
"clean": "npx rimraf ./dist",
Expand Down
1 change: 1 addition & 0 deletions examples/faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/msw-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/react-query-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup && vite build",
Expand Down
1 change: 1 addition & 0 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup && vite build",
Expand Down
1 change: 1 addition & 0 deletions examples/simple-single/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"scripts": {
"build": "tsup",
"clean": "npx rimraf ./dist",
Expand Down
1 change: 1 addition & 0 deletions examples/vue-query-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup && vite build",
Expand Down
1 change: 1 addition & 0 deletions examples/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup && vite build",
Expand Down
1 change: 1 addition & 0 deletions examples/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down
1 change: 1 addition & 0 deletions examples/zodios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "MIT",
"author": "Stijn Van Hulle <[email protected]",
"sideEffects": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 1af8fb9

Please sign in to comment.