Skip to content

Commit 3f41046

Browse files
adidahiyasvc-autorelease
authored andcommitted
Autorelease
1 parent c72a6d1 commit 3f41046

File tree

9 files changed

+108
-108
lines changed

9 files changed

+108
-108
lines changed

packages/client/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "@documentalist/client",
3-
"version": "4.0.0",
4-
"description": "Runtime functions and interfaces used in rendering documentalist data",
5-
"main": "lib/index.js",
6-
"types": "lib/index.d.ts",
7-
"scripts": {
8-
"build": "run-s compile",
9-
"compile": "tsc --project ./src",
10-
"lint": "tslint --project ./src",
11-
"lint-fix": "yarn lint --fix"
12-
},
13-
"devDependencies": {
14-
"tslint": "^6.1.3",
15-
"typescript": "~5.2.2"
16-
},
17-
"engines": {
18-
"node": ">=18"
19-
},
20-
"repository": {
21-
"type": "git",
22-
"url": "[email protected]:palantir/documentalist.git"
23-
},
24-
"author": "Palantir Technologies",
25-
"license": "Apache-2.0"
2+
"name": "@documentalist/client",
3+
"version": "5.0.0",
4+
"description": "Runtime functions and interfaces used in rendering documentalist data",
5+
"main": "lib/index.js",
6+
"types": "lib/index.d.ts",
7+
"scripts": {
8+
"build": "run-s compile",
9+
"compile": "tsc --project ./src",
10+
"lint": "tslint --project ./src",
11+
"lint-fix": "yarn lint --fix"
12+
},
13+
"devDependencies": {
14+
"tslint": "^6.1.3",
15+
"typescript": "~5.2.2"
16+
},
17+
"engines": {
18+
"node": ">=18"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "[email protected]:palantir/documentalist.git"
23+
},
24+
"author": "Palantir Technologies",
25+
"license": "Apache-2.0"
2626
}

packages/compiler/package.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"name": "@documentalist/compiler",
3-
"version": "4.0.0",
4-
"description": "The documentalist compiler",
5-
"main": "lib/index.js",
6-
"types": "lib/index.d.ts",
7-
"bin": {
8-
"documentalist": "./cli.js"
9-
},
10-
"scripts": {
11-
"build": "run-s compile",
12-
"clean": "rm -rf lib",
13-
"compile": "tsc --project ./src",
14-
"lint": "tslint --project ./src",
15-
"lint-fix": "yarn lint --fix",
16-
"test": "jest --config jest.config.json",
17-
"test:debug": "node --inspect-brk node_modules/.bin/jest --config jest.config.json --runInBand",
18-
"watch": "yarn compile --watch"
19-
},
20-
"dependencies": {
21-
"@documentalist/client": "^4.0.0",
22-
"@types/kss": "^3.0.2",
23-
"glob": "^10.3.10",
24-
"js-yaml": "^4.1.0",
25-
"kss": "^3.0.1",
26-
"marked": "^4.0.12",
27-
"tsconfig-resolver": "^3.0.1",
28-
"typedoc": "~0.25.2",
29-
"yargs": "^17.4.0"
30-
},
31-
"devDependencies": {
32-
"@types/glob": "^8.1.0",
33-
"@types/jest": "^27.4.1",
34-
"@types/js-yaml": "^4.0.5",
35-
"@types/marked": "^4.0.8",
36-
"@types/node": "^18.18.6",
37-
"@types/yargs": "^17.0.24",
38-
"jest": "^29.1.2",
39-
"jest-junit": "^14.0.1",
40-
"npm-run-all": "^4.1.5",
41-
"ts-jest": "^29.1.1",
42-
"ts-node": "^10.9.1",
43-
"tslint": "^6.1.3",
44-
"typescript": "~5.2.2"
45-
},
46-
"engines": {
47-
"node": ">=18"
48-
},
49-
"repository": {
50-
"type": "git",
51-
"url": "[email protected]:palantir/documentalist.git"
52-
},
53-
"author": "Palantir Technologies",
54-
"license": "Apache-2.0"
2+
"name": "@documentalist/compiler",
3+
"version": "5.0.0",
4+
"description": "The documentalist compiler",
5+
"main": "lib/index.js",
6+
"types": "lib/index.d.ts",
7+
"bin": {
8+
"documentalist": "./cli.js"
9+
},
10+
"scripts": {
11+
"build": "run-s compile",
12+
"clean": "rm -rf lib",
13+
"compile": "tsc --project ./src",
14+
"lint": "tslint --project ./src",
15+
"lint-fix": "yarn lint --fix",
16+
"test": "jest --config jest.config.json",
17+
"test:debug": "node --inspect-brk node_modules/.bin/jest --config jest.config.json --runInBand",
18+
"watch": "yarn compile --watch"
19+
},
20+
"dependencies": {
21+
"@documentalist/client": "^5.0.0",
22+
"@types/kss": "^3.0.2",
23+
"glob": "^10.3.10",
24+
"js-yaml": "^4.1.0",
25+
"kss": "^3.0.1",
26+
"marked": "^4.0.12",
27+
"tsconfig-resolver": "^3.0.1",
28+
"typedoc": "~0.25.2",
29+
"yargs": "^17.4.0"
30+
},
31+
"devDependencies": {
32+
"@types/glob": "^8.1.0",
33+
"@types/jest": "^27.4.1",
34+
"@types/js-yaml": "^4.0.5",
35+
"@types/marked": "^4.0.8",
36+
"@types/node": "^18.18.6",
37+
"@types/yargs": "^17.0.24",
38+
"jest": "^29.1.2",
39+
"jest-junit": "^14.0.1",
40+
"npm-run-all": "^4.1.5",
41+
"ts-jest": "^29.1.1",
42+
"ts-node": "^10.9.1",
43+
"tslint": "^6.1.3",
44+
"typescript": "~5.2.2"
45+
},
46+
"engines": {
47+
"node": ">=18"
48+
},
49+
"repository": {
50+
"type": "git",
51+
"url": "[email protected]:palantir/documentalist.git"
52+
},
53+
"author": "Palantir Technologies",
54+
"license": "Apache-2.0"
5555
}

