Update: package.json添加publish:boards

This commit is contained in:
王立帮
2024-07-21 10:47:37 +08:00
parent 64749a6541
commit eda4a88758
22 changed files with 147 additions and 96 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/arduino",
"version": "1.4.0",
"version": "1.6.0",
"description": "适用于mixly的arduino模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"arduino"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/arduino",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/arduino",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/arduino"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/arduino-avr",
"version": "1.3.0",
"version": "1.4.0",
"description": "适用于mixly的arduino avr模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"arduino-avr"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/arduino_avr",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/arduino_avr",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/arduino_avr"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/arduino-esp32",
"version": "1.1.0",
"version": "1.2.0",
"description": "适用于mixly的arduino esp32模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"arduino-esp32"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/arduino_esp32",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/arduino_esp32",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/arduino_esp32"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/arduino-esp8266",
"version": "1.1.0",
"version": "1.2.0",
"description": "适用于mixly的arduino esp8266模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"arduino-esp8266"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/arduino_esp8266",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/arduino_esp8266",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/arduino_esp8266"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython",
"version": "1.1.0",
"version": "1.2.0",
"description": "适用于mixly的micropython模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-esp32",
"version": "1.2.0",
"version": "1.3.0",
"description": "适用于mixly的micropython esp32模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-esp32"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_esp32",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_esp32",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_esp32"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-esp32c2",
"version": "1.2.0",
"version": "1.3.0",
"description": "适用于mixly的micropython esp32c2模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-esp32c2"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_esp32c2",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_esp32c2",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_esp32c2"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-esp32c3",
"version": "1.2.0",
"version": "1.3.0",
"description": "适用于mixly的micropython esp32c3模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-esp32c3"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_esp32c3",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_esp32c3",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_esp32c3"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-esp32s2",
"version": "1.4.0",
"version": "1.5.0",
"description": "适用于mixly的micropython esp32s2模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-esp32s2"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_esp32s2",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_esp32s2",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_esp32s2"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-esp32s3",
"version": "1.2.0",
"version": "1.3.0",
"description": "适用于mixly的micropython esp32s3模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-esp32s3"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_esp32s3",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_esp32s3",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_esp32s3"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-k210-mixgoai",
"version": "1.2.0",
"version": "1.3.0",
"description": "适用于mixly的micropython k210 mixgoai模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-k210-mixgoai"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_k210_mixgoai",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_k210_mixgoai",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_k210_mixgoai"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-nrf51822-microbit",
"version": "1.2.0",
"version": "1.3.0",
"description": "适用于mixly的micropython nrf51822 microbit模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-nrf51822-microbit"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_nrf51822_microbit",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_nrf51822_microbit",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_nrf51822_microbit"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-nrf51822-mithoncc",
"version": "1.1.0",
"version": "1.2.0",
"description": "适用于mixly的micropython nrf51822 mithoncc模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-nrf51822-mithoncc"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_nrf51822_mithoncc",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_nrf51822_mithoncc",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_nrf51822_mithoncc"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/micropython-robot",
"version": "1.1.0",
"version": "1.2.0",
"description": "适用于mixly的micropython robot模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"micropython-robot"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/micropython_robot",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_robot",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/micropython_robot"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/python",
"version": "1.0.0",
"version": "1.1.0",
"description": "适用于mixly的python模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"python"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/python",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/python",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/python"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/python-mixpy",
"version": "1.1.0",
"version": "1.2.0",
"description": "适用于mixly的python mixpy模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"python-mixpy"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/python_mixpy",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/python_mixpy",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/python_mixpy"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/python-skulpt",
"version": "1.0.0",
"version": "1.2.0",
"description": "适用于mixly的python skulpt模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"devDependencies": {
"@mixly/python": "1.0.0"
@@ -16,13 +16,13 @@
"mixly-plugin",
"python-skulpt"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/python_skulpt",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/python_skulpt",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/python_skulpt"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/python-skulpt-car",
"version": "1.0.0",
"version": "1.1.0",
"description": "适用于mixly的python skulpt car模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"devDependencies": {
"@mixly/python": "1.0.0"
@@ -16,13 +16,13 @@
"mixly-plugin",
"python-skulpt-car"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/python_skulpt_car",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/python_skulpt_car",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/python_skulpt_car"
},
"publishConfig": {

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/python-skulpt-mixtoy",
"version": "1.0.0",
"version": "1.1.0",
"description": "适用于mixly的python skulpt mixtoy模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"devDependencies": {
"@mixly/python": "1.0.0"
@@ -16,13 +16,13 @@
"mixly-plugin",
"python-skulpt-mixtoy"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/python_skulpt_mixtoy",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/python_skulpt_mixtoy",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/python_skulpt_mixtoy"
},
"publishConfig": {