@azure-rest/ai-vision-face 1.0.0-alpha.20240611.1 → 1.0.0-alpha.20240613.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-rest/ai-vision-face",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20240613.1",
|
|
4
4
|
"description": "Face API REST Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -135,18 +135,22 @@
|
|
|
135
135
|
"./package.json": "./package.json",
|
|
136
136
|
".": {
|
|
137
137
|
"browser": {
|
|
138
|
+
"source": "./src/index.ts",
|
|
138
139
|
"types": "./dist/browser/index.d.ts",
|
|
139
140
|
"default": "./dist/browser/index.js"
|
|
140
141
|
},
|
|
141
142
|
"react-native": {
|
|
143
|
+
"source": "./src/index.ts",
|
|
142
144
|
"types": "./dist/react-native/index.d.ts",
|
|
143
145
|
"default": "./dist/react-native/index.js"
|
|
144
146
|
},
|
|
145
147
|
"import": {
|
|
148
|
+
"source": "./src/index.ts",
|
|
146
149
|
"types": "./dist/esm/index.d.ts",
|
|
147
150
|
"default": "./dist/esm/index.js"
|
|
148
151
|
},
|
|
149
152
|
"require": {
|
|
153
|
+
"source": "./src/index.ts",
|
|
150
154
|
"types": "./dist/commonjs/index.d.ts",
|
|
151
155
|
"default": "./dist/commonjs/index.js"
|
|
152
156
|
}
|