Skip to content

Commit

Permalink
everywhere: rename milaboratories -> my-org
Browse files Browse the repository at this point in the history
  • Loading branch information
Snyssfx committed Sep 27, 2024
1 parent 9367835 commit a0a02c5
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion model/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@milaboratory/milaboratories.block-boilerplate.model",
"name": "@pl-open/my-org.block-boilerplate.model",
"version": "1.0.0",
"description": "Block model",
"type": "module",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@milaboratory/milaboratories.block-boilerplate",
"name": "@pl-open/my-org.block-boilerplate",
"version": "1.0.0",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
Expand All @@ -10,29 +10,29 @@
"index.js"
],
"dependencies": {
"@milaboratory/milaboratories.block-boilerplate.workflow": "workspace:*",
"@milaboratory/milaboratories.block-boilerplate.model": "workspace:*",
"@milaboratory/milaboratories.block-boilerplate.ui": "workspace:*"
"@pl-open/my-org.block-boilerplate.workflow": "workspace:*",
"@pl-open/my-org.block-boilerplate.model": "workspace:*",
"@pl-open/my-org.block-boilerplate.ui": "workspace:*"
},
"block": {
"components": {
"workflow": "@milaboratory/milaboratories.block-boilerplate.workflow/dist/tengo/tpl/main.plj.gz",
"model": "@milaboratory/milaboratories.block-boilerplate.model/dist/model.json",
"ui": "@milaboratory/milaboratories.block-boilerplate.ui/dist"
"workflow": "@pl-open/my-org.block-boilerplate.workflow/dist/tengo/tpl/main.plj.gz",
"model": "@pl-open/my-org.block-boilerplate.model/dist/model.json",
"ui": "@pl-open/my-org.block-boilerplate.ui/dist"
},
"meta": {
"title": "Block Boilerplate",
"logo": "file:logos/block-logo.png",
"url": "https://github.com/milaboratory/block-boilerplate",
"docs": "https://github.com/milaboratory/block-boilerplate/docs",
"support": "mailto:support@milaboratories.com",
"support": "mailto:support@my-org.com",
"description": "Simple Hello World block that can be used as a boilerplate for newly created blocks. Use `pl-service` tool for that.",
"longDescription": "file:./docs/description.md",
"changelog": "file:CHANGELOG.md",
"tags": [],
"organization": {
"name": "MiLaboratories Inc",
"url": "https://milaboratories.com/",
"name": "My-Org Inc",
"url": "https://my-org.com/",
"logo": "file:logos/organization-logo.png"
}
}
Expand All @@ -41,4 +41,4 @@
"@changesets/cli": "catalog:",
"@platforma-sdk/block-tools": "catalog:"
}
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@milaboratory/milaboratories.block-boilerplate.test",
"name": "@pl-open/my-org.block-boilerplate.test",
"private": true,
"version": "1.0.1",
"description": "Block tests",
Expand All @@ -10,7 +10,7 @@
"files": [],
"keywords": [],
"dependencies": {
"this-block": "workspace:@milaboratory/milaboratories.block-boilerplate@*"
"this-block": "workspace:@pl-open/my-org.block-boilerplate@*"
},
"devDependencies": {
"@platforma-sdk/test": "catalog:",
Expand Down
6 changes: 3 additions & 3 deletions test/src/wf.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// import {
// BlockArgs,
// platforma,
// } from '@milaboratory/milaboratories.block-boilerplate.model';
// import { awaitStableState, blockTest } from '@milaboratory/sdk-test';
// } from '@pl-open/my-org.block-boilerplate.model';
// import { awaitStableState, blockTest } from '@pl-open/sdk-test';
// import { blockSpec as myBlockSpec } from 'this-block';
// import { InferBlockState, wrapOutputs } from '@milaboratory/sdk-ui';
// import { InferBlockState, wrapOutputs } from '@pl-open/sdk-ui';

// blockTest(
// 'preset content',
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@milaboratory/milaboratories.block-boilerplate.ui",
"name": "@pl-open/my-org.block-boilerplate.ui",
"version": "1.0.0",
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@milaboratory/milaboratories.block-boilerplate.model": "workspace:*",
"@pl-open/my-org.block-boilerplate.model": "workspace:*",
"@platforma-sdk/ui-vue": "catalog:",
"vue": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { model } from "@milaboratory/milaboratories.block-boilerplate.model";
import { model } from "@pl-open/my-org.block-boilerplate.model";
import { defineApp } from "@platforma-sdk/ui-vue";
import MainPage from "./pages/MainPage.vue";

Expand Down
2 changes: 1 addition & 1 deletion workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@milaboratory/milaboratories.block-boilerplate.workflow",
"name": "@pl-open/my-org.block-boilerplate.workflow",
"version": "1.0.0",
"type": "module",
"description": "Block Workflow",
Expand Down

0 comments on commit a0a02c5

Please sign in to comment.