Skip to content

Commit

Permalink
fix(publish): set access config in deck libraries (#10049)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarulg authored Oct 16, 2023
1 parent d968183 commit 2a5ebe2
Show file tree
Hide file tree
Showing 21 changed files with 245 additions and 25 deletions.
3 changes: 3 additions & 0 deletions packages/amazon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.14.1",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/appengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.1.9",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.4.6",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/cloudfoundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.1.9",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/cloudrun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.1.5",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.26.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.143",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.362",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "3.0.1",
"main": "index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"create-rule": "create-rule.js",
"dev": "npm run test:debug",
Expand Down
3 changes: 3 additions & 0 deletions packages/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.2.10",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/huaweicloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.74",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.5.1",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "tsc"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.87",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/pluginsdk-peerdeps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"description": "Provides package dependencies to plugin developers",
"version": "0.17.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"temp": "./convert-peerdeps.js --from-peerdeps --input package.json --output package.temp.json",
"restoretemp": "./convert-peerdeps.js --to-peerdeps --output package.json --input package.temp.json && rm package.temp.json",
Expand Down
3 changes: 3 additions & 0 deletions packages/pluginsdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"build": "spinnaker-scripts build",
Expand Down
3 changes: 3 additions & 0 deletions packages/presentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c",
"clean": "shx rm -rf dist",
Expand Down
3 changes: 3 additions & 0 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"spinnaker-scripts": "./index.js",
"read-write-json": "./read-write-json.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {},
"keywords": [],
"author": "",
Expand Down
3 changes: 3 additions & 0 deletions packages/tencentcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.80",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/titus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.5.40",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf dist",
"prepublishOnly": "npm run build",
Expand Down
Loading

0 comments on commit 2a5ebe2

Please sign in to comment.