lamsal-kit 1.0.2 → 1.0.4
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/build/lamsal-kit.js +3 -3
- package/package.json +2 -2
package/build/lamsal-kit.js
CHANGED
|
@@ -26835,12 +26835,12 @@ var require_package = __commonJS({
|
|
|
26835
26835
|
},
|
|
26836
26836
|
repository: "romanlamsal/lamsal-kit",
|
|
26837
26837
|
type: "module",
|
|
26838
|
-
version: "1.0.
|
|
26839
|
-
description: "",
|
|
26838
|
+
version: "1.0.4",
|
|
26840
26839
|
main: "build/lamsal-kit.js",
|
|
26841
26840
|
types: "build/lamsal-kit.d.ts",
|
|
26842
26841
|
scripts: {
|
|
26843
26842
|
build: "node build.js",
|
|
26843
|
+
release: "node build.js && npm publish",
|
|
26844
26844
|
test: 'echo "Error: no test specified" && exit 1'
|
|
26845
26845
|
},
|
|
26846
26846
|
files: [
|
|
@@ -26882,7 +26882,7 @@ async function getRegistry() {
|
|
|
26882
26882
|
if (process6.env["REGISTRY_JSON"]) {
|
|
26883
26883
|
return JSON.parse(readFileSync2(process6.env["REGISTRY_JSON"], "utf8"));
|
|
26884
26884
|
}
|
|
26885
|
-
return fetch("https://
|
|
26885
|
+
return fetch("https://romanlamsal.github.io/lamsal-kit/registry.json").then(
|
|
26886
26886
|
(res) => res.json()
|
|
26887
26887
|
);
|
|
26888
26888
|
}
|
package/package.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
},
|
|
6
6
|
"repository": "romanlamsal/lamsal-kit",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"version": "1.0.
|
|
9
|
-
"description": "",
|
|
8
|
+
"version": "1.0.4",
|
|
10
9
|
"main": "build/lamsal-kit.js",
|
|
11
10
|
"types": "build/lamsal-kit.d.ts",
|
|
12
11
|
"scripts": {
|
|
13
12
|
"build": "node build.js",
|
|
13
|
+
"release": "node build.js && npm publish",
|
|
14
14
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|