@oazapfts/runtime 1.0.0 → 1.0.1
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 +17 -16
- /package/{dist/headers.cjs → headers.cjs} +0 -0
- /package/{dist/headers.cjs.map → headers.cjs.map} +0 -0
- /package/{dist/headers.d.ts → headers.d.ts} +0 -0
- /package/{dist/headers.js → headers.js} +0 -0
- /package/{dist/headers.js.map → headers.js.map} +0 -0
- /package/{dist/index.cjs → index.cjs} +0 -0
- /package/{dist/index.cjs.map → index.cjs.map} +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/index.js.map → index.js.map} +0 -0
- /package/{dist/query.cjs → query.cjs} +0 -0
- /package/{dist/query.cjs.map → query.cjs.map} +0 -0
- /package/{dist/query.d.ts → query.d.ts} +0 -0
- /package/{dist/query.js → query.js} +0 -0
- /package/{dist/query.js.map → query.js.map} +0 -0
- /package/{dist/runtime.d.ts → runtime.d.ts} +0 -0
- /package/{dist/util.cjs → util.cjs} +0 -0
- /package/{dist/util.cjs.map → util.cjs.map} +0 -0
- /package/{dist/util.d.ts → util.d.ts} +0 -0
- /package/{dist/util.js → util.js} +0 -0
- /package/{dist/util.js.map → util.js.map} +0 -0
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oazapfts/runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Runtime for OpenApi TypeScript client generator",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "
|
|
7
|
-
"types": "
|
|
6
|
+
"main": "index.cjs",
|
|
7
|
+
"types": "index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
-
"types": "./
|
|
11
|
-
"require": "./
|
|
12
|
-
"default": "./
|
|
10
|
+
"types": "./index.d.ts",
|
|
11
|
+
"require": "./index.cjs",
|
|
12
|
+
"default": "./index.js"
|
|
13
13
|
},
|
|
14
14
|
"./query": {
|
|
15
|
-
"types": "./
|
|
16
|
-
"require": "./
|
|
17
|
-
"default": "./
|
|
15
|
+
"types": "./query.d.ts",
|
|
16
|
+
"require": "./query.cjs",
|
|
17
|
+
"default": "./query.js"
|
|
18
18
|
},
|
|
19
19
|
"./util": {
|
|
20
|
-
"types": "./
|
|
21
|
-
"require": "./
|
|
22
|
-
"default": "./
|
|
20
|
+
"types": "./util.d.ts",
|
|
21
|
+
"require": "./util.cjs",
|
|
22
|
+
"default": "./util.js"
|
|
23
23
|
},
|
|
24
24
|
"./headers": {
|
|
25
|
-
"types": "./
|
|
26
|
-
"require": "./
|
|
27
|
-
"default": "./
|
|
25
|
+
"types": "./headers.d.ts",
|
|
26
|
+
"require": "./headers.cjs",
|
|
27
|
+
"default": "./headers.js"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"directory": "packages/runtime"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
|
-
"build": "rm -rf dist && tsc && vite build --mode esm && vite build --mode cjs"
|
|
37
|
+
"build": "rm -rf dist && tsc && vite build --mode esm && vite build --mode cjs",
|
|
38
|
+
"prepack": "sed -i 's|||g' package.json && mv * ."
|
|
38
39
|
},
|
|
39
40
|
"release": {
|
|
40
41
|
"extends": "semantic-release-monorepo",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|