@wordpress/abilities 0.2.0 → 0.2.1-next.8b30e05b0.0

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.
@@ -3,5 +3,5 @@ import * as selectors from './selectors';
3
3
  /**
4
4
  * The abilities store definition.
5
5
  */
6
- export declare const store: import("@wordpress/data/build-types/types").StoreDescriptor<import("@wordpress/data/build-types/types").ReduxStoreConfig<unknown, typeof actions, typeof selectors>>;
6
+ export declare const store: import("@wordpress/data").StoreDescriptor<import("@wordpress/data").ReduxStoreConfig<unknown, typeof actions, typeof selectors>>;
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AASzC;;GAEG;AACH,eAAO,MAAM,KAAK,sKAKf,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AASzC;;GAEG;AACH,eAAO,MAAM,KAAK,kIAKf,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/abilities",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-next.8b30e05b0.0",
4
4
  "description": "JavaScript client for WordPress Abilities API.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "types": "build-types",
47
47
  "dependencies": {
48
- "@wordpress/api-fetch": "^7.36.0",
49
- "@wordpress/core-data": "^7.36.0",
50
- "@wordpress/data": "^10.36.0",
51
- "@wordpress/i18n": "^6.9.0",
52
- "@wordpress/url": "^4.36.0",
48
+ "@wordpress/api-fetch": "^7.36.1-next.8b30e05b0.0",
49
+ "@wordpress/core-data": "^7.36.1-next.8b30e05b0.0",
50
+ "@wordpress/data": "^10.36.1-next.8b30e05b0.0",
51
+ "@wordpress/i18n": "^6.9.1-next.8b30e05b0.0",
52
+ "@wordpress/url": "^4.36.1-next.8b30e05b0.0",
53
53
  "ajv": "^8.17.1",
54
54
  "ajv-draft-04": "^1.0.0",
55
55
  "ajv-formats": "^3.0.1"
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9"
60
+ "gitHead": "2466f6bc223f8be98c55e1ac7270e8c3e413eaaf"
61
61
  }