@uniformdev/project-map 18.15.0 → 18.16.1-alpha.6
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/dist/index.d.ts +14 -0
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,13 @@ interface paths$1 {
|
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
|
+
/** Handles preflight requests. This endpoint allows CORS. */
|
|
104
|
+
options: {
|
|
105
|
+
responses: {
|
|
106
|
+
/** OK */
|
|
107
|
+
204: never;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
103
110
|
};
|
|
104
111
|
}
|
|
105
112
|
interface components$1 {
|
|
@@ -311,6 +318,13 @@ interface paths {
|
|
|
311
318
|
};
|
|
312
319
|
};
|
|
313
320
|
};
|
|
321
|
+
/** Handles preflight requests. This endpoint allows CORS. */
|
|
322
|
+
options: {
|
|
323
|
+
responses: {
|
|
324
|
+
/** OK */
|
|
325
|
+
204: never;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
314
328
|
};
|
|
315
329
|
}
|
|
316
330
|
interface components {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/project-map",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.16.1-alpha.6+644024d8a",
|
|
4
4
|
"description": "Uniform Project Map",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"/dist"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@uniformdev/canvas": "18.
|
|
50
|
-
"@uniformdev/context": "18.
|
|
49
|
+
"@uniformdev/canvas": "18.16.1-alpha.6+644024d8a",
|
|
50
|
+
"@uniformdev/context": "18.16.1-alpha.6+644024d8a",
|
|
51
51
|
"p-limit": "^3.1.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/yargs": "17.0.22",
|
|
55
|
-
"@uniformdev/cli": "18.
|
|
55
|
+
"@uniformdev/cli": "18.16.1-alpha.6+644024d8a",
|
|
56
56
|
"yargs": "17.6.2"
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "644024d8ad8a3f1f9341039c8813f03058068e9b"
|
|
62
62
|
}
|