packages/docs/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "@documentalist/docs",
3-
"version": "4.0.0",
4-
"description": "Documentation for documentalist",
5-
"private": true,
6-
"scripts": {
7-
"build": "npm-run-all -p build:json build:ts build:version -s build:pug build:css",
8-
"build:json": "documentalist '../{client,compiler,docs}/src/**/*' --out docs.json",
9-
"build:ts": "tsc --project ./src/tsconfig.json",
10-
"build:version": "echo v$npm_package_version > theme/version.txt",
11-
"build:pug": "pug -O docs.json ./theme/index.pug --pretty -o ./dist",
12-
"build:css": "cp src/*.css dist/",
13-
"lint": "tslint --project ./src",
14-
"lint-fix": "yarn lint --fix"
15-
},
16-
"dependencies": {
17-
"@documentalist/compiler": "^4.0.0"
18-
},
19-
"devDependencies": {
20-
"npm-run-all": "^4.1.5",
21-
"pug-cli": "^1.0.0-alpha6",
22-
"tslint": "^6.1.3",
23-
"typescript": "~5.2.2"
24-
},
25-
"engines": {
26-
"node": ">=18"
27-
},
28-
"repository": {
29-
"type": "git",
30-
"url": "[email protected]:palantir/documentalist.git"
31-
},
32-
"author": "Palantir Technologies"
2+
"name": "@documentalist/docs",
3+
"version": "4.0.0",
4+
"description": "Documentation for documentalist",
5+
"private": true,
6+
"scripts": {
7+
"build": "npm-run-all -p build:json build:ts build:version -s build:pug build:css",
8+
"build:json": "documentalist '../{client,compiler,docs}/src/**/*' --out docs.json",
9+
"build:ts": "tsc --project ./src/tsconfig.json",
10+
"build:version": "echo v$npm_package_version > theme/version.txt",
11+
"build:pug": "pug -O docs.json ./theme/index.pug --pretty -o ./dist",
12+
"build:css": "cp src/*.css dist/",
13+
"lint": "tslint --project ./src",
14+
"lint-fix": "yarn lint --fix"
15+
},
16+
"dependencies": {
17+
"@documentalist/compiler": "^5.0.0"
18+
},
19+
"devDependencies": {
20+
"npm-run-all": "^4.1.5",
21+
"pug-cli": "^1.0.0-alpha6",
22+
"tslint": "^6.1.3",
23+
"typescript": "~5.2.2"
24+
},
25+
"engines": {
26+
"node": ">=18"
27+
},
28+
"repository": {
29+
"type": "git",
30+
"url": "[email protected]:palantir/documentalist.git"
31+
},
32+
"author": "Palantir Technologies"
3333
}

0 commit comments

Comments
 (0)