mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-10 04:37:11 +00:00
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c59687b6e2 | ||
|
|
c2bd9f26a7 | ||
|
|
f33ba954f5 | ||
|
|
150e44dcd5 |
@@ -16,13 +16,13 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x, 17.x, 18.x, 19.x]
|
||||
node-version: [17.x, 18.x, 19.x, 20.x, 21.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
|
||||
@@ -124,7 +124,8 @@ var errors = [],
|
||||
Reference: ignore,
|
||||
DictionaryLiteral: ignore,
|
||||
Dereference: ignore,
|
||||
ImportStatement: ignore
|
||||
ImportStatement: ignore,
|
||||
SelectorLiteralExpression: ignore
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Generated
+25
-25
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "@objj/cappuccino",
|
||||
"version": "1.3.0-2",
|
||||
"version": "1.3.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@objj/cappuccino",
|
||||
"version": "1.3.0-2",
|
||||
"version": "1.3.1",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
"dependencies": {
|
||||
"@objj/jake": "latest",
|
||||
"@objj/ojtest": "latest",
|
||||
"@objj/runtime": "^1.2.1-1",
|
||||
"@objj/runtime": "^1.2.2",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"terser": "^5.14.2"
|
||||
},
|
||||
@@ -115,12 +115,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@objj/runtime": {
|
||||
"version": "1.2.1-1",
|
||||
"resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.2.1-1.tgz",
|
||||
"integrity": "sha512-eq1m0TlwPo4AVAklVNXuhi+YrIJysbfdPD+MTZgcEsj452Cct/P3YWCJRfFwvUWmP4UqaJD7iddVJvWrkeZdtg==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.2.2.tgz",
|
||||
"integrity": "sha512-poQX4rUBNs6t/nqX2wSMxVo6ad5SshIpMeefgJVRTTP+MUvyjf5ppF5BeVwHVH8HHaJKoXd9XHedZ9vcVlQJWg==",
|
||||
"dependencies": {
|
||||
"@objj/utils": ">=1.0.23",
|
||||
"@xmldom/xmldom": ">=0.7.5",
|
||||
"@xmldom/xmldom": ">=0.8.10",
|
||||
"objj-transpiler": "^1.0.0-1",
|
||||
"readline-history": ">=1.2.0",
|
||||
"xmlhttprequest-ssl": "^2.0.0"
|
||||
@@ -138,9 +138,9 @@
|
||||
"integrity": "sha512-KzthoKXSs3LcWDWfl27p/rOCoejcxyy/4DgbacjcxiowJJXa+QMmIsjZ/fcg9lcn13jL0gB4c1x1kGPfrrsZPw=="
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.8.2",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz",
|
||||
"integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==",
|
||||
"version": "0.8.10",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
||||
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
@@ -318,7 +318,7 @@
|
||||
"@objj/cappuccino": "file:",
|
||||
"@objj/jake": "latest",
|
||||
"@objj/ojtest": "latest",
|
||||
"@objj/runtime": "^1.2.1-1",
|
||||
"@objj/runtime": "^1.2.2",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"terser": "^5.14.2"
|
||||
},
|
||||
@@ -380,12 +380,12 @@
|
||||
"integrity": "sha512-T87JtTVJnXcxWdVHchJwrHuQPZLp0mh4MXCOpoMGffKSU2jbL7l+uxK6KPWRMW/ajjQL/aE5dJKguJohmmYtRg=="
|
||||
},
|
||||
"@objj/runtime": {
|
||||
"version": "1.2.1-1",
|
||||
"resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.2.1-1.tgz",
|
||||
"integrity": "sha512-eq1m0TlwPo4AVAklVNXuhi+YrIJysbfdPD+MTZgcEsj452Cct/P3YWCJRfFwvUWmP4UqaJD7iddVJvWrkeZdtg==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.2.2.tgz",
|
||||
"integrity": "sha512-poQX4rUBNs6t/nqX2wSMxVo6ad5SshIpMeefgJVRTTP+MUvyjf5ppF5BeVwHVH8HHaJKoXd9XHedZ9vcVlQJWg==",
|
||||
"requires": {
|
||||
"@objj/utils": ">=1.0.23",
|
||||
"@xmldom/xmldom": ">=0.7.5",
|
||||
"@xmldom/xmldom": ">=0.8.10",
|
||||
"objj-transpiler": "^1.0.0-1",
|
||||
"readline-history": ">=1.2.0",
|
||||
"xmlhttprequest-ssl": "^2.0.0"
|
||||
@@ -397,9 +397,9 @@
|
||||
"integrity": "sha512-KzthoKXSs3LcWDWfl27p/rOCoejcxyy/4DgbacjcxiowJJXa+QMmIsjZ/fcg9lcn13jL0gB4c1x1kGPfrrsZPw=="
|
||||
},
|
||||
"@xmldom/xmldom": {
|
||||
"version": "0.8.2",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz",
|
||||
"integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ=="
|
||||
"version": "0.8.10",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
||||
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw=="
|
||||
},
|
||||
"acorn": {
|
||||
"version": "8.8.0",
|
||||
@@ -502,12 +502,12 @@
|
||||
"integrity": "sha512-T87JtTVJnXcxWdVHchJwrHuQPZLp0mh4MXCOpoMGffKSU2jbL7l+uxK6KPWRMW/ajjQL/aE5dJKguJohmmYtRg=="
|
||||
},
|
||||
"@objj/runtime": {
|
||||
"version": "1.2.1-1",
|
||||
"resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.2.1-1.tgz",
|
||||
"integrity": "sha512-eq1m0TlwPo4AVAklVNXuhi+YrIJysbfdPD+MTZgcEsj452Cct/P3YWCJRfFwvUWmP4UqaJD7iddVJvWrkeZdtg==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@objj/runtime/-/runtime-1.2.2.tgz",
|
||||
"integrity": "sha512-poQX4rUBNs6t/nqX2wSMxVo6ad5SshIpMeefgJVRTTP+MUvyjf5ppF5BeVwHVH8HHaJKoXd9XHedZ9vcVlQJWg==",
|
||||
"requires": {
|
||||
"@objj/utils": ">=1.0.23",
|
||||
"@xmldom/xmldom": ">=0.7.5",
|
||||
"@xmldom/xmldom": ">=0.8.10",
|
||||
"objj-transpiler": "^1.0.0-1",
|
||||
"readline-history": ">=1.2.0",
|
||||
"xmlhttprequest-ssl": "^2.0.0"
|
||||
@@ -519,9 +519,9 @@
|
||||
"integrity": "sha512-KzthoKXSs3LcWDWfl27p/rOCoejcxyy/4DgbacjcxiowJJXa+QMmIsjZ/fcg9lcn13jL0gB4c1x1kGPfrrsZPw=="
|
||||
},
|
||||
"@xmldom/xmldom": {
|
||||
"version": "0.8.2",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz",
|
||||
"integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ=="
|
||||
"version": "0.8.10",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
||||
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw=="
|
||||
},
|
||||
"acorn": {
|
||||
"version": "8.8.0",
|
||||
|
||||
+2
-2
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@objj/cappuccino",
|
||||
"version": "1.3.0-2",
|
||||
"version": "1.3.1",
|
||||
"devDependencies": {
|
||||
"@objj/cappuccino": "file:."
|
||||
},
|
||||
"dependencies": {
|
||||
"@objj/jake": "latest",
|
||||
"@objj/ojtest": "latest",
|
||||
"@objj/runtime": "^1.2.1-1",
|
||||
"@objj/runtime": "^1.2.2",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"terser": "^5.14.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user