Skip to content
Open
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: 2 additions & 0 deletions .changeset/twelve-turkeys-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions .claude/worktrees/agent-ab4e51f5114eeb3aa
Submodule agent-ab4e51f5114eeb3aa added at 8132ee
1 change: 1 addition & 0 deletions etc/blocks/monetization-test/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.monetization-test",
"version": "1.4.0",
"private": true,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While marking the package as private prevents accidental publishing to the default registry, the prepublishOnly script (on line 7) still contains a command to publish the block to a custom S3 registry. To fully align with the goal of "not publishing dev blocks", consider removing this script as well.

"scripts": {
"build": "rm -rf block-pack/* && block-tools pack",
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/aux/dev/?region=eu-central-1'"
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/monetization-test/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.monetization-test.model",
"version": "1.2.0",
"private": true,
"description": "Block model",
"type": "module",
"main": "dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/monetization-test/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.monetization-test.ui",
"version": "1.3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "ts-builder serve --target block-ui",
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/monetization-test/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.monetization-test.workflow",
"version": "1.2.10",
"private": true,
"description": "Block Workflow",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/pool-explorer/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.pool-explorer",
"version": "1.2.0",
"private": true,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While marking the package as private prevents accidental publishing to the default registry, the prepublishOnly script (on line 7) still contains a command to publish the block to a custom S3 registry. To fully align with the goal of "not publishing dev blocks", consider removing this script as well.

"scripts": {
"build": "rm -rf ./block-pack && block-tools pack",
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/aux/dev/?region=eu-central-1'"
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/pool-explorer/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.pool-explorer.model",
"version": "1.3.0",
"private": true,
"description": "Block model",
"type": "module",
"main": "dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/pool-explorer/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.pool-explorer.ui",
"version": "1.3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "ts-builder serve --target block-ui",
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/pool-explorer/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.pool-explorer.workflow",
"version": "1.2.10",
"private": true,
"type": "module",
"description": "Tengo-based template",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/ui-examples/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.ui-examples",
"version": "1.3.0",
"private": true,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While marking the package as private prevents accidental publishing to the default registry, the prepublishOnly script (on line 7) still contains a command to publish the block to a custom S3 registry. To fully align with the goal of "not publishing dev blocks", consider removing this script as well.

"scripts": {
"build": "rm -rf ./block-pack && block-tools pack",
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/aux/dev/?region=eu-central-1'"
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/ui-examples/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.ui-examples.model",
"version": "1.6.0",
"private": true,
"description": "Block model",
"type": "module",
"main": "dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/ui-examples/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.ui-examples.ui",
"version": "1.11.0",
"private": true,
"type": "module",
"scripts": {
"dev": "ts-builder serve --target block-ui --use-sources",
Expand Down
1 change: 1 addition & 0 deletions etc/blocks/ui-examples/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@milaboratories/milaboratories.ui-examples.workflow",
"version": "1.2.10",
"private": true,
"type": "module",
"description": "Tengo-based template",
"scripts": {
Expand Down