@geekron/strapi 0.2.9 → 0.2.10

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.
@@ -1,5 +1,5 @@
1
1
  import type { PluginDefinition } from '@strapi/admin/strapi-admin';
2
+ export { handlerBootstrap } from './handlers';
2
3
  declare const plugin: PluginDefinition;
3
- export * from './handlers';
4
4
  export default plugin;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../admin/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAIlE,QAAA,MAAM,MAAM,EAAE,gBAGb,CAAA;AAED,cAAc,YAAY,CAAA;AAE1B,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../admin/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAIlE,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAE7C,QAAA,MAAM,MAAM,EAAE,gBAGb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import type { PluginDefinition } from '@strapi/admin/strapi-admin';
2
+ export { handlerBootstrap } from './handlers';
2
3
  declare const plugin: PluginDefinition;
3
- export * from './handlers';
4
4
  export default plugin;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../admin/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAIlE,QAAA,MAAM,MAAM,EAAE,gBAGb,CAAA;AAED,cAAc,YAAY,CAAA;AAE1B,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../admin/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAIlE,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAE7C,QAAA,MAAM,MAAM,EAAE,gBAGb,CAAA;AAED,eAAe,MAAM,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekron/strapi",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "极客领航网站管理插件",
5
5
  "type": "commonjs",
6
6
  "author": "Geekron",