Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Update tooling #63

Merged
merged 7 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.19.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.19.1
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enableTelemetry: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
109 changes: 54 additions & 55 deletions experimental/content-type-screen-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@
"name": "@xmtp/experimental-content-type-screen-effect",
"version": "1.0.5",
"description": "An experimental content type to support screen effects accompanying messages",
"author": "XMTP Labs <[email protected]>",
"keywords": [
"xmtp",
"messaging",
"web3",
"js",
"ts",
"javascript",
"typescript",
"content-types"
],
"homepage": "https://github.com/xmtp/xmtp-js-content-types",
"bugs": {
"url": "https://github.com/xmtp/xmtp-js-content-types/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:xmtp/xmtp-js-content-types.git",
"directory": "experimental/content-type-screen-effect"
},
"license": "MIT",
"author": "XMTP Labs <[email protected]>",
"sideEffects": false,
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "dist/browser/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -17,33 +33,26 @@
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "[email protected]:xmtp/xmtp-js-content-types.git",
"directory": "experimental/content-type-screen-effect"
},
"homepage": "https://github.com/xmtp/xmtp-js-content-types",
"bugs": {
"url": "https://github.com/xmtp/xmtp-js-content-types/issues"
},
"keywords": [
"xmtp",
"messaging",
"web3",
"js",
"ts",
"javascript",
"typescript",
"content-types"
],
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
"clean": "rimraf .turbo node_modules && yarn clean:dist",
"clean:dist": "rimraf dist",
"dev": "yarn clean:dist && yarn rollup -c --watch",
"format": "yarn format:base -w .",
"format:base": "prettier --ignore-path ../../.gitignore",
"format:check": "yarn format:base -c .",
"lint": "eslint . --ignore-path ../../.gitignore",
"test": "yarn test:node && yarn test:jsdom",
"test:jsdom": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment happy-dom",
"test:node": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment node",
"typecheck": "tsc --noEmit"
},
"browserslist": {
"production": [
Expand All @@ -57,44 +66,34 @@
"last 3 safari versions"
]
},
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
"clean:dist": "rimraf dist",
"clean": "rimraf .turbo node_modules && yarn clean:dist",
"dev": "yarn clean:dist && yarn rollup -c --watch",
"format:base": "prettier --ignore-path ../../.gitignore",
"format:check": "yarn format:base -c .",
"format": "yarn format:base -w .",
"lint": "eslint . --ignore-path ../../.gitignore",
"test:jsdom": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment jsdom",
"test:node": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment node",
"test": "yarn test:node && yarn test:jsdom",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@xmtp/xmtp-js": "^11.3.12"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^18.14.2",
"@types/node": "^18.19.21",
"buffer": "^6.0.3",
"esbuild": "^0.18.2",
"esbuild-plugin-external-global": "^1.0.1",
"eslint": "^8.43.0",
"eslint": "^8.57.0",
"eslint-config-custom": "workspace:*",
"ethers": "^6.0.8",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rollup": "^4.9.5",
"ethers": "^6.11.1",
"happy-dom": "^13.6.2",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vitest": "^1.3.1"
},
"peerDependencies": {
"@xmtp/xmtp-js": "^11.1.1"
},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
}
}
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@turbo/gen": "^1.10.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.3.1",
"prettier": "^2.8.8",
"turbo": "^1.10.3",
"typescript": "^5.1.3"
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}
109 changes: 54 additions & 55 deletions packages/content-type-reaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@
"name": "@xmtp/content-type-reaction",
"version": "1.1.6",
"description": "An XMTP content type to support reactions to messages",
"author": "XMTP Labs <[email protected]>",
"keywords": [
"xmtp",
"messaging",
"web3",
"js",
"ts",
"javascript",
"typescript",
"content-types"
],
"homepage": "https://github.com/xmtp/xmtp-js-content-types",
"bugs": {
"url": "https://github.com/xmtp/xmtp-js-content-types/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:xmtp/xmtp-js-content-types.git",
"directory": "packages/content-type-reaction"
},
"license": "MIT",
"author": "XMTP Labs <[email protected]>",
"sideEffects": false,
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "dist/browser/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -17,33 +33,26 @@
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "[email protected]:xmtp/xmtp-js-content-types.git",
"directory": "packages/content-type-reaction"
},
"homepage": "https://github.com/xmtp/xmtp-js-content-types",
"bugs": {
"url": "https://github.com/xmtp/xmtp-js-content-types/issues"
},
"keywords": [
"xmtp",
"messaging",
"web3",
"js",
"ts",
"javascript",
"typescript",
"content-types"
],
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
"clean": "rimraf .turbo node_modules && yarn clean:dist",
"clean:dist": "rimraf dist",
"dev": "yarn clean:dist && yarn rollup -c --watch",
"format": "yarn format:base -w .",
"format:base": "prettier --ignore-path ../../.gitignore",
"format:check": "yarn format:base -c .",
"lint": "eslint . --ignore-path ../../.gitignore",
"test": "yarn test:node && yarn test:jsdom",
"test:jsdom": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment happy-dom",
"test:node": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment node",
"typecheck": "tsc --noEmit"
},
"browserslist": {
"production": [
Expand All @@ -57,44 +66,34 @@
"last 3 safari versions"
]
},
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
"clean:dist": "rimraf dist",
"clean": "rimraf .turbo node_modules && yarn clean:dist",
"dev": "yarn clean:dist && yarn rollup -c --watch",
"format:base": "prettier --ignore-path ../../.gitignore",
"format:check": "yarn format:base -c .",
"format": "yarn format:base -w .",
"lint": "eslint . --ignore-path ../../.gitignore",
"test:jsdom": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment jsdom",
"test:node": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --environment node",
"test": "yarn test:node && yarn test:jsdom",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@xmtp/xmtp-js": "^11.3.12"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^18.14.2",
"@types/node": "^18.19.21",
"buffer": "^6.0.3",
"esbuild": "^0.18.2",
"esbuild-plugin-external-global": "^1.0.1",
"eslint": "^8.43.0",
"eslint": "^8.57.0",
"eslint-config-custom": "workspace:*",
"ethers": "^6.0.8",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rollup": "^4.9.5",
"ethers": "^6.11.1",
"happy-dom": "^13.6.2",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vitest": "^1.3.1"
},
"peerDependencies": {
"@xmtp/xmtp-js": "^11.1.1"
},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
}
}
Loading
Loading