buildx-sdk 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,92 +1,92 @@
1
1
  {
2
- "name": "buildx-sdk",
3
- "version": "1.0.7",
4
- "description": "Official JavaScript/TypeScript SDK for Buildx low-code platform",
5
- "type": "module",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.esm.js",
8
- "types": "dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.esm.js",
13
- "require": "./dist/index.cjs",
14
- "default": "./dist/index.esm.js"
15
- },
16
- "./dist/*": "./dist/*",
17
- "./package.json": "./package.json"
18
- },
19
- "files": [
20
- "dist",
21
- "README.md",
22
- "LICENSE"
23
- ],
24
- "scripts": {
25
- "build": "rimraf dist && rollup -c",
26
- "dev": "rollup -c -w",
27
- "test": "jest",
28
- "test:watch": "jest --watch",
29
- "lint": "eslint src --ext .ts",
30
- "lint:fix": "eslint src --ext .ts --fix",
31
- "clean": "rimraf dist",
32
- "prepublishOnly": "npm run clean && npm run build",
33
- "docs": "typedoc --options typedoc.json",
34
- "docs:clean": "rimraf docs/api",
35
- "validate": "concurrently \"yarn lint\" \"yarn test\""
36
- },
37
- "keywords": [
38
- "buildx",
39
- "low-code",
40
- "api",
41
- "sdk",
42
- "typescript",
43
- "javascript"
44
- ],
45
- "author": "Buildx Team",
46
- "license": "MIT",
47
- "repository": {
48
- "type": "git",
49
- "url": "https://github.com/mekku/buildx.git"
50
- },
51
- "bugs": {
52
- "url": "https://github.com/mekku/buildx/issues"
53
- },
54
- "homepage": "https://github.com/mekku/buildx/tree/main/packages/buildx-sdk#readme",
55
- "devDependencies": {
56
- "@rollup/plugin-commonjs": "^25.0.0",
57
- "@rollup/plugin-node-resolve": "^15.0.0",
58
- "@rollup/plugin-typescript": "^11.0.0",
59
- "@types/jest": "^29.0.0",
60
- "@types/lodash": "^4.14.0",
61
- "@typescript-eslint/eslint-plugin": "^8.34.1",
62
- "@typescript-eslint/parser": "^8.34.1",
63
- "clean-jsdoc-theme": "^4.2.9",
64
- "concurrently": "^9.1.2",
65
- "esbuild": "^0.25.5",
66
- "eslint": "^9.29.0",
67
- "eslint-import-resolver-typescript": "^4.4.3",
68
- "eslint-plugin-import": "^2.31.0",
69
- "eslint-plugin-vitest-globals": "^1.5.0",
70
- "jest": "^29.0.0",
71
- "rimraf": "^6.0.1",
72
- "rollup": "^4.44.0",
73
- "rollup-plugin-dts": "^6.2.1",
74
- "rollup-plugin-esbuild": "^6.2.1",
75
- "rollup-plugin-terser": "^7.0.0",
76
- "ts-jest": "^29.0.0",
77
- "typedoc": "^0.28.5",
78
- "typedoc-github-theme": "^0.3.0",
79
- "typedoc-plugin-markdown": "^4.0.0",
80
- "typescript": "5.3.3"
81
- },
82
- "dependencies": {
83
- "axios": "^1.10.0",
84
- "buildx-common": "^0.1.66",
85
- "lodash": "^4.17.0",
86
- "tslib": "^2.8.1",
87
- "typedoc-plugin-jekyll": "^0.1.0"
88
- },
89
- "engines": {
90
- "node": ">=14.0.0"
91
- }
2
+ "name": "buildx-sdk",
3
+ "version": "1.0.8",
4
+ "description": "Official JavaScript/TypeScript SDK for Buildx low-code platform",
5
+ "type": "module",
6
+ "main": "dist/index.cjs",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.esm.js",
13
+ "require": "./dist/index.cjs",
14
+ "default": "./dist/index.esm.js"
15
+ },
16
+ "./dist/*": "./dist/*",
17
+ "./package.json": "./package.json"
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "README.md",
22
+ "LICENSE"
23
+ ],
24
+ "scripts": {
25
+ "build": "rimraf dist && rollup -c",
26
+ "dev": "rollup -c -w",
27
+ "test": "jest",
28
+ "test:watch": "jest --watch",
29
+ "lint": "eslint src --ext .ts",
30
+ "lint:fix": "eslint src --ext .ts --fix",
31
+ "clean": "rimraf dist",
32
+ "prepublishOnly": "npm run clean && npm run build",
33
+ "docs": "typedoc --options typedoc.json",
34
+ "docs:clean": "rimraf docs/api",
35
+ "validate": "concurrently \"yarn lint\" \"yarn test\""
36
+ },
37
+ "keywords": [
38
+ "buildx",
39
+ "low-code",
40
+ "api",
41
+ "sdk",
42
+ "typescript",
43
+ "javascript"
44
+ ],
45
+ "author": "Buildx Team",
46
+ "license": "MIT",
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "https://github.com/mekku/buildx.git"
50
+ },
51
+ "bugs": {
52
+ "url": "https://github.com/mekku/buildx/issues"
53
+ },
54
+ "homepage": "https://github.com/mekku/buildx/tree/main/packages/buildx-sdk#readme",
55
+ "devDependencies": {
56
+ "@rollup/plugin-commonjs": "^25.0.0",
57
+ "@rollup/plugin-node-resolve": "^15.0.0",
58
+ "@rollup/plugin-typescript": "^11.0.0",
59
+ "@types/jest": "^29.0.0",
60
+ "@types/lodash": "^4.14.0",
61
+ "@typescript-eslint/eslint-plugin": "^8.34.1",
62
+ "@typescript-eslint/parser": "^8.34.1",
63
+ "clean-jsdoc-theme": "^4.2.9",
64
+ "concurrently": "^9.1.2",
65
+ "esbuild": "^0.25.5",
66
+ "eslint": "^9.29.0",
67
+ "eslint-import-resolver-typescript": "^4.4.3",
68
+ "eslint-plugin-import": "^2.31.0",
69
+ "eslint-plugin-vitest-globals": "^1.5.0",
70
+ "jest": "^29.0.0",
71
+ "rimraf": "^6.0.1",
72
+ "rollup": "^4.44.0",
73
+ "rollup-plugin-dts": "^6.2.1",
74
+ "rollup-plugin-esbuild": "^6.2.1",
75
+ "rollup-plugin-terser": "^7.0.0",
76
+ "ts-jest": "^29.0.0",
77
+ "typedoc": "^0.28.5",
78
+ "typedoc-github-theme": "^0.3.0",
79
+ "typedoc-plugin-markdown": "^4.0.0",
80
+ "typescript": "5.3.3"
81
+ },
82
+ "dependencies": {
83
+ "axios": "^1.10.0",
84
+ "buildx-common": "^0.1.66",
85
+ "lodash": "^4.17.0",
86
+ "tslib": "^2.8.1",
87
+ "typedoc-plugin-jekyll": "^0.1.0"
88
+ },
89
+ "engines": {
90
+ "node": ">=14.0.0"
91
+ }
92
92
  }