Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaimos committed Mar 10, 2024
1 parent 7b3208b commit b97139e
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/patois.api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patois.api",
"version": "0.15.0",
"version": "0.16.0",
"description": "api used for the patois application",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/patois.web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patois.web",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"dependencies": {
"@tao.js/core": "file:../../packages/tao",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
},
"bootstrap": {}
},
"version": "0.15.0"
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.15.0",
"version": "0.16.0",
"description": "documentation for tao.js projects",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-tao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/koa",
"version": "0.15.0",
"version": "0.16.0",
"description": "middleware to hook tao into koa server",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/react",
"version": "0.15.1",
"version": "0.16.0",
"description": "Adapter to use tao.js with React",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/connect",
"version": "0.15.0",
"version": "0.16.0",
"description": "connect middleware to hook tao into express or other connect compliant framework",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-feature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/feature",
"version": "0.15.0",
"version": "0.16.0",
"description": "enable dynamic loading of features using tao",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/http-client",
"version": "0.15.0",
"version": "0.16.0",
"description": "http client used to call a tao http server",
"private": true,
"homepage": "https://tao.js.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/path",
"version": "0.15.0",
"version": "0.16.0",
"description": "create value paths for tao using configuration files/snippets",
"private": true,
"main": "index.js",
Expand Down
39 changes: 39 additions & 0 deletions packages/tao-rest-maker/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "@tao.js/rest-maker",
"version": "0.16.0",
"description": "generates REST API on network from config file",
"private": true,
"homepage": "https://tao.js.org/",
"repository": {
"type": "git",
"url": "https://github.com/zzyzxlab/tao.js.git",
"directory": "packages/tao-rest-maker"
},
"main": "lib",
"module": "dist",
"bundles": {
"browser": "bundles/browser.umd.js"
},
"sideEffects": false,
"directories": {
"lib": "dist"
},
"files": [
"lib",
"dist",
"bundles"
],
"scripts": {
"build:clean": "rimraf dist lib bundles",
"build:package": "rollup --config",
"build": "npm run build:clean && npm run build:package"
},
"author": "eudaimos",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"gitbook": "3.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/tao-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/router",
"version": "0.15.0",
"version": "0.16.0",
"description": "connects url routing with tao.js",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-socket-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/socket.io",
"version": "0.15.0",
"version": "0.16.0",
"description": "socket.io middleware to run tao.js seamlessly on server & client",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/utils",
"version": "0.15.0",
"version": "0.16.0",
"description": "set of useful utilities for tao.js",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tao.js/core",
"version": "0.15.0",
"version": "0.16.0",
"description": "Core Javascript implementation of the TAO ☯ programming paradigm designed to embrace entropy inherent in application and system development using a simple set of building blocks",
"homepage": "https://tao.js.org/",
"repository": {
Expand Down

0 comments on commit b97139e

Please sign in to comment.