Skip to content

Commit

Permalink
Update renderer headers and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed May 8, 2024
1 parent bb2289e commit 2857238
Show file tree
Hide file tree
Showing 149 changed files with 3,322 additions and 2,758 deletions.
7 changes: 7 additions & 0 deletions .changeset/eight-hats-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@kinobi-so/renderers-js-umi": patch
"@kinobi-so/renderers-rust": patch
"@kinobi-so/renderers-js": patch
---

Update renderer headers and pnpm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@9.1.0",
"prettier": "@solana/prettier-config-solana"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './memo';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import { Program, ProgramError } from '@metaplex-foundation/umi';
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js-umi/e2e/memo/src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './errors';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './addMemo';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './memo';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './nonce';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './system';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import { Program, ProgramError } from '@metaplex-foundation/umi';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './accounts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './advanceNonceAccount';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './system';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './nonceState';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js-umi/public/templates/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

{% block main %}{% endblock %}
2 changes: 1 addition & 1 deletion packages/renderers-js/e2e/memo/src/generated/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

/** Global variable provided by bundlers telling us if we are building for production or not. */
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js/e2e/memo/src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './instructions';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './addMemo';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './memo';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import { Address } from '@solana/web3.js';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun kinobi to update it.
*
* @see https://github.com/metaplex-foundation/kinobi
* @see https://github.com/kinobi-so/kinobi
*/

export * from './nonce';
Loading

0 comments on commit 2857238

Please sign in to comment.