@vacantthinker/firefox-addon-framework-easy 2026.5.2209 → 2026.5.2210
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 +2 -2
- package/src/baseORM.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vacantthinker/firefox-addon-framework-easy",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.2210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"npm_install": "npm install",
|
|
11
|
-
"git_acp": "git add . && git commit -m '
|
|
11
|
+
"git_acp": "git add . && git commit -m 'fix import' && git push",
|
|
12
12
|
"npm_publish": "npm publish",
|
|
13
13
|
"webpack": "webpack",
|
|
14
14
|
"webpack_pack": "webpack && node _zipit.js"
|
package/src/baseORM.js
CHANGED