json-as 0.5.63 → 0.5.65
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/.github/workflows/release-package.yml +33 -0
- package/README.md +1 -4
- package/package.json +5 -2
- package/transform/package.json +1 -1
- package/assets/logo.svg +0 -44
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
name: json-as
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
release:
|
|
5
|
+
types: [created]
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
build:
|
|
9
|
+
runs-on: ubuntu-latest
|
|
10
|
+
steps:
|
|
11
|
+
- uses: actions/checkout@v4
|
|
12
|
+
- uses: actions/setup-node@v3
|
|
13
|
+
with:
|
|
14
|
+
node-version: 16
|
|
15
|
+
- run: npm ci
|
|
16
|
+
- run: npm test
|
|
17
|
+
|
|
18
|
+
publish-gpr:
|
|
19
|
+
needs: build
|
|
20
|
+
runs-on: ubuntu-latest
|
|
21
|
+
permissions:
|
|
22
|
+
packages: write
|
|
23
|
+
contents: read
|
|
24
|
+
steps:
|
|
25
|
+
- uses: actions/checkout@v4
|
|
26
|
+
- uses: actions/setup-node@v3
|
|
27
|
+
with:
|
|
28
|
+
node-version: 16
|
|
29
|
+
registry-url: https://npm.pkg.github.com/
|
|
30
|
+
- run: npm ci
|
|
31
|
+
- run: npm publish
|
|
32
|
+
env:
|
|
33
|
+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "json-as",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.65",
|
|
4
4
|
"description": "JSON encoder/decoder for AssemblyScript",
|
|
5
5
|
"types": "assembly/index.ts",
|
|
6
6
|
"author": "Jairus Tanaka",
|
|
@@ -64,5 +64,8 @@
|
|
|
64
64
|
"url": "https://github.com/JairusSW/as-json/issues"
|
|
65
65
|
},
|
|
66
66
|
"homepage": "https://github.com/JairusSW/as-json#readme",
|
|
67
|
-
"type": "module"
|
|
67
|
+
"type": "module",
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"@JairusSW:registry": "https://npm.pkg.github.com"
|
|
70
|
+
}
|
|
68
71
|
}
|
package/transform/package.json
CHANGED
package/assets/logo.svg
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
<svg width="1111.5" height="321.5" viewBox="0 0 1111.5 321.5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
-
<style type="text/css">
|
|
3
|
-
svg {
|
|
4
|
-
dominant-baseline: hanging;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
@keyframes anim {
|
|
8
|
-
0% {
|
|
9
|
-
transform: rotate(45deg) translateY(-400%);
|
|
10
|
-
}
|
|
11
|
-
to {
|
|
12
|
-
transform: rotate(45deg) translateY(-925%);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
#anim {
|
|
17
|
-
animation: anim infinite linear 60s;
|
|
18
|
-
}
|
|
19
|
-
</style>
|
|
20
|
-
<defs>
|
|
21
|
-
<mask id="mask" x="0" y="0">
|
|
22
|
-
<path d="M 479.5 321.5 L 338.5 321.5 L 338.5 276.5 L 293 276.5 L 293 226 L 343.5 226 L 343.5 271.5 L 474.5 271.5 L 474.5 185.5 L 338.5 185.5 L 338.5 140.5 L 293 140.5 L 293 45.5 L 338.5 45.5 L 338.5 0 L 479.5 0 L 479.5 45.5 L 525.5 45.5 L 525.5 95.5 L 474.5 95.5 L 474.5 50.5 L 343.5 50.5 L 343.5 136 L 479.5 136 L 479.5 180.5 L 525.5 180.5 L 525.5 276.5 L 479.5 276.5 L 479.5 321.5 Z M 929.5 321.5 L 879 321.5 L 879 0 L 929.5 0 L 929.5 45.5 L 974.5 45.5 L 974.5 90.5 L 1020.5 90.5 L 1020.5 226 L 1060.5 226 L 1060.5 0 L 1111.5 0 L 1111.5 321.5 L 1060.5 321.5 L 1060.5 276.5 L 1015.5 276.5 L 1015.5 231 L 969.5 231 L 969.5 95.5 L 929.5 95.5 L 929.5 321.5 Z M 186.5 321.5 L 45.5 321.5 L 45.5 276.5 L 0 276.5 L 0 180.5 L 50.5 180.5 L 50.5 271.5 L 181.5 271.5 L 181.5 50.5 L 45.5 50.5 L 45.5 0 L 186.5 0 L 186.5 45.5 L 232.5 45.5 L 232.5 276.5 L 186.5 276.5 L 186.5 321.5 Z M 772.5 321.5 L 631.5 321.5 L 631.5 276.5 L 586 276.5 L 586 45.5 L 631.5 45.5 L 631.5 0 L 772.5 0 L 772.5 45.5 L 818.5 45.5 L 818.5 276.5 L 772.5 276.5 L 772.5 321.5 Z M 636.5 50.5 L 636.5 271.5 L 767.5 271.5 L 767.5 50.5 L 636.5 50.5 Z" fill="#fff" vector-effect="non-scaling-stroke"/>
|
|
23
|
-
</mask>
|
|
24
|
-
</defs>
|
|
25
|
-
<g mask="url(#mask)">
|
|
26
|
-
<g id="anim">
|
|
27
|
-
<rect width="1000%" height="100%" fill="#fb4934"/>
|
|
28
|
-
<rect width="1000%" height="100%" y="75%" fill="#fe8019"/>
|
|
29
|
-
<rect width="1000%" height="100%" y="150%" fill="#fabd2f"/>
|
|
30
|
-
<rect width="1000%" height="100%" y="225%" fill="#b8bb26"/>
|
|
31
|
-
<rect width="1000%" height="100%" y="300%" fill="#8ec07c"/>
|
|
32
|
-
<rect width="1000%" height="100%" y="375%" fill="#83a598"/>
|
|
33
|
-
<rect width="1000%" height="100%" y="450%" fill="#d3869b"/>
|
|
34
|
-
|
|
35
|
-
<rect width="1000%" height="100%" y="525%" fill="#fb4934"/>
|
|
36
|
-
<rect width="1000%" height="100%" y="600%" fill="#fe8019"/>
|
|
37
|
-
<rect width="1000%" height="100%" y="675%" fill="#fabd2f"/>
|
|
38
|
-
<rect width="1000%" height="100%" y="750%" fill="#b8bb26"/>
|
|
39
|
-
<rect width="1000%" height="100%" y="825%" fill="#8ec07c"/>
|
|
40
|
-
<rect width="1000%" height="100%" y="900%" fill="#83a598"/>
|
|
41
|
-
<rect width="1000%" height="100%" y="975%" fill="#d3869b"/>
|
|
42
|
-
</g>
|
|
43
|
-
</g>
|
|
44
|
-
</svg>
|