toolcraft-openapi 0.0.91 → 0.0.93
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.
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"packages": [
|
|
4
|
+
{
|
|
5
|
+
"name": "@poe-code/frontmatter",
|
|
6
|
+
"version": "0.0.1",
|
|
7
|
+
"license": "MIT"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "auth-store",
|
|
11
|
+
"version": "0.0.1",
|
|
12
|
+
"license": "MIT"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "toolcraft-design",
|
|
16
|
+
"version": "0.0.2",
|
|
17
|
+
"license": "MIT"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "toolcraft-openapi",
|
|
21
|
+
"version": "0.0.93",
|
|
22
|
+
"license": "MIT"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@poe-code/frontmatter",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"license": "MIT",
|
|
5
2
|
"private": true,
|
|
3
|
+
"license": "MIT",
|
|
6
4
|
"type": "module",
|
|
7
5
|
"main": "dist/index.js",
|
|
8
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,8 +16,14 @@
|
|
|
18
16
|
"test:unit": "cd ../.. && vitest run packages/frontmatter/src"
|
|
19
17
|
},
|
|
20
18
|
"files": [
|
|
21
|
-
"dist"
|
|
19
|
+
"dist",
|
|
20
|
+
"LICENSE"
|
|
22
21
|
],
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/poe-platform/poe-code.git",
|
|
25
|
+
"directory": "packages/frontmatter"
|
|
26
|
+
},
|
|
23
27
|
"dependencies": {
|
|
24
28
|
"yaml": "^2.8.2"
|
|
25
29
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "auth-store",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"license": "MIT",
|
|
5
2
|
"private": true,
|
|
3
|
+
"license": "MIT",
|
|
6
4
|
"type": "module",
|
|
7
5
|
"main": "dist/index.js",
|
|
8
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,7 +14,8 @@
|
|
|
16
14
|
"build": "node ../../scripts/guard-package-dist.mjs && tsc"
|
|
17
15
|
},
|
|
18
16
|
"files": [
|
|
19
|
-
"dist"
|
|
17
|
+
"dist",
|
|
18
|
+
"LICENSE"
|
|
20
19
|
],
|
|
21
20
|
"repository": {
|
|
22
21
|
"type": "git",
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "toolcraft-design",
|
|
3
|
-
"version": "0.0.2",
|
|
4
|
-
"license": "MIT",
|
|
5
2
|
"private": true,
|
|
3
|
+
"license": "MIT",
|
|
6
4
|
"type": "module",
|
|
7
5
|
"main": "dist/index.js",
|
|
8
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,7 +16,8 @@
|
|
|
18
16
|
"generate:design-docs:all": "tsx scripts/generate-docs.ts all"
|
|
19
17
|
},
|
|
20
18
|
"files": [
|
|
21
|
-
"dist"
|
|
19
|
+
"dist",
|
|
20
|
+
"LICENSE"
|
|
22
21
|
],
|
|
23
22
|
"dependencies": {
|
|
24
23
|
"fast-string-width": "^3.0.2",
|
|
@@ -46,8 +45,5 @@
|
|
|
46
45
|
"type": "git",
|
|
47
46
|
"url": "git+https://github.com/poe-platform/poe-code.git",
|
|
48
47
|
"directory": "packages/toolcraft-design"
|
|
49
|
-
},
|
|
50
|
-
"publishConfig": {
|
|
51
|
-
"access": "public"
|
|
52
48
|
}
|
|
53
49
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "toolcraft-openapi",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.93",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"toolcraft-openapi-generate": "dist/bin/generate.js"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"toolcraft": "0.0.
|
|
33
|
+
"toolcraft": "0.0.93",
|
|
34
34
|
"auth-store": "^0.0.1",
|
|
35
35
|
"fast-string-width": "^3.0.2",
|
|
36
36
|
"fast-wrap-ansi": "^0.2.0",
|