@soonspacejs/plugin-sspx 2.5.0-alpha.0 → 2.5.0-rc.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/dist/index.d.ts +8 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
ADDED
package/dist/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={store:new Map,add(e,t){this.store.set(e,t)},get(e){return this.store.get(e)},remove(e){return this.store.delete(e)}};export default
|
|
1
|
+
var e={store:new Map,add(e,t){this.store.set(e,t)},get(e){return this.store.get(e)},remove(e){return this.store.delete(e)}};export{e as default};
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).sspxPlugin=t()}(this,(function(){"use strict";return{store:new Map,add(e,t){this.store.set(e,t)},get(e){return this.store.get(e)},remove(e){return this.store.delete(e)}}}));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soonspacejs/plugin-sspx",
|
|
3
3
|
"pluginName": "sspxPlugin",
|
|
4
|
-
"version": "2.5.0-
|
|
4
|
+
"version": "2.5.0-rc.1",
|
|
5
5
|
"description": "Ssp instance store for SoonSpace.js",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
],
|
|
14
14
|
"author": "xuek",
|
|
15
15
|
"license": "UNLICENSED",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "50b1248bbdb82c6600be04fcbe35e6f1f3d1e8d3"
|
|
17
17
|
}
|