Skip to content

Commit

Permalink
Merge pull request #124 from perspect3vism/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jdeepee authored Nov 18, 2022
2 parents 8364023 + 0fcaede commit 140d6f4
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-humans-call.md

This file was deleted.

7 changes: 7 additions & 0 deletions connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @perspect3vism/ad4m-connect

## 0.2.2

### Minor Changes

- a6d7fa9: Updated correct download links to ad4min
122 changes: 61 additions & 61 deletions connect/package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "@perspect3vism/ad4m-connect",
"version": "0.2.0",
"description": "Lib for handling everything needed to setup a connection to a local or remote ad4m-executor",
"license": "CAL-1.0",
"main": "dist/index.js",
"files": [
"dist",
"public"
],
"scripts": {
"prepare": "run-s build:*",
"release": "np --no-2fa --no-tests --tag=latest",
"release:beta": "np --no-2fa --no-tests --tag=beta --any-branch",
"dev": "NODE_ENV=dev run-p build:* serve",
"serve": "npx serve",
"build": "npm run build:core && npm run build:web && npm run build:electron && npm run build:utils && tsc",
"build:core": "node scripts/esbuild.js",
"build:web": "node scripts/esbuild_web.js",
"build:utils": "node scripts/esbuild_utils.js",
"build:electron": "node scripts/esbuild_electron.js"
},
"author": {
"name": "Nicolas Luck",
"email": "[email protected]"
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@perspect3vism/ad4m": "*",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.0.0",
"@tsconfig/svelte": "^1.0.0",
"esbuild": "^0.15.5",
"esbuild-plugin-lit": "^0.0.10",
"graphql-ws": "^5.10.1",
"ipfs-core-types": "^0.10.1",
"node-sass": "^7.0.0",
"np": "^7.6.2",
"npm-run-all": "^4.1.5",
"rollup": "^2.3.4",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"subscriptions-transport-ws": "^0.9.19",
"svelte": "^3.0.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.6.2",
"uint8arrays": "^3.0.0"
},
"dependencies": {
"auto-bind": "^5.0.1",
"electron": "^20.0.3",
"esbuild-plugin-inline-image": "^0.0.8",
"html5-qrcode": "^2.2.1",
"lit": "^2.3.1"
}
}
{
"name": "@perspect3vism/ad4m-connect",
"version": "0.2.2",
"description": "Lib for handling everything needed to setup a connection to a local or remote ad4m-executor",
"license": "CAL-1.0",
"main": "dist/index.js",
"files": [
"dist",
"public"
],
"scripts": {
"prepare": "run-s build:*",
"release": "np --no-2fa --no-tests --tag=latest",
"release:beta": "np --no-2fa --no-tests --tag=beta --any-branch",
"dev": "NODE_ENV=dev run-p build:* serve",
"serve": "npx serve",
"build": "npm run build:core && npm run build:web && npm run build:electron && npm run build:utils && tsc",
"build:core": "node scripts/esbuild.js",
"build:web": "node scripts/esbuild_web.js",
"build:utils": "node scripts/esbuild_utils.js",
"build:electron": "node scripts/esbuild_electron.js"
},
"author": {
"name": "Nicolas Luck",
"email": "[email protected]"
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@perspect3vism/ad4m": "*",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.0.0",
"@tsconfig/svelte": "^1.0.0",
"esbuild": "^0.15.5",
"esbuild-plugin-lit": "^0.0.10",
"graphql-ws": "^5.10.1",
"ipfs-core-types": "^0.10.1",
"node-sass": "^7.0.0",
"np": "^7.6.2",
"npm-run-all": "^4.1.5",
"rollup": "^2.3.4",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"subscriptions-transport-ws": "^0.9.19",
"svelte": "^3.0.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.6.2",
"uint8arrays": "^3.0.0"
},
"dependencies": {
"auto-bind": "^5.0.1",
"electron": "^20.0.3",
"esbuild-plugin-inline-image": "^0.0.8",
"html5-qrcode": "^2.2.1",
"lit": "^2.3.1"
}
}

0 comments on commit 140d6f4

Please sign in to comment.