Skip to content

Commit

Permalink
Improve scaffold (#49)
Browse files Browse the repository at this point in the history
* add select for view, documentation view

* more appearance improvements

* repair scaffolding

* 'update utils to version 1.31.2'

* 'update core to version 1.31.2'

* 'update web-server-express to version 1.31.2'

* 'update cli to version 1.31.2'

* 'update context to version 1.31.2'

* 'update web-http to version 1.31.2'

* 'update parse-md to version 1.31.2'

* 'update web-playwright to version 1.31.2'

* 'update feature-importer to version 1.31.2'

* 'update domain-webpage to version 1.31.2'

* 'update storage-mem to version 1.31.2'

* 'update out-review to version 1.31.2'

* 'update domain-storage to version 1.31.2'

* 'update storage-fs to version 1.31.2'

* 'update out-xunit to version 1.31.2'

* 'update browser-extension to version 1.31.2'

* 'update logger-websockets to version 1.31.2'

* 'update feature-recorder to version 1.31.2'

* use currentVersion

* 'update utils to version 1.31.3'

* 'update core to version 1.31.3'

* 'update web-server-express to version 1.31.3'

* 'update cli to version 1.31.3'

* 'update context to version 1.31.3'

* 'update web-http to version 1.31.3'

* 'update parse-md to version 1.31.3'

* 'update web-playwright to version 1.31.3'

* 'update feature-importer to version 1.31.3'

* 'update domain-webpage to version 1.31.3'

* 'update storage-mem to version 1.31.3'

* 'update out-review to version 1.31.3'

* 'update domain-storage to version 1.31.3'

* 'update storage-fs to version 1.31.3'

* 'update out-xunit to version 1.31.3'

* 'update browser-extension to version 1.31.3'

* 'update logger-websockets to version 1.31.3'

* 'update feature-recorder to version 1.31.3'

* update version

* use currentVersion for scaffold
  • Loading branch information
vid authored Nov 5, 2023
1 parent 7d2c8bf commit 2a18bb5
Show file tree
Hide file tree
Showing 24 changed files with 195 additions and 148 deletions.
20 changes: 10 additions & 10 deletions modules/browser-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/browser-extension",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"main": "dist/js/index.js",
"files": [
Expand All @@ -23,14 +23,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@haibun/cli": "1.31.1",
"@haibun/context": "1.31.1",
"@haibun/domain-storage": "1.31.1",
"@haibun/domain-webpage": "1.31.1",
"@haibun/feature-importer": "1.31.1",
"@haibun/storage-fs": "1.31.1",
"@haibun/web-playwright": "1.31.1",
"@haibun/web-server-express": "1.31.1",
"@haibun/cli": "1.31.3",
"@haibun/context": "1.31.3",
"@haibun/domain-storage": "1.31.3",
"@haibun/domain-webpage": "1.31.3",
"@haibun/feature-importer": "1.31.3",
"@haibun/storage-fs": "1.31.3",
"@haibun/web-playwright": "1.31.3",
"@haibun/web-server-express": "1.31.3",
"@types/chrome": "^0.0.237",
"@types/jest": "^29.5.2",
"@types/urijs": "^1.19.19",
Expand All @@ -41,7 +41,7 @@
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/core": "1.31.3",
"@medv/finder": "^2.1.0",
"ws": "8.9.0"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/cli",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "command line execution for @haibun",
"bin": {
"haibun-cli": "build/cli.js"
Expand All @@ -23,8 +23,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/domain-storage": "1.31.1",
"@haibun/core": "1.31.3",
"@haibun/domain-storage": "1.31.3",
"source-map-support": "^0.5.21"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
Expand Down
6 changes: 3 additions & 3 deletions modules/context/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/context",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"author": "",
"main": "build/Context.js",
Expand All @@ -22,8 +22,8 @@
"xversion": "npm run format && git add -A src"
},
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/web-server-express": "1.31.1",
"@haibun/core": "1.31.3",
"@haibun/web-server-express": "1.31.3",
"ws": "^8.9.0"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/core",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"author": "",
"xexports": {
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/currentVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.31.0';
export const currentVersion = '1.31.3';
4 changes: 2 additions & 2 deletions modules/core/src/lib/defs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { version } from '../currentVersion.js';
import { currentVersion } from '../currentVersion.js';
import { Resolver } from '../phases/Resolver.js';
import { DomainContext, WorkspaceContext, WorldContext } from './contexts.js';
import { ILogger, TMessageContext } from './interfaces/logger.js';
Expand Down Expand Up @@ -326,5 +326,5 @@ export const STAY_FAILURE = 'failure';
export const STAY = 'STAY';

export function versionedSchema(schema: string) {
return `https://raw.githubusercontent.com/withhaibun/schemas/main/schemas/${schema}.json#${version}`;
return `https://raw.githubusercontent.com/withhaibun/schemas/main/schemas/${schema}.json#${currentVersion}`;
}
1 change: 0 additions & 1 deletion modules/core/src/lib/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
TAnyFixme,
} from '../defs.js';
import { Timer } from '../Timer.js';
import { version } from '../../currentVersion.js';

type TClass = { new <T>(...args: unknown[]): T };
export type TFileSystem = Partial<typeof nodeFS>;
Expand Down
6 changes: 3 additions & 3 deletions modules/domain-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/domain-storage",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"author": "",
"main": "index.js",
Expand All @@ -24,8 +24,8 @@
"xversion": "npm run format && git add -A src"
},
"dependencies": {
"@haibun/context": "1.31.1",
"@haibun/core": "1.31.1"
"@haibun/context": "1.31.3",
"@haibun/core": "1.31.3"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
}
4 changes: 2 additions & 2 deletions modules/domain-webpage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/domain-webpage",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"author": "",
"main": "build/domain-webpage.js",
Expand All @@ -22,7 +22,7 @@
"xversion": "npm run format && git add -A src"
},
"dependencies": {
"@haibun/core": "1.31.1"
"@haibun/core": "1.31.3"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
}
8 changes: 4 additions & 4 deletions modules/feature-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/feature-importer",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "command line execution for @haibun",
"main": "build/index.js",
"files": [
Expand All @@ -19,11 +19,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/context": "1.31.1",
"@haibun/core": "1.31.1"
"@haibun/context": "1.31.3",
"@haibun/core": "1.31.3"
},
"devDependencies": {
"@haibun/domain-webpage": "1.31.1"
"@haibun/domain-webpage": "1.31.3"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
}
20 changes: 10 additions & 10 deletions modules/feature-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haibun/feature-recorder",
"version": "1.31.1",
"version": "1.31.3",
"type": "module",
"files": [
"build/**"
Expand All @@ -23,15 +23,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/browser-extension": "1.31.1",
"@haibun/context": "1.31.1",
"@haibun/core": "1.31.1",
"@haibun/domain-storage": "1.31.1",
"@haibun/domain-webpage": "1.31.1",
"@haibun/feature-importer": "1.31.1",
"@haibun/storage-fs": "1.31.1",
"@haibun/web-playwright": "1.31.1",
"@haibun/web-server-express": "1.31.1",
"@haibun/browser-extension": "1.31.3",
"@haibun/context": "1.31.3",
"@haibun/core": "1.31.3",
"@haibun/domain-storage": "1.31.3",
"@haibun/domain-webpage": "1.31.3",
"@haibun/feature-importer": "1.31.3",
"@haibun/storage-fs": "1.31.3",
"@haibun/web-playwright": "1.31.3",
"@haibun/web-server-express": "1.31.3",
"source-map-support": "^0.5.21"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
Expand Down
6 changes: 3 additions & 3 deletions modules/logger-websockets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/logger-websockets",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"author": "",
"main": "build/logger-websockets-server.js",
Expand All @@ -24,8 +24,8 @@
"xversion": "npm run format && git add -A src"
},
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/web-server-express": "1.31.1",
"@haibun/core": "1.31.3",
"@haibun/web-server-express": "1.31.3",
"ws": "^7.5.1"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
Expand Down
10 changes: 5 additions & 5 deletions modules/out-review/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/out-review",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"files": [
"build/**",
Expand All @@ -25,10 +25,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/domain-storage": "1.31.1",
"@haibun/storage-fs": "1.31.1",
"@haibun/storage-mem": "1.31.1",
"@haibun/core": "1.31.3",
"@haibun/domain-storage": "1.31.3",
"@haibun/storage-fs": "1.31.3",
"@haibun/storage-mem": "1.31.3",
"xmlbuilder2": "^3.0.2"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
Expand Down
4 changes: 2 additions & 2 deletions modules/out-xunit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/out-xunit",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"files": [
"build/**"
Expand All @@ -19,7 +19,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/core": "1.31.3",
"xmlbuilder2": "^3.0.2"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
Expand Down
4 changes: 2 additions & 2 deletions modules/parse-md/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/parse-md",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"files": [
"build/**"
Expand All @@ -19,7 +19,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/core": "1.31.3",
"turndown": "^7.1.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions modules/storage-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/storage-fs",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"main": "index.js",
"files": [
Expand All @@ -20,8 +20,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/domain-storage": "1.31.1"
"@haibun/core": "1.31.3",
"@haibun/domain-storage": "1.31.3"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
}
6 changes: 3 additions & 3 deletions modules/storage-mem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/storage-mem",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"main": "index.js",
"files": [
Expand All @@ -20,8 +20,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@haibun/core": "1.31.1",
"@haibun/domain-storage": "1.31.1",
"@haibun/core": "1.31.3",
"@haibun/domain-storage": "1.31.3",
"memfs": "^3.4.13"
},
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
Expand Down
8 changes: 6 additions & 2 deletions modules/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haibun/utils",
"type": "module",
"version": "1.31.1",
"version": "1.31.3",
"description": "",
"main": "index.js",
"files": [
Expand All @@ -22,5 +22,9 @@
},
"author": "",
"license": "ISC",
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5"
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5",
"dependencies": {
"@haibun/cli": "1.31.3",
"@haibun/core": "1.31.3"
}
}
4 changes: 1 addition & 3 deletions modules/utils/ref.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"node-notifier": "^10.0.1",
"nodemon": "^1.3.3",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"dependencies": {
"ts-node": "^10.9.1"
}
}
Loading

0 comments on commit 2a18bb5

Please sign in to comment.