Skip to content

Commit

Permalink
chore: use npm registry only
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Nov 15, 2023
1 parent 44a6e27 commit 853db9f
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@weaverse:registry=https://registry.npmjs.com
progress=false
29 changes: 0 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "weaverse-sdks",
"version": "2.6.0",
"version": "2.6.1",
"description": "Weaverse SDKs monorepo.",
"private": true,
"license": "MIT",
"scripts": {
"dev": "npm run dev:pkg -- --filter=./templates/pilot",
Expand Down
6 changes: 5 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weaverse/cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "CLI for Weaverse projects",
"main": "index.js",
"bin": {
Expand All @@ -14,6 +14,10 @@
"url": "git+https://github.com/Weaverse/weaverse.git",
"directory": "packages/cli"
},
"publishConfig": {
"access": "public",
"@weaverse:registry": "https://registry.npmjs.org"
},
"author": "The Weaverse Team",
"license": "MIT",
"bugs": {
Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weaverse/core",
"author": "Weaverse Team",
"description": "Weaverse Core",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,7 +12,8 @@
"directory": "packages/core"
},
"publishConfig": {
"access": "public"
"access": "public",
"@weaverse:registry": "https://registry.npmjs.org"
},
"files": [
"dist/*"
Expand Down
7 changes: 4 additions & 3 deletions packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"name": "@weaverse/hydrogen",
"author": "Weaverse Team",
"description": "Components, hooks, and utilities for building Shopify Hydrogen websites with Weaverse",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.mjs",
"publishConfig": {
"access": "public"
"access": "public",
"@weaverse:registry": "https://registry.npmjs.org"
},
"repository": {
"url": "git+https://github.com/Weaverse/weaverse.git",
Expand Down Expand Up @@ -39,7 +40,7 @@
"singleQuote": true
},
"dependencies": {
"@weaverse/react": "2.6.0",
"@weaverse/react": "2.6.1",
"react-error-boundary": "^4.0.11"
},
"devDependencies": {
Expand Down
7 changes: 4 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weaverse/react",
"author": "Weaverse Team",
"description": "React bindings for Weaverse",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -12,7 +12,8 @@
"directory": "packages/react"
},
"publishConfig": {
"access": "public"
"access": "public",
"@weaverse:registry": "https://registry.npmjs.org"
},
"files": [
"dist/*"
Expand All @@ -37,6 +38,6 @@
"singleQuote": true
},
"dependencies": {
"@weaverse/core": "2.6.0"
"@weaverse/core": "2.6.1"
}
}
7 changes: 4 additions & 3 deletions packages/shopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"name": "@weaverse/shopify",
"author": "Weaverse Team",
"description": "Weaverse Components for Shopify Online Store 2.0 Section builder",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.mjs",
"publishConfig": {
"access": "public"
"access": "public",
"@weaverse:registry": "https://registry.npmjs.org"
},
"repository": {
"url": "git+https://github.com/Weaverse/weaverse.git",
Expand Down Expand Up @@ -39,7 +40,7 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@stitches/react": "^1.2.8",
"@weaverse/react": "2.6.0",
"@weaverse/react": "2.6.1",
"clsx": "^2.0.0",
"keen-slider": "^6.8.6"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/pilot
Submodule pilot updated 2 files
+1 −0 .npmrc
+1 −1 package.json

0 comments on commit 853db9f

Please sign in to comment.