Fixed @woocommerce/api Builds
It looks like I missed the `pnpm-lock.yaml` update.
This commit is contained in:
parent
724cbb3750
commit
471e5e7877
|
@ -38,7 +38,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.12.9",
|
"@babel/core": "7.12.9",
|
||||||
"@wordpress/babel-plugin-import-jsx-pragma": "^3.1.0",
|
"@wordpress/babel-plugin-import-jsx-pragma": "^3.1.0",
|
||||||
"@wordpress/babel-preset-default": "^6.3.4",
|
"@wordpress/babel-preset-default": "^6.4.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"wp-textdomain": "1.0.1"
|
"wp-textdomain": "1.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import type { AxiosRequestConfig } from 'axios';
|
import type { AxiosRequestConfig } from 'axios';
|
||||||
import createHmac from 'create-hmac';
|
import * as createHmac from 'create-hmac';
|
||||||
import OAuth from 'oauth-1.0a';
|
import * as OAuth from 'oauth-1.0a';
|
||||||
import { AxiosInterceptor } from './axios-interceptor';
|
import { AxiosInterceptor } from './axios-interceptor';
|
||||||
import { buildURLWithParams } from './utils';
|
import { buildURLWithParams } from './utils';
|
||||||
|
|
||||||
|
|
3040
pnpm-lock.yaml
3040
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue